GeometryUtilNormalizeAngleDegrees Method
Return the normalized representation of an angle within one full sweep
of 360 degrees.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float NormalizeAngleDegrees(
float degrees
)
Public Shared Function NormalizeAngleDegrees (
degrees As Single
) As Single
No code example is currently available or this language may not be supported.
- degrees Single
-
The angle to normalize, in degrees.
Single
Representation of the caller's angle, normalized to one full sweep,
in degrees.