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

Method updateTransform

testbed/common/Dumbbell.h:107–109  ·  view source on GitHub ↗

Update the transform matrix of the object

Source from the content-addressed store, hash-verified

105
106// Update the transform matrix of the object
107inline void Dumbbell::updateTransform(float interpolationFactor) {
108 mTransformMatrix = computeTransform(interpolationFactor, mScalingMatrix);
109}
110
111// Return the capsule collider
112inline rp3d::Collider* Dumbbell::getCapsuleCollider() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected