Uses of Class
com.irurueta.geometry.NotEnoughVerticesException
Packages that use NotEnoughVerticesException
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of NotEnoughVerticesException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw NotEnoughVerticesExceptionModifier and TypeMethodDescriptionfinal voidPolygon2D.setVertices(List<Point2D> vertices) Sets list of vertices forming this polygon.final voidPolygon3D.setVertices(List<Point3D> vertices) Sets list of vertices forming this polygon.Constructors in com.irurueta.geometry that throw NotEnoughVerticesException