Polygon.(constructor)
Constructor.
Signature:
constructor({ holes, points, }: {
holes?: Point[][];
points: Point[];
});
Parameters
Parameter |
Type |
Description |
---|---|---|
{ holes, points, } |
Constructor.
Signature:
constructor({ holes, points, }: {
holes?: Point[][];
points: Point[];
});
Parameter |
Type |
Description |
---|---|---|
{ holes, points, } |