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

Method Length

trinity/TriVector.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267
268float TriVector::Length() const
269{
270 return ::Length( *this );
271}
272
273
274float TriVector::LengthSq() const

Callers

nothing calls this directly

Calls 1

LengthFunction · 0.85

Tested by

no test coverage detected