Uses of Class
org.jzy3d.maths.Pair
-
Packages that use Pair Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. -
-
Uses of Pair in org.jzy3d.maths
Methods in org.jzy3d.maths that return Pair Modifier and Type Method Description static Pair<Coord3d,Coord3d>
Coord3d. minMax(List<Coord3d> coords)
Compute the component-wise minimum and maximum values of a set of coordinates.
-