The Cog3DRange type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateFullRange |
Create a full range object.
| |
| Dilate |
Dilate this range by another range.
| |
| Equals | (Overrides ValueType Equals(Object).) | |
| Erode |
Erode this range by another range.
| |
| GetHashCode | (Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intersect |
Intersect this range with another range.
| |
| IsWithin |
Check whether a value is inside the range.
| |
| RealEqual |
Compares the internal state of the specified instances and returns
true if the internal state is within epsilon.
| |
| Scale |
Scale this range by the given amount.
| |
| ToString |
Override of ToString method to get a string for describing this object.
(Overrides ValueType ToString .) | |
| Translate |
Translate this range by the given amount.
|
See Also