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 Triangle3DTriangle3D.createEquilateralFrom(Vec3D a, Vec3D b) Triangle3D.flipVertexOrder()TriangleIntersector.getTriangle()Methods in toxi.geom with parameters of type Triangle3DModifier and TypeMethodDescriptionbooleanSphere.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.booleanAABB.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 genericTriangle3Dinstance 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 voidToxiclibsSupport.triangle(Triangle3D tri) final voidToxiclibsSupport.triangle(Triangle3D tri, boolean isFullShape)