| Modifier and Type | Method and Description |
|---|---|
Mat2f |
Mat2f.mul(Mat2f b)
Returns this * b; creates new matrix
|
Mat2f |
Matf.toMat2f()
If this is a 2x2 matrix, returns it as a Mat2f.
|
| Modifier and Type | Method and Description |
|---|---|
Mat2f |
Mat2f.mul(Mat2f b)
Returns this * b; creates new matrix
|
void |
Mat2f.mul(Mat2f a,
Mat2f b)
this = a * b
|
Copyright © 2007–2017 Gephi Consortium. All rights reserved.