Package math.geom2d.point

Package class diagram package math.geom2d.point
Data structures for point sets.

See:
          Description

Interface Summary
PointSet2D A set of points.
PointShape2D Interface for shapes composed of a finite set of points.
 

Class Summary
KDTree2D A data structure for storing a great number of points.
PointArray2D Represent the union of a finite number of Point2D.
 

Package math.geom2d.point Description

Data structures for point sets.

This sub-package is specialized in data structure based on a finite number of points.

It contains declaration of PointShape2D, which is the basis for all point-based shapes, and some implementations of point sets.



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.