Uses of Interface
math.geom2d.point.PointSet2D

Packages that use PointSet2D
math.geom2d Planar geometry toolbox. 
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.grid Infinite grids with various geometries. 
math.geom2d.point Data structures for point sets. 
 

Uses of PointSet2D in math.geom2d
 

Methods in math.geom2d that return PointSet2D
 PointSet2D Point2D.clip(Box2D box)
          Returns a PointSet2D, containing 0 or 1 point, depending on whether the point lies inside the specified box.
 

Uses of PointSet2D in math.geom2d.circulinear
 

Methods in math.geom2d.circulinear with parameters of type PointSet2D
static CirculinearDomain2D CirculinearCurve2DUtils.computeBuffer(PointSet2D set, double dist)
          Compute buffer of a point set.
 

Uses of PointSet2D in math.geom2d.grid
 

Methods in math.geom2d.grid that return PointSet2D
 PointSet2D Grid2D.getVertices(Box2D box)
           
 PointSet2D SquareGrid2D.getVertices(Box2D box)
           
 PointSet2D TriangleGrid2D.getVertices(Box2D box)
           
 

Uses of PointSet2D in math.geom2d.point
 

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

Methods in math.geom2d.point that return PointSet2D
 PointSet2D PointSet2D.clip(Box2D box)
          Returns a new point set containing only points located within the box.
static PointSet2D PointArray2D.create(Collection<? extends Point2D> points)
           
static PointSet2D PointArray2D.create(int size)
           
static PointSet2D PointArray2D.create(Point2D[] points)
           
 PointSet2D PointSet2D.transform(AffineTransform2D trans)
          Transforms the point set by returning a new point set containing each transformed point.
 



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