|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.geometry.HashedPointSet
public class HashedPointSet
Constructor Summary | |
---|---|
HashedPointSet()
|
|
HashedPointSet(int capacity)
|
Method Summary | |
---|---|
boolean |
add(Point3d pnt)
|
int |
capacity()
|
Point3d[] |
getPoints()
|
double[] |
getPointsAsDoubleArray()
|
java.util.Iterator<Point3d> |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashedPointSet()
public HashedPointSet(int capacity)
Method Detail |
---|
public int size()
public int capacity()
public boolean add(Point3d pnt)
public Point3d[] getPoints()
public java.util.Iterator<Point3d> iterator()
iterator
in interface java.lang.Iterable<Point3d>
public double[] getPointsAsDoubleArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |