* Transforms a Vector2 by a given Matrix */
| 228 | * Transforms a Vector2 by a given Matrix |
| 229 | */ |
| 230 | RLCPP_NODISCARD Vector2 Transform(::Matrix mat) const { return ::Vector2Transform(*this, mat); } |
| 231 | |
| 232 | /** |
| 233 | * Calculate linear interpolation between two vectors |
nothing calls this directly
no outgoing calls
no test coverage detected