Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PySetRotationAxis
Method
PySetRotationAxis
trinity/TriQuaternion.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void TriQuaternion::PySetRotationAxis( ITriVector* axis, float angle )
270
{
271
SetRotationAxis( axis->GetVector(), angle );
272
}
273
274
Vector3 TriQuaternion::PyGetYawPitchRoll()
275
{
Callers
nothing calls this directly
Calls
1
GetVector
Method · 0.80
Tested by
no test coverage detected