Table of Contents

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

a Point3D
b Point3D

Properties

A

public Point3D A { get; set; }

Property Value

Point3D

B

public Point3D B { get; set; }

Property Value

Point3D

Length

public double Length { get; }

Property Value

double

NormalVector

public Vector3D NormalVector { get; }

Property Value

Vector3D

Vector

public Vector3D Vector { get; }

Property Value

Vector3D