Uses of Class
org.starhope.appius.geometry.Triangle

Packages that use Triangle
org.starhope.appius.geometry   
 

Uses of Triangle in org.starhope.appius.geometry
 

Fields in org.starhope.appius.geometry with type parameters of type Triangle
private  Set<Triangle> TriangleMesh.triangles
          Triangles
 

Methods in org.starhope.appius.geometry that return types with arguments of type Triangle
 Collection<Triangle> TriangleMesh.getAdjacentTriangles(Triangle t)
          Get any triangles adjacent to the given one (sharing edges)
 

Methods in org.starhope.appius.geometry with parameters of type Triangle
 void TriangleMesh.add(Triangle t)
          Add a triangle to the mesh
 Collection<Triangle> TriangleMesh.getAdjacentTriangles(Triangle t)
          Get any triangles adjacent to the given one (sharing edges)