Class Segment3D
Assembly: cs.temp.dll.dll
Syntax
Constructors
Segment3D()
Declaration
Segment3D(Point3D, Point3D)
Declaration
public Segment3D(Point3D a, Point3D b)
Parameters
Properties
A
Declaration
public Point3D A { get; set; }
Property Value
B
Declaration
public Point3D B { get; set; }
Property Value
Length
Declaration
public double Length { get; }
Property Value
NormalVector
Declaration
public Vector3D NormalVector { get; }
Property Value
Vector
Declaration
public Vector3D Vector { get; }
Property Value