Object AwtShapes
-
- All Implemented Interfaces:
public class AwtShapes
Collection of extensions to Java AWT meant to simplify its usage as geometric engine.
-
-
Method Summary
Modifier and Type Method Description final List<Euclidean2DPosition>
vertices(Shape $self)
Obtains the vertices of a polygonal shape. -
-
Method Detail
-
vertices
final List<Euclidean2DPosition> vertices(Shape $self)
Obtains the vertices of a polygonal shape. Any curved segment connecting two points will be considered as a straight line between them.
-
-
-
-