See: Description
Interface | Description |
---|---|
Transformable |
Interface for all Objects which can be transformed by Transforms.
|
Class | Description |
---|---|
AffineTransform |
Affine Transform Class where y = T(x)= A(x)+ b and x = T^-1(y) = A^-1(y - b)
|
ComboTransform |
Class to model a chain of transforms.
|
Quaternion | |
ScaleRotate |
This is a decorator class for a scale-rotation matrix.
|
Transform | |
Translation |
This class decorates a translation vector.
|