Search Results for

    Show / Hide Table of Contents

    Class DistLine2Line2

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

    Constructors

    DistLine2Line2(Line2d, Line2d)

    Declaration
    public DistLine2Line2(Line2d Line1, Line2d Line2)
    Parameters
    Type Name Description
    Line2d Line1
    Line2d Line2

    Fields

    DistanceSquared

    Declaration
    public double DistanceSquared
    Field Value
    Type Description
    Double

    Line1Closest

    Declaration
    public Vector2d Line1Closest
    Field Value
    Type Description
    Vector2d

    Line1Parameter

    Declaration
    public double Line1Parameter
    Field Value
    Type Description
    Double

    Line2Closest

    Declaration
    public Vector2d Line2Closest
    Field Value
    Type Description
    Vector2d

    Line2Parameter

    Declaration
    public double Line2Parameter
    Field Value
    Type Description
    Double

    Properties

    Line

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

    Line2

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

    Methods

    Compute()

    Declaration
    public DistLine2Line2 Compute()
    Returns
    Type Description
    DistLine2Line2

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double

    MinDistance(Line2d, Line2d)

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