Search Results for

    Show / Hide Table of Contents

    Class DistPoint2Box2

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

    Constructors

    DistPoint2Box2(Vector2d, Box2d)

    Declaration
    public DistPoint2Box2(Vector2d PointIn, Box2d boxIn)
    Parameters
    Type Name Description
    Vector2d PointIn
    Box2d boxIn

    Fields

    BoxClosest

    Declaration
    public Vector2d BoxClosest
    Field Value
    Type Description
    Vector2d

    DistanceSquared

    Declaration
    public double DistanceSquared
    Field Value
    Type Description
    Double

    Properties

    Box

    Declaration
    public Box2d Box { get; set; }
    Property Value
    Type Description
    Box2d

    Point

    Declaration
    public Vector2d Point { get; set; }
    Property Value
    Type Description
    Vector2d

    Methods

    Compute()

    Declaration
    public DistPoint2Box2 Compute()
    Returns
    Type Description
    DistPoint2Box2

    Get()

    Declaration
    public double Get()
    Returns
    Type Description
    Double

    GetSquared()

    Declaration
    public double GetSquared()
    Returns
    Type Description
    Double
    In This Article
    Back to top ViRGIS VR GIS