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.3179.0 (4.8.3179.0)
Syntax
C#
public struct PolylinePointD3D

The PolylinePointD3D type exposes the following members.

Constructors
 NameDescription
Public methodPolylinePointD3DInitializes a new instance of the PolylinePointD3D class
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 
Top
Fields
See Also