case classOctagon(vertex: Array[R2]) extends Double with Product with Serializable
The Octagon class enhances the Path2D.Double class (from the java.awt.geom
package) by adding a constructor for building an octagon given its vertices.
vertex
the eight corner points of the octagon
Linear Supertypes
Serializable, Product, Equals, Double, Serializable, Path2D, Cloneable, Shape, AnyRef, Any
The Octagon class enhances the Path2D.Double class (from the java.awt.geom package) by adding a constructor for building an octagon given its vertices.
the eight corner points of the octagon