Logical |
public struct Logical3D
The Logical3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Logical3D(Double, Double) | Initializes a new instance of the Logical3D struct for a 2D coordinate system. | |
| Logical3D(Double, Double, Double) | Initializes a new instance of the Logical3D struct. |
| Name | Description | |
|---|---|---|
| IsNaN | Returns true if one of the three member variables RX, RY, or RZ has the value NaN. | |
| Item | Gets/sets the coordinate with index idx. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetCoordinate | Returns the coordinate with index idx. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetPerpendicularAxisNumber | Gets the perpendicular axis number. Given a first and a second axis number, this gives the third axis number that is unequal to the first and the second. | |
| GetR | Gets the coordinate for the specified axis number. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Interpolate | Interpolates between two logical coordinates. | |
| InterpolateTo | Interpolates from this value to another logical coordinate. | |
| SetCoordinate | Sets the coordinate with index idx. | |
| SetR | Sets the coordinate for the specified axis number. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
| WithR | Returns a copy with one coordinate replaced. |
| Name | Description | |
|---|---|---|
| Addition(Logical3D, Logical3D) | Adds two logical coordinates. |
| Name | Description | |
|---|---|---|
| RX | The logical x-coordinate. | |
| RY | The logical y-coordinate. | |
| RZ | The logical z-coordinate. |