Uses of Class
com.irurueta.geometry.Polygon2D
Packages that use Polygon2D
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 Polygon2D in com.irurueta.geometry
Methods in com.irurueta.geometry that return Polygon2DModifier and TypeMethodDescriptionTransformation2D.transformAndReturnNew(Polygon2D inputPolygon) Transforms provided polygon using this transformation and returns a new one.Methods in com.irurueta.geometry with parameters of type Polygon2DModifier and TypeMethodDescriptionvoidTransforms and updates provided polygon using this transformation.voidTransforms provided input polygon using this transformation and stores the result into provided output polygon instance.Transformation2D.transformAndReturnNew(Polygon2D inputPolygon) Transforms provided polygon using this transformation and returns a new one.abstract List<Triangle2D> Triangulator2D.triangulate(Polygon2D polygon) Triangulates provided polygon by dividing it into a set of triangles.VanGoghTriangulator2D.triangulate(Polygon2D polygon) Triangulates provided polygon by dividing it into a set of triangles.