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

Method PyLength

trinity/TriQuaternion.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247float TriQuaternion::PyLength()
248{
249 return ::Length( *this );
250}
251
252
253void TriQuaternion::PyMultiply( ITriQuaternion* other )

Callers

nothing calls this directly

Calls 1

LengthFunction · 0.85

Tested by

no test coverage detected