Polygon2D {Microsoft.VisualBasic.Imaging.Math2D} | .NET clr documentation |
polygon object in 2D plain
this object is a vector of x and y or a collection of the 2d points.
# namespace Microsoft.VisualBasic.Imaging.Math2D
export class Polygon2D {
# max y - min y
height: double;
# the size of the polygon points collection
length: integer;
# max x - min x
width: double;
xpoints: double;
ypoints: double;
}