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

Method updateTransform

testbed/common/Box.h:97–99  ·  view source on GitHub ↗

Update the transform matrix of the object

Source from the content-addressed store, hash-verified

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

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected