Pyramidal Structure |
Namespace: AGI.Foundation.Coordinates
The Pyramidal type exposes the following members.
Name | Description | |
---|---|---|
![]() | Pyramidal(Cartesian) |
Initializes a set of Pyramidal coordinates from the provided set of Cartesian coordinates.
|
![]() | Pyramidal(Double[]) |
Initializes a set of Pyramidal coordinates from the first 3 consecutive elements in the provided array.
|
![]() | Pyramidal(Double[], Int32) |
Initializes a set of Pyramidal coordinates from 3 consecutive elements in the provided array.
|
![]() | Pyramidal(Double, Double, Double) |
Initializes a set of Pyramidal coordinates from the provided values.
|
Name | Description | |
---|---|---|
![]() | IsUndefined |
Gets a value indicating whether any of the coordinates for this instance have the value NaN.
|
![]() | Item | |
![]() | Length |
Gets the number of elements in this set of coordinates.
|
![]() ![]() | Undefined |
Gets a set of Pyramidal coordinates with values of NaN.
|
![]() | Z |
Gets the linear coordinate along the positive z-axis.
|
![]() ![]() | Zero |
Gets a set of Pyramidal coordinates with values of zero.
|
![]() | ZXAngle |
Gets the angular coordinate that is z-x.
|
![]() | ZYAngle |
Gets the angular coordinate that is z-y.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(Pyramidal) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | EqualsEpsilon |
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate 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 ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|