Search Results for

    Show / Hide Table of Contents

    Class DistLine3Ray3

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

    Constructors

    DistLine3Ray3(Ray3d, Line3d)

    Declaration
    public DistLine3Ray3(Ray3d rayIn, Line3d LineIn)
    Parameters
    Type Name Description
    Ray3d rayIn
    Line3d LineIn

    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

    RayClosest

    Declaration
    public Vector3d RayClosest
    Field Value
    Type Description
    Vector3d

    RayParameter

    Declaration
    public double RayParameter
    Field Value
    Type Description
    Double

    Properties

    Line

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

    Ray

    Declaration
    public Ray3d Ray { get; set; }
    Property Value
    Type Description
    Ray3d

    Methods

    Compute()

    Declaration
    public DistLine3Ray3 Compute()
    Returns
    Type Description
    DistLine3Ray3

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double

    MinDistance(Ray3d, Line3d)

    Declaration
    public static double MinDistance(Ray3d r, Line3d s)
    Parameters
    Type Name Description
    Ray3d r
    Line3d s
    Returns
    Type Description
    Double

    MinDistanceLineParam(Ray3d, Line3d)

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