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

Method PyMultiply

trinity/TriQuaternion.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253void TriQuaternion::PyMultiply( ITriQuaternion* other )
254{
255 *static_cast<::Quaternion*>( this ) = *this * *other->GetQuaternion();
256}
257
258
259void TriQuaternion::PyNormalize()

Callers

nothing calls this directly

Calls 1

GetQuaternionMethod · 0.80

Tested by

no test coverage detected