* Calculate vector length */
| 275 | * Calculate vector length |
| 276 | */ |
| 277 | RLCPP_NODISCARD float Length() const { return Vector2Length(*this); } |
| 278 | |
| 279 | /** |
| 280 | * Calculate vector square length |
nothing calls this directly
no outgoing calls
no test coverage detected