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

Function One

include/Vector4.hpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 static Vector4 Zero() { return ::Vector4Zero(); }
65
66 static Vector4 One() { return ::Vector4One(); }
67
68 /**
69 * Add two vectors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected