PyramidalBounds Structure |
Namespace: AGI.Foundation.Coordinates
The PyramidalBounds type exposes the following members.
| Name | Description | |
|---|---|---|
| PyramidalBounds |
Holds two Pyramidal values which form the bounds of a range of pyramidal coordinates.
|
| Name | Description | |
|---|---|---|
| IsUndefined |
Gets a value indicating whether any of the bounds coordinates for this instance have the value NaN.
| |
| LowerBound |
Gets the minimal value defining the bounds.
| |
| Undefined |
Gets a set of PyramidalBounds with values of NaN.
| |
| UpperBound |
Gets the maximal value defining the bounds.
| |
| ZBounds |
Gets the bounds for the Z coordinate.
| |
| ZXAngleBounds |
Gets the bounds for the ZXAngle coordinate.
| |
| ZYAngleBounds |
Gets the bounds for the ZYAngle coordinate.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(PyramidalBounds) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| EqualsEpsilon |
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
|