Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
float TriQuaternion::PyLength()
248
{
249
return ::Length( *this );
250
}
251
252
253
void TriQuaternion::PyMultiply( ITriQuaternion* other )
Callers
nothing calls this directly
Calls
1
Length
Function · 0.85
Tested by
no test coverage detected