Package | Description |
---|---|
simulation.geometry | |
simulation.geometry.elements |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<Triangle,java.util.ArrayList<Triangle>> |
PLYreader.getCoplanarListMap()
returns the map of triangle it triangle indices of triangle
subdivisions that should be ignored in an interior check if the
original triangle is intersected by the ray.
|
static java.util.HashMap<Triangle,java.util.ArrayList<Triangle>> |
PLYreader.getCoplanarListMap()
returns the map of triangle it triangle indices of triangle
subdivisions that should be ignored in an interior check if the
original triangle is intersected by the ray.
|
static java.util.Collection<Triangle> |
PLYreader.readPLYfile(java.lang.String PLYname,
double scale,
double p)
static method to read a named PLY format file, parse the
contents and return a
Collection of
Triangle objects. |
Modifier and Type | Method and Description |
---|---|
static BoundingBox |
BoundingBox.getBoundingBoxFromTriangles(Triangle[] triangle)
constructs and returns the optimal bounding box for an array of
triangles.
|