GeometryUtilZeroCenterDegrees Method

Return a representation of the caller's angle where zero is the center.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static float ZeroCenterDegrees(
	float angle
)

Parameters

angle  Single
The angle to convert, centered at 180 degrees.

Return Value

Single
The caller's angle, in degrees, where zero is the center and the extents are +180/-180.

See Also