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

Function Max

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

Source from the content-addressed store, hash-verified

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
246 RLCPP_NODISCARD Vector3 Barycenter(const ::Vector3& a, const ::Vector3& b, const ::Vector3& c) const {
247 return Vector3Barycenter(*this, a, b, c);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected