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

Function Max

include/Vector4.hpp:276–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 RLCPP_NODISCARD Vector4 Min(const ::Vector4& v2) const { return ::Vector4Min(*this, v2); }
275
276 RLCPP_NODISCARD Vector4 Max(const ::Vector4& v2) const { return ::Vector4Max(*this, v2); }
277
278 RLCPP_NODISCARD Vector4 Lerp(const ::Vector4& v2, const float amount) const { return ::Vector4Lerp(*this, v2, amount); }
279

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected