Uses of Class
toxi.geom.Triangle

Packages that use Triangle
toxi.geom   
 

Uses of Triangle in toxi.geom
 

Methods in toxi.geom that return Triangle
static Triangle Triangle.createEquilateralFrom(Vec3D a, Vec3D b)
           
 

Methods in toxi.geom with parameters of type Triangle
 boolean Sphere.intersectSphereTriangle(Triangle 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.
 

Constructors in toxi.geom with parameters of type Triangle
Plane(Triangle t)