Uses of Interface
math.geom3d.Shape3D

Packages that use Shape3D
math.geom3d Spatial geometry toolbox. 
 

Uses of Shape3D in math.geom3d
 

Classes in math.geom3d that implement Shape3D
 class Point3D
           
 

Methods in math.geom3d that return Shape3D
 Shape3D Shape3D.transform(AffineTransform3D trans)
           
 Shape3D Point3D.transform(AffineTransform3D trans)
           
 Shape3D AffineTransform3D.transform(Shape3D shape)
           
 

Methods in math.geom3d with parameters of type Shape3D
 Shape3D AffineTransform3D.transform(Shape3D shape)