Uses of Class
ProGAL.geomNd.PointList

Packages that use PointList
ProGAL.geomNd This package contains classes that are all related to Euclidean geometric concepts of dimension larger than three. 
 

Uses of PointList in ProGAL.geomNd
 

Methods in ProGAL.geomNd that return PointList
 PointList PointList.clone()
          Get a shallow copy of this list.
 PointList PointList.getRandomPermutation()
          Returns a new point-list containing all the elements in random order.
 PointList PointList.getSubList(int from, int to)
          Returns a sub-list of elements from (including) from to (not including) to.