Returns the vector which contains the angles in radians whose tangents are the quotient of the corresponding components in the first specified vector y and the second specified vector x.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Vector2F Atan2(
Vector2F y,
Vector2F x
)
Parameters
- y
- Type: NeoAxisVector2F
The first vector. - x
- Type: NeoAxisVector2F
The second vector.
Return Value
Type:
Vector2FThe vector which contains the angles in radians whose tangents are the quotient of the corresponding components in the first specified vector
y and the second specified vector
x.
See Also