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

Method getHitFraction

core/physics3d/Physics3DObject.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282float Physics3DRigidBody::getHitFraction() const
283{
284 return _btRigidBody->getHitFraction();
285}
286
287void Physics3DRigidBody::setCcdMotionThreshold(float ccdMotionThreshold)
288{

Calls

no outgoing calls

Tested by

no test coverage detected