Click or drag to resize

MathHelperAtan2 Method

Gets the principal value of the arc tangent of y/x, expressed in radians.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static float Atan2(
	float y,
	float x
)

Parameters

y
Type: SystemSingle
The proportion of the y-coordinate.
x
Type: SystemSingle
The proportion of the x-coordinate.

Return Value

Type: Single
The principal arc tangent of y/x, in the interval [-PI,+PI] radians.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also