* Scale vector (multiply by value) */
| 164 | * Scale vector (multiply by value) |
| 165 | */ |
| 166 | RLCPP_NODISCARD Vector2 Scale(const float scale) const { return Vector2Scale(*this, scale); } |
| 167 | |
| 168 | /** |
| 169 | * Scale vector (multiply by value) |
nothing calls this directly
no outgoing calls
no test coverage detected