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