Class Segment3D
- Namespace
- FellowOakDicom.Imaging.Mathematics
- Assembly
- fo-dicom.core.dll
public class Segment3D
- Inheritance
-
Segment3D
- Inherited Members
- Extension Methods
Constructors
Segment3D()
public Segment3D()
Segment3D(Point3D, Point3D)
public Segment3D(Point3D a, Point3D b)
Parameters
Properties
A
public Point3D A { get; set; }
Property Value
B
public Point3D B { get; set; }
Property Value
Length
public double Length { get; }
Property Value
NormalVector
public Vector3D NormalVector { get; }
Property Value
Vector
public Vector3D Vector { get; }