Class Matrix
java.lang.Object
|
+--Matrix
- public class Matrix
- extends java.lang.Object
|
Method Summary |
void |
print()
|
void |
scale(double fact)
|
double[] |
XY(Vect V)
|
double |
Z(Vect V)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
public double[][] element
Matrix
public Matrix()
Matrix
public Matrix(double scale)
Matrix
public Matrix(Matrix A)
Matrix
public Matrix(Matrix A,
Matrix B)
Matrix
public Matrix(Vect shift)
Matrix
public Matrix(Vect ax,
double angle)
print
public void print()
scale
public void scale(double fact)
XY
public double[] XY(Vect V)
Z
public double Z(Vect V)