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

Function Min

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

Source from the content-addressed store, hash-verified

240 RLCPP_NODISCARD Vector3 Reflect(const ::Vector3& normal) const { return Vector3Reflect(*this, normal); }
241
242 RLCPP_NODISCARD Vector3 Min(const ::Vector3& vector3) const { return Vector3Min(*this, vector3); }
243
244 RLCPP_NODISCARD Vector3 Max(const ::Vector3& vector3) const { return Vector3Max(*this, vector3); }
245

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected