Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
QuatF Transform3DInPlace::getRotation() const
140
{
141
return _rotation;
142
}
143
144
void Transform3DInPlace::setRotation(const QuatF & rotation)
145
{
Callers
5
animateNodes
Method · 0.45
handleBlendSequence
Method · 0.45
addSequence
Method · 0.45
getMoveList
Method · 0.45
camera.cpp
File · 0.45
Calls
1
QuatF
Class · 0.50
Tested by
no test coverage detected