Uses of Class
toxi.geom.Triangle2D
-
Uses of Triangle2D in toxi.geom
Modifier and TypeMethodDescriptionTriangle2D.adjustTriangleSizeBy
(float offset) Triangle2D.adjustTriangleSizeBy
(float offAB, float offBC, float offCA) Triangle2D.copy()
static Triangle2D
Triangle2D.createEquilateralFrom
(ReadonlyVec2D a, ReadonlyVec2D b) Triangle2D.flipVertexOrder()
Modifier and TypeMethodDescriptionGridTesselator.tesselatePolygon
(Polygon2D poly) Tesselates/decomposes the given polygon into a list of 2D triangles using the currently set grid resolution.PolygonTesselator.tesselatePolygon
(Polygon2D poly) Tesselates the given polygon into a set of triangles.Modifier and TypeMethodDescriptionboolean
Triangle2D.intersectsTriangle
(Triangle2D tri) Checks if this triangle intersects the given one. -
Uses of Triangle2D in toxi.geom.mesh2d
-
Uses of Triangle2D in toxi.processing
Modifier and TypeMethodDescriptionfinal void
ToxiclibsSupport.triangle
(Triangle2D tri) final void
ToxiclibsSupport.triangle
(Triangle2D tri, boolean isFullShape)