MCPcopy Create free account
hub / github.com/axmolengine/axmol / setLinearFactor

Method setLinearFactor

core/physics3d/Physics3DObject.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Physics3DRigidBody::setLinearFactor(const ax::Vec3& linearFactor)
148{
149 _btRigidBody->setLinearFactor(convertVec3TobtVector3(linearFactor));
150}
151
152ax::Vec3 Physics3DRigidBody::getLinearFactor() const
153{

Calls 1

convertVec3TobtVector3Function · 0.85

Tested by 1

shootBoxMethod · 0.36