MCPcopy 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
269void TriQuaternion::PySetRotationAxis( ITriVector* axis, float angle )
270{
271 SetRotationAxis( axis->GetVector(), angle );
272}
273
274Vector3 TriQuaternion::PyGetYawPitchRoll()
275{

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected