* Calculate angle from two vectors in X-axis */
| 300 | * Calculate angle from two vectors in X-axis |
| 301 | */ |
| 302 | RLCPP_NODISCARD float Angle(const ::Vector2& vector2) const { return Vector2Angle(*this, vector2); } |
| 303 | |
| 304 | /** |
| 305 | * Vector with components value 0.0f |
nothing calls this directly
no outgoing calls
no test coverage detected