| 280 | RLCPP_NODISCARD Vector4 MoveTowards(const ::Vector4& target, const float maxDistance) const { return ::Vector4MoveTowards(*this, target, maxDistance); } |
| 281 | |
| 282 | RLCPP_NODISCARD Vector4 Invert() const { return ::Vector4Invert(*this); } |
| 283 | |
| 284 | /* |
| 285 | * Check whether two given vectors are almost equal |
nothing calls this directly
no outgoing calls
no test coverage detected