Search Results for

    Show / Hide Table of Contents

    Class DistRay3Ray3

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

    Constructors

    DistRay3Ray3(Ray3d, Ray3d)

    Declaration
    public DistRay3Ray3(Ray3d ray1, Ray3d ray2)
    Parameters
    Type Name Description
    Ray3d ray1
    Ray3d ray2

    Fields

    DistanceSquared

    Declaration
    public double DistanceSquared
    Field Value
    Type Description
    Double

    Ray1Closest

    Declaration
    public Vector3d Ray1Closest
    Field Value
    Type Description
    Vector3d

    Ray1Parameter

    Declaration
    public double Ray1Parameter
    Field Value
    Type Description
    Double

    Ray2Closest

    Declaration
    public Vector3d Ray2Closest
    Field Value
    Type Description
    Vector3d

    Ray2Parameter

    Declaration
    public double Ray2Parameter
    Field Value
    Type Description
    Double

    Properties

    Ray1

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

    Ray2

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

    Methods

    Compute()

    Declaration
    public DistRay3Ray3 Compute()
    Returns
    Type Description
    DistRay3Ray3

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double

    MinDistance(Ray3d, Ray3d)

    Declaration
    public static double MinDistance(Ray3d r1, Ray3d r2)
    Parameters
    Type Name Description
    Ray3d r1
    Ray3d r2
    Returns
    Type Description
    Double

    MinDistanceRay2Param(Ray3d, Ray3d)

    Declaration
    public static double MinDistanceRay2Param(Ray3d r1, Ray3d r2)
    Parameters
    Type Name Description
    Ray3d r1
    Ray3d r2
    Returns
    Type Description
    Double
    In This Article
    Back to top ViRGIS VR GIS