| Modifier and Type | Method and Description |
|---|---|
Mat4f |
Mat4f.mul(Mat4f b)
Returns this * b; creates new matrix
|
Mat4f |
Matf.toMat4f()
If this is a 4x4 matrix, returns it as a Mat4f.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rotf.fromMatrix(Mat4f mat)
Turns the upper left 3x3 of the passed matrix into a rotation.
|
Mat4f |
Mat4f.mul(Mat4f b)
Returns this * b; creates new matrix
|
void |
Mat4f.mul(Mat4f a,
Mat4f b)
this = a * b
|
void |
Mat4f.set(Mat4f arg)
Sets this matrix to be equivalent to the given one
|
void |
Rotf.toMatrix(Mat4f mat)
Turns this rotation into a 3x3 rotation matrix.
|
| Constructor and Description |
|---|
Mat4f(Mat4f arg)
Creates new matrix initialized to argument's contents
|
Copyright © 2007–2017 Gephi Consortium. All rights reserved.