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

Method Vector3

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected