Search Results for

    Show / Hide Table of Contents

    Class DistLine2Segment2

    Inheritance
    Object
    DistLine2Segment2
    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 DistLine2Segment2

    Constructors

    DistLine2Segment2(Line2d, Segment2d)

    Declaration
    public DistLine2Segment2(Line2d LineIn, Segment2d SegmentIn)
    Parameters
    Type Name Description
    Line2d LineIn
    Segment2d SegmentIn

    Fields

    DistanceSquared

    Declaration
    public double DistanceSquared
    Field Value
    Type Description
    Double

    LineClosest

    Declaration
    public Vector2d LineClosest
    Field Value
    Type Description
    Vector2d

    LineParameter

    Declaration
    public double LineParameter
    Field Value
    Type Description
    Double

    SegmentClosest

    Declaration
    public Vector2d SegmentClosest
    Field Value
    Type Description
    Vector2d

    SegmentParameter

    Declaration
    public double SegmentParameter
    Field Value
    Type Description
    Double

    Properties

    Line

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

    Segment

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

    Methods

    Compute()

    Declaration
    public DistLine2Segment2 Compute()
    Returns
    Type Description
    DistLine2Segment2

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double

    MinDistance(Line2d, Segment2d)

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