Uses of Class
toxi.geom.Triangle3D
Packages that use Triangle3D
-
Uses of Triangle3D in toxi.geom
Fields in toxi.geom declared as Triangle3DMethods in toxi.geom that return Triangle3DModifier and TypeMethodDescriptionstatic Triangle3D
Triangle3D.createEquilateralFrom
(Vec3D a, Vec3D b) Triangle3D.flipVertexOrder()
TriangleIntersector.getTriangle()
Methods in toxi.geom with parameters of type Triangle3DModifier and TypeMethodDescriptionboolean
Sphere.intersectSphereTriangle
(Triangle3D t, Vec3D result) Considers the current vector as centre of a collision sphere with radius r and checks if the triangle abc intersects with this sphere.boolean
AABB.intersectsTriangle
(Triangle3D tri) TriangleIntersector.setTriangle
(Triangle3D tri) Constructors in toxi.geom with parameters of type Triangle3D -
Uses of Triangle3D in toxi.geom.mesh
Methods in toxi.geom.mesh that return Triangle3DModifier and TypeMethodDescriptionTriangleMesh.perforateFace
(Face f, float size) Face.toTriangle()
Creates a genericTriangle3D
instance using this face's vertices. -
Uses of Triangle3D in toxi.newmesh
Methods in toxi.newmesh that return Triangle3D -
Uses of Triangle3D in toxi.processing
Methods in toxi.processing with parameters of type Triangle3DModifier and TypeMethodDescriptionfinal void
ToxiclibsSupport.triangle
(Triangle3D tri) final void
ToxiclibsSupport.triangle
(Triangle3D tri, boolean isFullShape)