Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry.transforms |
Contains classes to model transformations in 3D.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransform
Affine Transform Class where y = T(x)= A(x)+ b and x = T^-1(y) = A^-1(y - b)
|
Modifier and Type | Method and Description |
---|---|
ComboTransform |
ComboTransform.inverse()
Inverts the transformers and order of transformation
|