MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / One

Function One

include/Vector3.hpp:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected