getBound method
Get all the boundary of the polygon
Implementation
Polygon getBound() {
return Polygon([mostLeftPoint, topPoint, mostRightPoint, bottomPoint]);
}
Get all the boundary of the polygon
Polygon getBound() {
return Polygon([mostLeftPoint, topPoint, mostRightPoint, bottomPoint]);
}