GeometryUtilNormalizeAngleRadians 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 NormalizeAngleRadians(
float radians
)
Public Shared Function NormalizeAngleRadians (
radians As Single
) As Single
No code example is currently available or this language may not be supported.
- radians Single
-
The angle to normalize, in radians.
Single
Representation of the caller's angle, normalized to one full sweep,
in radians.