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

Method TransformQuaternion

trinity/TriVector.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293void TriVector::TransformQuaternion(
294 const Quaternion* in )
295{
296 TriVectorRotateQuaternion( this, this, in );
297}
298
299
300float TriVector::DotProduct(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected