GeometryUtil Class

Utility features and functionality for the Geometry library.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class GeometryUtil
Inheritance
Object    GeometryUtil

Constructors

GeometryUtilInitializes a new instance of the GeometryUtil class

Methods

Clamp Clamp the supplied value within the allowed minimum and maximum values.
ConvertRange Convert a value from one range to another.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
GetValue(Match, String) Return the value of the specified group member in the provided match.
GetValue(String, String, String) Return the value of the specified group member in a match found with the provided source and pattern.
MemberwiseClone
(Inherited from Object)
ReverseSourcePolarity Apply the reverse polarity of the source value to the target value, returning the new target value.
SignEqual Return a value indicating whether the signs are equal between values A and B.
SignNotEqual Return a value indicating whether the signs are unequal between values A and B.
SourcePolarity Apply the polarity of the source value to the target value, returning the new target value.
ToFloat(Object) Provide fail-safe conversion of string to numeric value.
ToFloat(String) Provide fail-safe conversion of string to numeric value.
ToInt(Object) Provide fail-safe conversion of string to numeric value.
ToInt(String) Provide fail-safe conversion of string to numeric value.
ToString
(Inherited from Object)

Fields

HalfPi Session-wide reusable 0.5*PI value.
TwoPi Session-wide reusable 2*PI value (Tau).

See Also