Click or drag to resize

Logical3D Methods

The Logical3D type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetCoordinate Returns the coordinate with index idx.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodStatic memberGetPerpendicularAxisNumber 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.
Public methodGetR Gets the coordinate for the specified axis number.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInterpolate Interpolates between two logical coordinates.
Public methodInterpolateTo Interpolates from this value to another logical coordinate.
Public methodSetCoordinate Sets the coordinate with index idx.
Public methodSetR Sets the coordinate for the specified axis number.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodWithR Returns a copy with one coordinate replaced.
Top
See Also