MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getRotation

Method getRotation

Engine/source/T3D/sceneComponent/T3DTransform.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139QuatF Transform3DInPlace::getRotation() const
140{
141 return _rotation;
142}
143
144void Transform3DInPlace::setRotation(const QuatF & rotation)
145{

Callers 5

animateNodesMethod · 0.45
handleBlendSequenceMethod · 0.45
addSequenceMethod · 0.45
getMoveListMethod · 0.45
camera.cppFile · 0.45

Calls 1

QuatFClass · 0.50

Tested by

no test coverage detected