Uses of Class
org.jzy3d.maths.Array.Direction
-
Packages that use Array.Direction Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. -
-
Uses of Array.Direction in org.jzy3d.maths
Methods in org.jzy3d.maths that return Array.Direction Modifier and Type Method Description static Array.Direction
Array.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Array.Direction[]
Array.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.maths with parameters of type Array.Direction Modifier and Type Method Description static int[]
Array. sortAscending(Coord3d[] input, Array.Direction direction)
static int[]
Array. sortDescending(Coord3d[] input, Array.Direction direction)
-