Click or drag to resize

ScalarInverseTangent Constructor (Scalar, Scalar)

Constructs the angle from the provided values as atan2(y, x).

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarInverseTangent(
	Scalar y,
	Scalar x
)

Parameters

y
Type: AGI.Foundation.GeometryScalar
The scalar corresponding to the y-value of atan2(y, x).
x
Type: AGI.Foundation.GeometryScalar
The scalar corresponding to the x-value of atan2(y, x).
See Also