Search Results for

    Show / Hide Table of Contents

    Class ContMinBox2

    Fit minimal bounding-box to a set of 2D points. Result is in MinBox.

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

    Constructors

    ContMinBox2(IList<Vector2d>, Double, QueryNumberType, Boolean)

    Declaration
    public ContMinBox2(IList<Vector2d> points, double epsilon, QueryNumberType queryType, bool isConvexPolygon)
    Parameters
    Type Name Description
    IList<Vector2d> points
    Double epsilon
    QueryNumberType queryType
    Boolean isConvexPolygon

    Properties

    MinBox

    Declaration
    public Box2d MinBox { get; }
    Property Value
    Type Description
    Box2d

    Methods

    UpdateBox(Vector2d, Vector2d, Vector2d, Vector2d, ref Vector2d, ref Vector2d, ref Double)

    Declaration
    protected void UpdateBox(Vector2d LPoint, Vector2d RPoint, Vector2d BPoint, Vector2d TPoint, ref Vector2d U, ref Vector2d V, ref double minAreaDiv4)
    Parameters
    Type Name Description
    Vector2d LPoint
    Vector2d RPoint
    Vector2d BPoint
    Vector2d TPoint
    Vector2d U
    Vector2d V
    Double minAreaDiv4
    In This Article
    Back to top ViRGIS VR GIS