Uses of Class
org.jzy3d.maths.Coordinates
- 
Packages that use Coordinates Package Description 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 Modifier and Type Method Description CoordinatesMapper. getCoordinates(double[] xy)Deprecated.Return a structure containing X, Y, and Z coordinates as arrays of float.CoordinatesMapper. getCoordinates(double[][] xy)Deprecated.Return a structure containing X, Y, and Z coordinates as arrays of float.CoordinatesMapper. getCoordinates(float[] xy)Deprecated.Return a structure containing X, Y, and Z coordinates as arrays of float.CoordinatesMapper. getCoordinates(float[][] xy)Deprecated.Return a structure containing X, Y, and Z coordinates as arrays of float. 
 -