Uses of Class
org.jzy3d.plot3d.primitives.Point

Packages that use Point
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.plot3d.primitives Provides 3d primitives that either implement plot3d.rendering.Drawable or plot3d.rendering.Composite3d, and thus provide a draw() and transform() function for the plot3d.rendering.Scene
org.jzy3d.plot3d.primitives.enlightables   
org.jzy3d.plot3d.primitives.graphs.nodes   
 

Uses of Point in org.jzy3d.maths
 

Methods in org.jzy3d.maths with parameters of type Point
 void BoundingBox3d.add(Point p)
          Add a Point3d to the BoundingBox3d.
 

Uses of Point in org.jzy3d.plot3d.primitives
 

Methods in org.jzy3d.plot3d.primitives that return Point
 Point Polygon.get(int p)
          Retrieve a point from the Polygon.
 Point LineStrip.get(int p)
           
 

Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Point
 java.util.List<Point> Polygon.getAll()
           
 java.util.List<Point> LineStrip.getPoints()
           
 

Methods in org.jzy3d.plot3d.primitives with parameters of type Point
 void Quad.add(Point point)
          Add a point to the polygon.
 void Polygon.add(Point point)
          Add a point to the polygon.
 void LineStrip.add(Point point)
           
 

Method parameters in org.jzy3d.plot3d.primitives with type arguments of type Point
 void LineStrip.addAll(java.util.List<Point> points)
           
 

Uses of Point in org.jzy3d.plot3d.primitives.enlightables
 

Methods in org.jzy3d.plot3d.primitives.enlightables that return Point
 Point EnlightablePolygon.get(int p)
          Retrieve a point from the Polygon.
 

Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Point
 void EnlightablePolygon.add(Point point)
          Add a point to the polygon.
 

Uses of Point in org.jzy3d.plot3d.primitives.graphs.nodes
 

Subclasses of Point in org.jzy3d.plot3d.primitives.graphs.nodes
 class PickablePoint