Package arc.math.geom
Interface Shape2D
public interface Shape2D
-
Method Summary
-
Method Details
-
contains
Returns whether the given point is contained within the shape. -
contains
boolean contains(float x, float y) Returns whether a point with the given coordinates is contained within the shape.
-