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: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3H Atan2(
Vector3H y,
Vector3H x
)
Parameters
- y Vector3H
- The first vector.
- x Vector3H
- The second vector.
Return Value
Vector3HThe 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