Class ContMinBox2
Fit minimal bounding-box to a set of 2D points. Result is in MinBox.
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
Constructors
ContMinBox2(IList<Vector2d>, Double, QueryNumberType, Boolean)
Declaration
public ContMinBox2(IList<Vector2d> points, double epsilon, QueryNumberType queryType, bool isConvexPolygon)
Parameters
Properties
MinBox
Declaration
public Box2d MinBox { get; }
Property Value
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