Uses of Interface
math.geom2d.point.PointShape2D

Packages that use PointShape2D
math.geom2d Planar geometry toolbox. 
math.geom2d.point Data structures for point sets. 
 

Uses of PointShape2D in math.geom2d
 

Classes in math.geom2d that implement PointShape2D
 class Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
 

Uses of PointShape2D in math.geom2d.point
 

Subinterfaces of PointShape2D in math.geom2d.point
 interface PointSet2D
          A set of points.
 

Classes in math.geom2d.point that implement PointShape2D
 class PointArray2D
          Represent the union of a finite number of Point2D.
 

Methods in math.geom2d.point that return PointShape2D
 PointShape2D PointShape2D.clip(Box2D box)
          When a PointShape2D is clipped, the result is still a PointShape2D.
 PointShape2D PointShape2D.transform(AffineTransform2D trans)
          Transforms the point shape by an affine transform.
 



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