Click or drag to resize

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

Parameters

y  Vector2H
The first vector.
x  Vector2H
The second vector.

Return Value

Vector2H
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