Uses of Class
math.geom3d.Point3D

Packages that use Point3D
math.geom3d Spatial geometry toolbox. 
 

Uses of Point3D in math.geom3d
 

Methods in math.geom3d that return Point3D
 Point3D Transform3D.transformPoint(Point3D src, Point3D dst)
           
 Point3D AffineTransform3D.transformPoint(Point3D src, Point3D dst)
           
 Point3D[] Transform3D.transformPoints(Point3D[] src, Point3D[] dst)
           
 Point3D[] AffineTransform3D.transformPoints(Point3D[] src, Point3D[] dst)
           
 

Methods in math.geom3d with parameters of type Point3D
 boolean Point3D.contains(Point3D point)
          A point 'contains' another point if their euclidean distance is less than the accuracy.
 double Shape3D.getDistance(Point3D p)
          get the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.
 double Point3D.getDistance(Point3D point)
           
 void Point3D.setLocation(Point3D point)
           
 Point3D Transform3D.transformPoint(Point3D src, Point3D dst)
           
 Point3D AffineTransform3D.transformPoint(Point3D src, Point3D dst)
           
 Point3D[] Transform3D.transformPoints(Point3D[] src, Point3D[] dst)
           
 Point3D[] Transform3D.transformPoints(Point3D[] src, Point3D[] dst)
           
 Point3D[] AffineTransform3D.transformPoints(Point3D[] src, Point3D[] dst)
           
 Point3D[] AffineTransform3D.transformPoints(Point3D[] src, Point3D[] dst)