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

Method Vector2

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

Source from the content-addressed store, hash-verified

18class Vector2 : public ::Vector2 {
19public:
20 constexpr Vector2(const ::Vector2& vec) : ::Vector2{vec.x, vec.y} {}
21
22 constexpr Vector2(float x = 0, float y = 0) : ::Vector2{x, y} {}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected