Logical |
public struct Logical3D
The Logical3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Logical3D(Double, Double) | Initializes a new instance of the Logical3D class | |
| Logical3D(Double, Double, Double) | Initializes a new instance of the Logical3D class |
| 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 | ||
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Interpolate | ||
| InterpolateTo | ||
| SetCoordinate | Sets the coordinate with index idx. | |
| SetR | ||
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
| WithR |
| Name | Description | |
|---|---|---|
| Addition(Logical3D, Logical3D) |