Search Results for

    Show / Hide Table of Contents

    Class DistLine3Segment3

    Inheritance
    Object
    DistLine3Segment3
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class DistLine3Segment3

    Constructors

    DistLine3Segment3(Line3d, Segment3d)

    Declaration
    public DistLine3Segment3(Line3d LineIn, Segment3d SegmentIn)
    Parameters
    Type Name Description
    Line3d LineIn
    Segment3d SegmentIn

    Fields

    DistanceSquared

    Declaration
    public double DistanceSquared
    Field Value
    Type Description
    Double

    LineClosest

    Declaration
    public Vector3d LineClosest
    Field Value
    Type Description
    Vector3d

    LineParameter

    Declaration
    public double LineParameter
    Field Value
    Type Description
    Double

    SegmentClosest

    Declaration
    public Vector3d SegmentClosest
    Field Value
    Type Description
    Vector3d

    SegmentParameter

    Declaration
    public double SegmentParameter
    Field Value
    Type Description
    Double

    Properties

    Line

    Declaration
    public Line3d Line { get; set; }
    Property Value
    Type Description
    Line3d

    Segment

    Declaration
    public Segment3d Segment { get; set; }
    Property Value
    Type Description
    Segment3d

    Methods

    Compute()

    Declaration
    public DistLine3Segment3 Compute()
    Returns
    Type Description
    DistLine3Segment3

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double

    MinDistance(Line3d, Segment3d)

    Declaration
    public static double MinDistance(Line3d line, Segment3d segment)
    Parameters
    Type Name Description
    Line3d line
    Segment3d segment
    Returns
    Type Description
    Double

    MinDistanceLineParam(Line3d, Segment3d)

    Declaration
    public static double MinDistanceLineParam(Line3d line, Segment3d segment)
    Parameters
    Type Name Description
    Line3d line
    Segment3d segment
    Returns
    Type Description
    Double
    In This Article
    Back to top ViRGIS VR GIS