Click or drag to resize

GeometryUtils Class

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

Geometry help functions
Inheritance Hierarchy
SystemObject
  Infrastructure.GeometryGeometryUtils

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static class GeometryUtils

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