Search Results for

    Show / Hide Table of Contents

    Class Segment3D

    Inheritance
    Object
    Segment3D
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.Mathematics
    Assembly: cs.temp.dll.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
    Double

    NormalVector

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

    Vector

    Declaration
    public Vector3D Vector { get; }
    Property Value
    Type Description
    Vector3D
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors