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. 
 

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.
 



Copyright © 2013. All rights reserved.