public interface Shape2D
static final double EPSILON
boolean contains(double x, double y)
x
- point x valuey
- point y valuetrue
if the specified point is inside;
false
otherwise.boolean isEmpty()
true
if the Shape is empty.Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.