MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / length

Method length

testbed/opengl-framework/src/maths/Vector4.h:162–162  ·  view source on GitHub ↗

Return the length of the vector

Source from the content-addressed store, hash-verified

160
161 // Return the length of the vector
162 float length() const { return sqrt(lengthSquared()); }
163};
164
165}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected