* Check whether two given vectors are almost equal */
| 270 | * Check whether two given vectors are almost equal |
| 271 | */ |
| 272 | RLCPP_NODISCARD int Equals(::Vector2 q) const { return ::Vector2Equals(*this, q); } |
| 273 | |
| 274 | /** |
| 275 | * Calculate vector length |
nothing calls this directly
no outgoing calls
no test coverage detected