public class ScaleRotate extends Transform
Constructor and Description |
---|
ScaleRotate(SimpleMatrix t)
Initialize a scale-rotation transform using a rotation matrix
|
Modifier and Type | Method and Description |
---|---|
Transform |
clone() |
SimpleMatrix |
getData() |
Transform |
inverse() |
PointND |
transform(PointND point)
Applies scale-rotate transformation on a given point
|
SimpleVector |
transform(SimpleVector dir)
Applies scale-rotate transformation on a given direction
|
public ScaleRotate(SimpleMatrix t)
t
- is a scale-rotation matrixpublic PointND transform(PointND point)
public SimpleVector transform(SimpleVector dir)
public SimpleMatrix getData()