Uses of Class
toxi.geom.Triangle2D
Packages that use Triangle2D
-
Uses of Triangle2D in toxi.geom
Methods in toxi.geom that return Triangle2DModifier 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()
Methods in toxi.geom that return types with arguments of type Triangle2DModifier 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.Methods in toxi.geom with parameters of type Triangle2DModifier and TypeMethodDescriptionboolean
Triangle2D.intersectsTriangle
(Triangle2D tri) Checks if this triangle intersects the given one. -
Uses of Triangle2D in toxi.geom.mesh2d
Methods in toxi.geom.mesh2d that return types with arguments of type Triangle2D -
Uses of Triangle2D in toxi.processing
Methods in toxi.processing with parameters of type Triangle2DModifier and TypeMethodDescriptionfinal void
ToxiclibsSupport.triangle
(Triangle2D tri) final void
ToxiclibsSupport.triangle
(Triangle2D tri, boolean isFullShape)