org.osm2world.core.math
Constructor and Description |
---|
VectorGridXZ(AxisAlignedBoundingBoxXZ box,
double sampleDistance)
returns a regular grid of points within a bounding box.
|
public VectorGridXZ(AxisAlignedBoundingBoxXZ box, double sampleDistance)
public int size()
public int sizeX()
public int sizeZ()
public boolean isEmpty()
public VectorXZ get(int indexX, int indexZ)
public Iterator<VectorXZ> iterator()
iterator
in interface Iterable<VectorXZ>
public String toString()
toString
in class Object