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

Method updateTransform

testbed/common/Sphere.h:98–100  ·  view source on GitHub ↗

Update the transform matrix of the object

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected