Uses of Interface
org.joml.Matrix2dc
Packages that use Matrix2dc
-
Uses of Matrix2dc in org.joml
Modifier and TypeClassDescriptionclass
Contains the definition of a 2x2 matrix of doubles, and associated functions to transform it.Modifier and TypeMethodDescriptionMatrix2d.getToAddress
(long address) Matrix2dc.getToAddress
(long address) Store this matrix in column-major order at the given off-heap address.Modifier and TypeMethodDescriptionComponent-wise addthis
andother
.Component-wise addthis
andother
and store the result indest
.boolean
boolean
Compare the matrix elements ofthis
matrix with the given matrix using the givendelta
and return whether all of them are equal within a maximum difference ofdelta
.Linearly interpolatethis
andother
using the given interpolation factort
and store the result inthis
.Linearly interpolatethis
andother
using the given interpolation factort
and store the result indest
.Multiply this matrix by the suppliedright
matrix.Multiply this matrix by the suppliedright
matrix and store the result indest
.Multiply the given matrixmat
with this Vector2d.Multiply the given matrixmat
withthis
and store the result indest
.Multiply the given matrix with this Vector2f and store the result inthis
.Multiply the given matrix with this Vector2f and store the result indest
.Matrix2d.mulComponentWise
(Matrix2dc other) Component-wise multiplythis
byother
.Matrix2d.mulComponentWise
(Matrix2dc other, Matrix2d dest) Matrix2dc.mulComponentWise
(Matrix2dc other, Matrix2d dest) Component-wise multiplythis
byother
and store the result indest
.Pre-multiply this matrix by the suppliedleft
matrix and store the result inthis
.Pre-multiply this matrix by the suppliedleft
matrix and store the result indest
.Vector2d.mulTranspose
(Matrix2dc mat) Multiply the transpose of the given matrix with this Vector2d and store the result inthis
.Vector2d.mulTranspose
(Matrix2dc mat, Vector2d dest) Vector2dc.mulTranspose
(Matrix2dc mat, Vector2d dest) Multiply the transpose of the given matrix with this Vector2f and store the result indest
.Set the elements of this matrix to the ones inm
.Set the left 2x2 submatrix of thisMatrix3x2d
to the givenMatrix2dc
and don't change the other elements.Component-wise subtractsubtrahend
fromthis
.Component-wise subtractsubtrahend
fromthis
and store the result indest
.ModifierConstructorDescriptionCreate a newMatrix2d
and make it a copy of the given matrix.Matrix3x2d
(Matrix2dc mat) Create a newMatrix3x2d
by setting its left 2x2 submatrix to the values of the givenMatrix2dc
and the rest to identity.