* Invert the given vector */
| 255 | * Invert the given vector |
| 256 | */ |
| 257 | RLCPP_NODISCARD Vector2 Invert() const { return ::Vector2Invert(*this); } |
| 258 | |
| 259 | /** |
| 260 | * Clamp the components of the vector between |
nothing calls this directly
no outgoing calls
no test coverage detected