| 250 | static Vector3 Zero() { return Vector3Zero(); } |
| 251 | |
| 252 | static Vector3 One() { return Vector3One(); } |
| 253 | #endif |
| 254 | |
| 255 | void DrawLine3D(const ::Vector3& endPos, ::Color color) const { ::DrawLine3D(*this, endPos, color); } |
nothing calls this directly
no outgoing calls
no test coverage detected