Package uk.ac.starlink.ttools.plot2.geom
Class SphereNet.Line3d
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.geom.SphereNet.Line3d
-
- All Implemented Interfaces:
java.lang.Iterable<double[]>
- Enclosing class:
- SphereNet
public static class SphereNet.Line3d extends java.lang.Object implements java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<double[]>
iterator()
Returns an iterator over double[3]s representing 3d points.
-