GeometryUtilZeroCenterDegrees Method
Return a representation of the caller's angle where zero is the center.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float ZeroCenterDegrees(
float angle
)
Public Shared Function ZeroCenterDegrees (
angle As Single
) As Single
No code example is currently available or this language may not be supported.
- angle Single
-
The angle to convert, centered at 180 degrees.
Single
The caller's angle, in degrees, where zero is the center and the
extents are +180/-180.