public class ComboTransform extends Transform
Constructor and Description |
---|
ComboTransform() |
ComboTransform(Transform... t)
Create Combo Transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
clone() |
Transform[] |
getData() |
ComboTransform |
inverse()
Inverts the transformers and order of transformation
|
PointND |
transform(PointND point)
Transforms the given point and returns a new transformed point.
|
SimpleVector |
transform(SimpleVector dir)
Transforms the given vector
|
public ComboTransform()
public ComboTransform(Transform... t)
t
- Ordered array of transforms. Transforms are applied from left to right.public PointND transform(PointND point)
Transform
public SimpleVector transform(SimpleVector dir)
Transform
public ComboTransform inverse()