| Package | Description |
|---|---|
| de.topobyte.lina |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.add(Matrix
|
static Matrix |
Matrix.getIdentity(int size)
|
Matrix |
Matrix.invert()
|
Matrix |
Matrix.multiply(double lambda)
|
Matrix |
Matrix.multiplyFromRight(Matrix
|
static Matrix |
AffineTransformUtil.scale(double x, double y)
|
Matrix |
Matrix.solve(Vector
|
Matrix |
Matrix.subtract(Matrix
|
static Matrix |
AffineTransformUtil.translate(double x, double y)
|
Matrix |
Matrix.transponate()
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.add(Matrix
|
Matrix |
Matrix.multiplyFromRight(Matrix
|
Matrix |
Matrix.subtract(Matrix
|