* Vector with components value 1.0f */
| 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); } |
nothing calls this directly
no outgoing calls
no test coverage detected