Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class Segment3D

    Inheritance
    System.Object
    Segment3D
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging.Mathematics
    Assembly: fo-dicom.core.dll
    Syntax
    public class Segment3D

    Constructors

    Segment3D()

    Declaration
    public Segment3D()

    Segment3D(Point3D, Point3D)

    Declaration
    public Segment3D(Point3D a, Point3D b)
    Parameters
    Type Name Description
    Point3D a
    Point3D b

    Properties

    A

    Declaration
    public Point3D A { get; set; }
    Property Value
    Type Description
    Point3D

    B

    Declaration
    public Point3D B { get; set; }
    Property Value
    Type Description
    Point3D

    Length

    Declaration
    public double Length { get; }
    Property Value
    Type Description
    System.Double

    NormalVector

    Declaration
    public Vector3D NormalVector { get; }
    Property Value
    Type Description
    Vector3D

    Vector

    Declaration
    public Vector3D Vector { get; }
    Property Value
    Type Description
    Vector3D

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors