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

Function One

include/Vector2.hpp:312–312  ·  view source on GitHub ↗

* Vector with components value 1.0f */

Source from the content-addressed store, hash-verified

310 * Vector with components value 1.0f
311 */
312 static Vector2 One() { return Vector2One(); }
313#endif
314
315 void DrawPixel(::Color color = {0, 0, 0, 255}) const { ::DrawPixelV(*this, color); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected