- All Implemented Interfaces:
Iterable<double[]>
- Enclosing class:
SphereNet
public static class SphereNet.Line3d
extends Object
implements Iterable<double[]>
Represents a set of 3-d points that can be joined together to
make a grid line. The first element is the same as the last.
-
Method Summary
Returns an iterator over double[3]s representing 3d points.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
iterator
Returns an iterator over double[3]s representing 3d points.
- Specified by:
iterator in interface Iterable<double[]>