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

Method SetRotationArc

trinity/TriQuaternion.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190void TriQuaternion::SetRotationArc(
191 const Vector3* v1,
192 const Vector3* v2 )
193{
194 TriQuaternionRotationArc( this, v1, v2 );
195}
196
197
198void TriQuaternion::MultiplyQuaternion(

Callers

nothing calls this directly

Calls 1

TriQuaternionRotationArcFunction · 0.85

Tested by

no test coverage detected