public static class MeshFactory.VertexMap extends java.util.HashMap<maspack.geometry.MeshFactory.GriddedPoint,Vertex3d>
Constructor and Description |
---|
VertexMap(double tol) |
Modifier and Type | Method and Description |
---|---|
Vertex3d |
get(Point3d pnt) |
Vertex3d |
getOrCreate(PolygonalMesh mesh,
double x,
double y,
double z,
RigidTransform3d XLM) |
Vertex3d |
getOrCreate(PolygonalMesh mesh,
Point3d pos,
RigidTransform3d XLM) |
void |
put(Point3d pnt,
Vertex3d vtx) |
public Vertex3d getOrCreate(PolygonalMesh mesh, double x, double y, double z, RigidTransform3d XLM)
public Vertex3d getOrCreate(PolygonalMesh mesh, Point3d pos, RigidTransform3d XLM)