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

Function Min

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

Source from the content-addressed store, hash-verified

272 RLCPP_NODISCARD Vector4 Normalize() const { return ::Vector4Normalize(*this); }
273
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected