Uses of Class
org.jzy3d.maths.Coordinates

Packages that use Coordinates
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.plot3d.builder.delaunay   
 

Uses of Coordinates in org.jzy3d.maths
 

Methods in org.jzy3d.maths that return Coordinates
 Coordinates Mapper.getCoordinates(double[] xy)
          Deprecated. Return a structure containing X, Y, and Z coordinates as arrays of float.
 Coordinates Mapper.getCoordinates(double[][] xy)
          Deprecated. Return a structure containing X, Y, and Z coordinates as arrays of float.
 Coordinates Mapper.getCoordinates(float[] xy)
          Deprecated. Return a structure containing X, Y, and Z coordinates as arrays of float.
 Coordinates Mapper.getCoordinates(float[][] xy)
          Deprecated. Return a structure containing X, Y, and Z coordinates as arrays of float.
 

Uses of Coordinates in org.jzy3d.plot3d.builder.delaunay
 

Constructors in org.jzy3d.plot3d.builder.delaunay with parameters of type Coordinates
DelaunayCoordinateValidator(Coordinates coords)
           
OrthonormalCoordinateValidator(Coordinates coords)