public interface LinearTransformNd
| Modifier and Type | Method and Description |
|---|---|
int |
colSize()
Number of columns in the matrix associated with this transformation.
|
void |
mul(VectorNd vr,
VectorNd v1)
Applies this transformation to vector v1 and returns the result in vr.
|
int |
rowSize()
Number of rows in the matrix associated with this transformation.
|
void mul(VectorNd vr, VectorNd v1)
v1 - vector to transformvr - vector in which result is returnedint rowSize()
mul.int colSize()
mul.