Click or drag to resize

PolylinePointD3D Structure

Represents a polyline point with forward, west, and north vector, and its position. This is equivalent to a Matrix4x3, but without the overhead for calculating the determinant.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryPolylinePointD3D

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct PolylinePointD3D

The PolylinePointD3D type exposes the following members.

Constructors
 NameDescription
Public methodPolylinePointD3D Initializes a new instance of the PolylinePointD3D struct.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodWithPosition Returns a copy of this polyline point with the specified position.
Top
Fields
 NameDescription
Public fieldForwardVectorForward vector at this polyline point.
Public fieldNorthVectorNorth vector at this polyline point.
Public fieldPositionPosition of this polyline point.
Public fieldWestVectorWest vector at this polyline point.
Top
See Also