* Calculate distance between two vectors */
| 290 | * Calculate distance between two vectors |
| 291 | */ |
| 292 | RLCPP_NODISCARD float Distance(const ::Vector2& vector2) const { return Vector2Distance(*this, vector2); } |
| 293 | |
| 294 | /** |
| 295 | * Calculate square distance between two vectors |
nothing calls this directly
no outgoing calls
no test coverage detected