Uses of Class
math.geom3d.AffineTransform3D

Packages that use AffineTransform3D
math.geom3d Spatial geometry toolbox. 
 

Uses of AffineTransform3D in math.geom3d
 

Methods in math.geom3d with parameters of type AffineTransform3D
 void AffineTransform3D.preConcatenate(AffineTransform3D trans)
          Combine this transform with another AffineTransform.
 void AffineTransform3D.setTransform(AffineTransform3D trans)
           
 Shape3D Shape3D.transform(AffineTransform3D trans)
           
 void AffineTransform3D.transform(AffineTransform3D trans)
          Combine this transform with another AffineTransform.
 Shape3D Point3D.transform(AffineTransform3D trans)