| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected