public static class MeshFactory.GriddedPoint
extends java.lang.Object
| Constructor and Description |
|---|
GriddedPoint(double x,
double y,
double z,
double res) |
GriddedPoint(Point3d pnt,
double res) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
set(double x,
double y,
double z,
double res) |
public GriddedPoint(Point3d pnt, double res)
public GriddedPoint(double x,
double y,
double z,
double res)