Uses of Class
math.geom3d.transform.AffineTransform3D

Packages that use AffineTransform3D
math.geom3d Spatial geometry toolbox. 
math.geom3d.curve Spatial geometry toolbox. 
math.geom3d.line Spatial geometry toolbox. 
math.geom3d.plane Spatial geometry toolbox. 
math.geom3d.transform Spatial geometry toolbox. 
 

Uses of AffineTransform3D in math.geom3d
 

Methods in math.geom3d with parameters of type AffineTransform3D
 Vector3D Vector3D.transform(AffineTransform3D trans)
          Transform the vector, by using only the first 4 parameters of the transform.
 Shape3D PointSet3D.transform(AffineTransform3D trans)
           
 Point3D Point3D.transform(AffineTransform3D trans)
           
 Shape3D Shape3D.transform(AffineTransform3D trans)
           
 Shape3D Shape3D.EmptySet3D.transform(AffineTransform3D trans)
           
 

Uses of AffineTransform3D in math.geom3d.curve
 

Methods in math.geom3d.curve with parameters of type AffineTransform3D
 Curve3D Curve3D.transform(AffineTransform3D trans)
          Transforms the curve by an affine transform.
 

Uses of AffineTransform3D in math.geom3d.line
 

Methods in math.geom3d.line with parameters of type AffineTransform3D
 StraightLine3D StraightLine3D.transform(AffineTransform3D trans)
           
 Curve3D LineSegment3D.transform(AffineTransform3D trans)
           
 

Uses of AffineTransform3D in math.geom3d.plane
 

Methods in math.geom3d.plane with parameters of type AffineTransform3D
 Shape3D Plane3D.transform(AffineTransform3D trans)
           
 

Uses of AffineTransform3D in math.geom3d.transform
 

Methods in math.geom3d.transform that return AffineTransform3D
static AffineTransform3D AffineTransform3D.createRotationOx(double theta)
           
static AffineTransform3D AffineTransform3D.createRotationOy(double theta)
           
static AffineTransform3D AffineTransform3D.createRotationOz(double theta)
           
static AffineTransform3D AffineTransform3D.createTranslation(double x, double y, double z)
           
static AffineTransform3D AffineTransform3D.createTranslation(Vector3D vec)
           
 AffineTransform3D AffineTransform3D.getInverseTransform()
          Computes the inverse affine transform.
 

Methods in math.geom3d.transform with parameters of type AffineTransform3D
 void AffineTransform3D.preConcatenate(AffineTransform3D trans)
          Combine this transform with another AffineTransform.
 void AffineTransform3D.setTransform(AffineTransform3D trans)
          Deprecated. AffineTransform3d is immutable (0.6.3)
 void AffineTransform3D.transform(AffineTransform3D trans)
          Combine this transform with another AffineTransform.
 



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