Uses of Interface
org.joml.Matrix2dc
Packages that use Matrix2dc
-
Uses of Matrix2dc in org.joml
Modifier and TypeClassDescriptionclassContains 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 addthisandother.Component-wise addthisandotherand store the result indest.booleanbooleanCompare the matrix elements ofthismatrix with the given matrix using the givendeltaand return whether all of them are equal within a maximum difference ofdelta.Linearly interpolatethisandotherusing the given interpolation factortand store the result inthis.Linearly interpolatethisandotherusing the given interpolation factortand store the result indest.Multiply this matrix by the suppliedrightmatrix.Multiply this matrix by the suppliedrightmatrix and store the result indest.Multiply the given matrixmatwith this Vector2d.Multiply the given matrixmatwiththisand 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 multiplythisbyother.Matrix2d.mulComponentWise(Matrix2dc other, Matrix2d dest) Matrix2dc.mulComponentWise(Matrix2dc other, Matrix2d dest) Component-wise multiplythisbyotherand store the result indest.Pre-multiply this matrix by the suppliedleftmatrix and store the result inthis.Pre-multiply this matrix by the suppliedleftmatrix 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 thisMatrix3x2dto the givenMatrix2dcand don't change the other elements.Component-wise subtractsubtrahendfromthis.Component-wise subtractsubtrahendfromthisand store the result indest.ModifierConstructorDescriptionCreate a newMatrix2dand make it a copy of the given matrix.Matrix3x2d(Matrix2dc mat) Create a newMatrix3x2dby setting its left 2x2 submatrix to the values of the givenMatrix2dcand the rest to identity.