Package edu.stanford.rsl.konrad.geometry.transforms

Interface Summary
Transformable Interface for all Objects which can be transformed by Transforms.
 

Class Summary
AffineTransform Affine Transform Class where y = T(x)= A(x)+ b and x = T^-1(y) = A^-1(y - b)
ComboTransform  
Quaternion  
ScaleRotate  
Transform  
Translation