Click or drag to resize
Globals Class
Contains static constants and utility methods.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.MathGlobals

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public static class Globals

The Globals type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAlmostEquals(Double, Double)
Checks if the difference between two numbers is smaller than EPS.
Public methodStatic memberAlmostEquals(Double, Double, Int32)
Checks if the difference between two numbers is smaller than a specified precision.
Public methodStatic memberDegToRad
Converts degrees to radians.
Public methodStatic memberRadToDeg
Converts radians to degrees.
Top
Fields
  NameDescription
Public fieldStatic memberEPS
Constant used to compensate for rounding errors.
Top
Version Information

Supported in: 1.0
See Also