* Clamp the components of the vector between */
| 260 | * Clamp the components of the vector between |
| 261 | */ |
| 262 | RLCPP_NODISCARD Vector2 Clamp(::Vector2 min, ::Vector2 max) const { return ::Vector2Clamp(*this, min, max); } |
| 263 | |
| 264 | /** |
| 265 | * // Clamp the magnitude of the vector between two min and max values |
nothing calls this directly
no outgoing calls
no test coverage detected