Click or drag to resize

MathExAtan2 Method (Single, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static float Atan2(
	float y,
	float x
)

Parameters

y
Type: SystemSingle
x
Type: SystemSingle

Return Value

Type: Single
See Also