Return the length of the vector
| 192 | |
| 193 | // Return the length of the vector |
| 194 | float length() const { return sqrt(lengthSquared()); } |
| 195 | }; |
| 196 | |
| 197 | inline Vector3 operator*(float f, const Vector3 & o) { |
nothing calls this directly
no outgoing calls
no test coverage detected