Click or drag to resize

Vector4Atan2 Method

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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static Vector4 Atan2(
	Vector4 y,
	Vector4 x
)

Parameters

y
Type: NeoAxisVector4
The first vector.
x
Type: NeoAxisVector4
The second vector.

Return Value

Type: Vector4
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.
See Also