Click or drag to resize

AngleFormatHelper Class

Angle Format Helper
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.UtilityAngleFormatHelper

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class AngleFormatHelper

The AngleFormatHelper type exposes the following members.

Constructors
  NameDescription
Public methodAngleFormatHelper
Initializes a new instance of the AngleFormatHelper class
Top
Methods
  NameDescription
Public methodStatic memberDegreesToRadians(Double)
Degrees To Radians
Public methodStatic memberDegreesToRadians(Single)
Degrees To Radians
Public methodStatic memberRadiansToDegrees(Double)
Radians To Degrees
Public methodStatic memberRadiansToDegrees(Single)
Radians To Degrees
Top
See Also