Click or drag to resize

GeometryUtils Methods

[This is preliminary documentation and is subject to change.]

The GeometryUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCorrectOnLimitMax
Check is value is greater than limit
Public methodStatic memberCorrectOnLimitMin
Check is value is less than limit
Public methodStatic memberIsEqual
Compare doubles with precision
Public methodStatic memberIsGreaterOrEqual
Check if first value is greater or equal than second value with precision
Public methodStatic memberIsGreaterThan
Check if first value is greater than second value with precision
Public methodStatic memberIsLessOrEqual
Check if first value is less or equal than second value with precision
Public methodStatic memberIsLessThan
Check if first value is less than second value with precession
Public methodStatic memberIsZero
Check if double is zero with precision
Public methodStatic memberRound
Round double on number of digits
Top
See Also