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 right
matrix.
Multiply this matrix by the supplied right
matrix and store the result in dest
.
Multiply the given matrix mat
with this Vector2d.
Multiply the given matrix mat
with this
and store the
result in dest
.
Multiply the given matrix with this Vector2f and store the result in this
.
Multiply the given matrix with this Vector2f 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 Vector2d and store the result in this
.
Multiply the transpose of the given matrix with this Vector2f and store the result in dest
.
Set the elements of this matrix to the ones in m
.
Set the upper left 2x2 submatrix of this
Matrix3d
to the given
Matrix2dc
and the rest to identity.
Set the left 2x2 submatrix of this
Matrix3x2d
to the given
Matrix2dc
and don't change the other elements.
Component-wise subtract subtrahend
from this
.
Component-wise subtract subtrahend
from this
and store the result in dest
.