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

Method length

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

Return the length of the vector

Source from the content-addressed store, hash-verified

192
193 // Return the length of the vector
194 float length() const { return sqrt(lengthSquared()); }
195};
196
197inline Vector3 operator*(float f, const Vector3 & o) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected