Click or drag to resize

Logical3D Structure

Holds a triple of logical values to designate a location into a 3D coordinate system. Can also be used for 2D (with RZ=0).
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GraphLogical3D

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct Logical3D

The Logical3D type exposes the following members.

Constructors
 NameDescription
Public methodLogical3D(Double, Double)Initializes a new instance of the Logical3D class
Public methodLogical3D(Double, Double, Double)Initializes a new instance of the Logical3D class
Top
Properties
 NameDescription
Public propertyIsNaN Returns true if one of the three member variables RX, RY, or RZ has the value NaN.
Public propertyItem Gets/sets the coordinate with index idx.
Top
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 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInterpolate 
Public methodInterpolateTo 
Public methodSetCoordinate Sets the coordinate with index idx.
Public methodSetR 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodWithR 
Top
Operators
Fields
 NameDescription
Public fieldRX 
Public fieldRY 
Public fieldRZ 
Top
See Also