* Calculate vector square length */
| 280 | * Calculate vector square length |
| 281 | */ |
| 282 | RLCPP_NODISCARD float LengthSqr() const { return Vector2LengthSqr(*this); } |
| 283 | |
| 284 | /** |
| 285 | * Calculate two vectors dot product |
nothing calls this directly
no outgoing calls
no test coverage detected