Package eu.svjatoslav.sixth.e3d.geometry
Class Polygon
java.lang.Object
eu.svjatoslav.sixth.e3d.geometry.Polygon
Utility class for polygon operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
pointWithinPolygon
(Point2D point, Point2D p1, Point2D p2, Point2D p3)
-
Constructor Details
-
Polygon
public Polygon()
-
-
Method Details
-
pointWithinPolygon
-