Uses of Enum
org.jzy3d.maths.Array.Direction
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Array.Direction in org.jzy3d.maths
Modifier and TypeMethodDescriptionstatic Array.Direction
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.Modifier and TypeMethodDescriptionstatic int[]
Array.sortAscending
(Coord3d[] input, Array.Direction direction) static int[]
Array.sortDescending
(Coord3d[] input, Array.Direction direction)