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

Function Length

trinity/Utilities/Vector3d.h:525–528  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

523
524// --------------------------------------------------------------------------------------
525inline double Length( const Vector3d& v )
526{
527 return std::sqrt( LengthSq( v ) );
528}
529
530
531

Callers 15

SetupShadowSplitMethod · 0.85
UpdateValueMethod · 0.85
LengthMethod · 0.85
PyLengthMethod · 0.85
TriVectorRotateToPlaneFunction · 0.85
GetSortValueMethod · 0.85
GetBatchImplMethod · 0.85
AddCylinderMethod · 0.85
AddConeMethod · 0.85
MoveMethod · 0.85
LengthMethod · 0.85

Calls 1

LengthSqFunction · 0.85

Tested by

no test coverage detected