public class GeometryUtilPublic Class GeometryUtilNo code example is currently available or this language may not be supported.| GeometryUtil | Initializes a new instance of the GeometryUtil class |
| Clamp | Clamp the supplied value within the allowed minimum and maximum values. |
| ConvertRange | Convert a value from one range to another. |
| CopySign(Double, Double) | Return a floating-point value with the magnitude of its first argument and the sign of its second argument |
| CopySign(Single, Single) | Return a floating-point value with the magnitude of its first argument and the sign of its second argument |
| 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) |
| NormalizeAngleDegrees | Return the normalized representation of an angle within one full sweep of 360 degrees. |
| NormalizeAngleRadians | Return the normalized representation of an angle within one full sweep of 360 degrees. |
| 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) |
| ZeroCenterDegrees | Return a representation of the caller's angle where zero is the center. |
| Epsilon | The smallest practical number in this version. |
| HalfPi | Session-wide reusable 0.5*PI value. |
| OnePi | Session-wide reusable PI value. |
| TwoPi | Session-wide reusable 2*PI value (Tau). |