Click or drag to resize

LineD3D Structure

A straight line in 3D space.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryLineD3D

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

The LineD3D type exposes the following members.

Constructors
 NameDescription
Public methodLineD3D Initializes a new instance of the LineD3D struct.
Top
Properties
 NameDescription
Public propertyLength Gets the length of the line.
Public propertyLineVector 
Public propertyLineVectorNormalized 
Public propertyP0 Gets the starting point of the line.
Public propertyP1 Gets the end point of the line.
Public propertyVector Gets the vector from P0 to P1.
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 methodGetPointAtLineFromRelativeValue Gets the point at this line from a relative value.
Public methodGetPoints Gets the points of the line as enumeration.
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 methodWithP0 Returns a new line with P0 set to the provided value.
Public methodWithP1 Returns a new line with P1 set to the provided value.
Top
See Also