* Calculate vector length */
| 207 | * Calculate vector length |
| 208 | */ |
| 209 | RLCPP_NODISCARD float Length() const { return Vector3Length(*this); } |
| 210 | |
| 211 | /** |
| 212 | * Calculate vector square length |
nothing calls this directly
no outgoing calls
no test coverage detected