Component-wise add this
and other
.
Component-wise add this
and other
and store the result in dest
.
boolean
boolean
Compare the matrix elements of this
matrix with the given matrix using the given delta
and return whether all of them are equal within a maximum difference of delta
.
Linearly interpolate this
and other
using the given interpolation factor t
and store the result in this
.
Linearly interpolate this
and other
using the given interpolation factor t
and store the result in dest
.
Multiply this matrix by the supplied matrix.
Multiply this matrix by the supplied matrix and store the result in dest
.
Multiply the given matrix mat
with this Vector3d.
Multiply the given matrix mat
with this
and store the
result in dest
.
Multiply the given matrix mat
with this
and store the
result in dest
.
Multiply the given matrix with this Vector3f and store the result in this
.
Multiply the given matrix with this Vector3f and store the result in dest
.
Component-wise multiply this
by other
.
Component-wise multiply this
by other
and store the result in dest
.
Pre-multiply this matrix by the supplied left
matrix and store the result in this
.
Pre-multiply this matrix by the supplied left
matrix and store the result in dest
.
Multiply the transpose of the given matrix with this Vector3d and store the result in this
.
Multiply the transpose of the given matrix with this Vector3f and store the result in dest
.
Set the elements of this matrix to the upper left 2x2 of the given
Matrix3dc
.
Set the values in this matrix to the ones in m.
Set the upper left 3x3 submatrix of this
Matrix4d
to the given
Matrix3dc
and the rest to identity.
Set the upper left 3x3 submatrix of this
Matrix4d
to the given
Matrix3dc
and don't change the other elements.
Set the left 3x3 submatrix of this
Matrix4x3d
to the given
Matrix3dc
and don't change the other elements.
Set this quaternion to be a representation of the rotational component of the given matrix.
Set this quaternion to be a representation of the rotational component of the given matrix.
Set this quaternion to be a representation of the rotational component of the given matrix.
Set this quaternion to be a representation of the rotational component of the given matrix.
Store the values of the transpose of the given matrix m
into this
matrix.
Component-wise subtract subtrahend
from this
.
Component-wise subtract subtrahend
from this
and store the result in dest
.