All Packages Class Hierarchy This Package Previous Next Index
Class openstar.util.MatrixTrans
java.lang.Object
|
+----openstar.util.Matrix
|
+----openstar.util.MatrixTrans
- public class MatrixTrans
- extends Matrix
- implements Transformation
Matrix transformation class.
- Version:
- 09 Apr 1997
- Author:
- Nils Schwabe
-
MatrixTrans(int, int)
-
-
chain(Transformation)
-
-
clone()
- Makes a deep copy of this matrix object.
-
transform(Point, Point)
-
MatrixTrans
public MatrixTrans(int rows,
int columns)
transform
public synchronized void transform(Point p,
Point result)
chain
public Transformation chain(Transformation outer)
clone
public Object clone()
- Makes a deep copy of this matrix object.
- Overrides:
- clone in class Matrix
All Packages Class Hierarchy This Package Previous Next Index