Table of Contents

Class Segment3<T>

Namespace
FellowOakDicom.Imaging.Mathematics
Assembly
fo-dicom.core.dll
public class Segment3<T> where T : INumber<T>

Type Parameters

T
Inheritance
Segment3<T>
Inherited Members
Extension Methods

Constructors

Segment3()

public Segment3()

Segment3(Point3<T>, Point3<T>)

public Segment3(Point3<T> a, Point3<T> b)

Parameters

a Point3<T>
b Point3<T>

Properties

A

public Point3<T> A { get; set; }

Property Value

Point3<T>

B

public Point3<T> B { get; set; }

Property Value

Point3<T>

Length

public T Length { get; }

Property Value

T

NormalVector

public Vector3<T> NormalVector { get; }

Property Value

Vector3<T>

Vector

public Vector3<T> Vector { get; }

Property Value

Vector3<T>