MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / updateTransform

Method updateTransform

testbed/common/Capsule.h:101–103  ·  view source on GitHub ↗

Update the transform matrix of the object

Source from the content-addressed store, hash-verified

99
100// Update the transform matrix of the object
101inline void Capsule::updateTransform(float interpolationFactor) {
102 mTransformMatrix = computeTransform(interpolationFactor, mScalingMatrix);
103}
104
105// Return the collider
106inline rp3d::Collider* Capsule::getCollider() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected