Package | Description |
---|---|
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016. All rights reserved.