public interface Polyline2<S extends Polyline2<S,V>,V extends Value<V>> extends Shape<S>, PolylineN<Vector2<V>,V>
Modifier and Type | Method and Description |
---|---|
default boolean |
contains(Vector2<?> point) |
default Value<?> |
getArea() |
Bounds2<V> |
getBounds() |
default Value<?> |
getPerimeter() |
java.util.List<Line2<V>> |
lines() |
default boolean |
touches(Vector2<?> point) |
intersects, touches
anonymize, decoupleValue, getValue, immutable, invalidations, over, over