MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Vector3

Method Vector3

modules/gui/gui/include/SkrGui/math/vector.hpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 {
142 }
143 inline constexpr operator Vector3()
144 {
145 return Vector3(x, y, z);
146 }
147
148 // compare
149 inline constexpr bool operator==(const Vector4& other) const SKR_NOEXCEPT { return x == other.x && y == other.y && z == other.z && w == other.w; }

Callers

nothing calls this directly

Calls 1

Vector3Class · 0.70

Tested by

no test coverage detected