* Normalize provided vector */
| 223 | * Normalize provided vector |
| 224 | */ |
| 225 | RLCPP_NODISCARD Vector2 Normalize() const { return Vector2Normalize(*this); } |
| 226 | |
| 227 | /** |
| 228 | * Transforms a Vector2 by a given Matrix |
nothing calls this directly
no outgoing calls
no test coverage detected