MCPcopy Create free account
hub / github.com/carbonengine/trinity / PyRotationAxis

Method PyRotationAxis

trinity/TriQuaternion.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void TriQuaternion::PyRotationAxis( ITriVector* axis, float angle )
265{
266 *static_cast<::Quaternion*>( this ) = RotationQuaternion( *axis->GetVector(), angle );
267}
268
269void TriQuaternion::PySetRotationAxis( ITriVector* axis, float angle )
270{

Callers

nothing calls this directly

Calls 1

GetVectorMethod · 0.80

Tested by

no test coverage detected