Search Results for

    Show / Hide Table of Contents

    Class GeneralPolygon2dBoxTree

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

    Constructors

    GeneralPolygon2dBoxTree(GeneralPolygon2d)

    Declaration
    public GeneralPolygon2dBoxTree(GeneralPolygon2d poly)
    Parameters
    Type Name Description
    GeneralPolygon2d poly

    Fields

    Polygon

    Declaration
    public GeneralPolygon2d Polygon
    Field Value
    Type Description
    GeneralPolygon2d

    Methods

    Distance(Vector2d)

    Declaration
    public double Distance(Vector2d pt)
    Parameters
    Type Name Description
    Vector2d pt
    Returns
    Type Description
    Double

    DistanceSquared(Vector2d)

    Declaration
    public double DistanceSquared(Vector2d pt)
    Parameters
    Type Name Description
    Vector2d pt
    Returns
    Type Description
    Double

    DistanceSquared(Vector2d, out Int32, out Int32, out Double)

    Declaration
    public double DistanceSquared(Vector2d pt, out int iHoleIndex, out int iNearSeg, out double fNearSegT)
    Parameters
    Type Name Description
    Vector2d pt
    Int32 iHoleIndex
    Int32 iNearSeg
    Double fNearSegT
    Returns
    Type Description
    Double

    NearestPoint(Vector2d)

    Declaration
    public Vector2d NearestPoint(Vector2d pt)
    Parameters
    Type Name Description
    Vector2d pt
    Returns
    Type Description
    Vector2d
    In This Article
    Back to top ViRGIS VR GIS