Uses of Class
org.episteme.core.mathematics.geometry.csg.Polygon
Packages that use Polygon
-
Uses of Polygon in org.episteme.core.mathematics.geometry.csg
Methods in org.episteme.core.mathematics.geometry.csg that return PolygonMethods in org.episteme.core.mathematics.geometry.csg that return types with arguments of type PolygonModifier and TypeMethodDescriptionNode.allPolygons()Node.clipPolygons(List<Polygon> list) Polygon.triangulate()Triangulates this polygon using Delaunay triangulation.Methods in org.episteme.core.mathematics.geometry.csg with parameters of type PolygonModifier and TypeMethodDescriptionstatic voidCSGUtils.splitPolygon(Plane3D plane, Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits a polygon by a plane.Method parameters in org.episteme.core.mathematics.geometry.csg with type arguments of type PolygonModifier and TypeMethodDescriptionvoidNode.clipPolygons(List<Polygon> list) static voidCSGUtils.splitPolygon(Plane3D plane, Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits a polygon by a plane.Constructor parameters in org.episteme.core.mathematics.geometry.csg with type arguments of type Polygon