Class Matrix3x2d
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Matrix3x2dc
- Direct Known Subclasses:
Matrix3x2dStack
m00 m10 m20
m01 m11 m21
- Author:
- Kai Burjack
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a newMatrix3x2dand set it toidentity.Matrix3x2d(double m00, double m01, double m10, double m11, double m20, double m21) Create a new 3x2 matrix using the supplied double values.Matrix3x2d(DoubleBuffer buffer) Create a newMatrix3x2dby reading its 6 double components from the givenDoubleBufferat the buffer's current position.Matrix3x2d(Matrix2dc mat) Create a newMatrix3x2dby setting its left 2x2 submatrix to the values of the givenMatrix2dcand the rest to identity.Matrix3x2d(Matrix2fc mat) Create a newMatrix3x2dby setting its left 2x2 submatrix to the values of the givenMatrix2fcand the rest to identity.Matrix3x2d(Matrix3x2dc mat) Create a newMatrix3x2dand make it a copy of the given matrix. -
Method Summary
Modifier and TypeMethodDescriptionclone()doubleReturn the determinant of this matrix.booleanbooleanequals(Matrix3x2dc m, double delta) Compare the matrix elements ofthismatrix with the given matrix using the givendeltaand return whether all of them are equal within a maximum difference ofdelta.double[]get(double[] arr) Store this matrix into the supplied double array in column-major order.double[]get(double[] arr, int offset) Store this matrix into the supplied double array in column-major order at the given offset.com.google.gwt.typedarrays.shared.Float64Arrayget(int index, com.google.gwt.typedarrays.shared.Float64Array buffer) Store this matrix in column-major order into the suppliedFloat64Arrayat the given index.get(int index, ByteBuffer buffer) Store this matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.get(int index, DoubleBuffer buffer) Store this matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.com.google.gwt.typedarrays.shared.Float64Arrayget(com.google.gwt.typedarrays.shared.Float64Array buffer) Store this matrix in column-major order into the suppliedFloat64Array.get(ByteBuffer buffer) Store this matrix in column-major order into the suppliedByteBufferat the current bufferposition.get(DoubleBuffer buffer) Store this matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.get(Matrix3x2d dest) Get the current values ofthismatrix and store them intodest.double[]get3x3(double[] arr) Store this matrix as an equivalent 3x3 matrix in column-major order into the supplied float array.double[]get3x3(double[] arr, int offset) Store this matrix as an equivalent 3x3 matrix in column-major order into the supplied float array at the given offset.get3x3(int index, ByteBuffer buffer) Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.get3x3(int index, DoubleBuffer buffer) Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.get3x3(ByteBuffer buffer) Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedByteBufferat the current bufferposition.get3x3(DoubleBuffer buffer) Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.double[]get4x4(double[] arr) Store this matrix as an equivalent 4x4 matrix in column-major order into the supplied float array.double[]get4x4(double[] arr, int offset) Store this matrix as an equivalent 4x4 matrix in column-major order into the supplied float array at the given offset.get4x4(int index, ByteBuffer buffer) Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.get4x4(int index, DoubleBuffer buffer) Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.get4x4(ByteBuffer buffer) Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedByteBufferat the current bufferposition.get4x4(DoubleBuffer buffer) Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.getToAddress(long address) Store this matrix in column-major order at the given off-heap address.getTransposed(int index, ByteBuffer buffer) Store this matrix in row-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.getTransposed(int index, DoubleBuffer buffer) Store this matrix in row-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.getTransposed(int index, FloatBuffer buffer) Store this matrix in row-major order into the suppliedFloatBufferstarting at the specified absolute buffer position/index.getTransposed(ByteBuffer buffer) Store this matrix in row-major order into the suppliedByteBufferat the current bufferposition.getTransposed(DoubleBuffer buffer) Store this matrix in row-major order into the suppliedDoubleBufferat the current bufferposition.getTransposed(FloatBuffer buffer) Store this matrix in row-major order into the suppliedFloatBufferat the current bufferposition.getTransposedFloats(int index, ByteBuffer buffer) Store this matrix in row-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.getTransposedFloats(ByteBuffer buffer) Store this matrix as float values in row-major order into the suppliedByteBufferat the current bufferposition.inthashCode()identity()Set this matrix to the identity.invert()Invert this matrix by assuming a third row in this matrix of(0, 0, 1).invert(Matrix3x2d dest) Invert thethismatrix by assuming a third row in this matrix of(0, 0, 1)and store the result indest.booleanisFinite()doublem00()Return the value of the matrix element at column 0 and row 0.doublem01()Return the value of the matrix element at column 0 and row 1.doublem10()Return the value of the matrix element at column 1 and row 0.doublem11()Return the value of the matrix element at column 1 and row 1.doublem20()Return the value of the matrix element at column 2 and row 0.doublem21()Return the value of the matrix element at column 2 and row 1.mul(Matrix3x2dc right) Multiply this matrix by the suppliedrightmatrix by assuming a third row in both matrices of(0, 0, 1).mul(Matrix3x2dc right, Matrix3x2d dest) Multiply this matrix by the suppliedrightmatrix by assuming a third row in both matrices of(0, 0, 1)and store the result indest.mulLocal(Matrix3x2dc left) Pre-multiply this matrix by the suppliedleftmatrix and store the result inthis.mulLocal(Matrix3x2dc left, Matrix3x2d dest) Pre-multiply this matrix by the suppliedleftmatrix and store the result indest.Obtain the direction of+Xbefore the transformation represented bythisorthogonal matrix is applied.Obtain the direction of+Ybefore the transformation represented bythisorthogonal matrix is applied.Obtain the position that gets transformed to the origin bythismatrix.Obtain the direction of+Xbefore the transformation represented bythismatrix is applied.Obtain the direction of+Ybefore the transformation represented bythismatrix is applied.voidrotate(double ang) Apply a rotation transformation to this matrix by rotating the given amount of radians.rotate(double ang, Matrix3x2d dest) Apply a rotation transformation to this matrix by rotating the given amount of radians and store the result indest.rotateAbout(double ang, double x, double y) Apply a rotation transformation to this matrix by rotating the given amount of radians about the specified rotation center(x, y).rotateAbout(double ang, double x, double y, Matrix3x2d dest) Apply a rotation transformation to this matrix by rotating the given amount of radians about the specified rotation center(x, y)and store the result indest.rotateLocal(double ang) Pre-multiply a rotation to this matrix by rotating the given amount of radians.rotateLocal(double ang, Matrix3x2d dest) Pre-multiply a rotation to this matrix by rotating the given amount of radians and store the result indest.Apply a rotation transformation to this matrix that rotates the given normalizedfromDirdirection vector to point along the normalizedtoDir.rotateTo(Vector2dc fromDir, Vector2dc toDir, Matrix3x2d dest) Apply a rotation transformation to this matrix that rotates the given normalizedfromDirdirection vector to point along the normalizedtoDir, and store the result indest.rotation(double angle) Set this matrix to a rotation matrix which rotates the given radians.scale(double xy) Apply scaling to this matrix by uniformly scaling the two base axes by the givenxyzfactor.scale(double x, double y) Apply scaling to this matrix by scaling the base axes by the given x and y factors.scale(double x, double y, Matrix3x2d dest) Apply scaling to this matrix by scaling the unit axes by the given x and y and store the result indest.scale(double xy, Matrix3x2d dest) Apply scaling to this matrix by uniformly scaling the two base axes by the givenxyfactor and store the result indest.Apply scaling to this matrix by scaling the base axes by the givenxyfactors.scale(Vector2dc xy, Matrix3x2d dest) Apply scaling to this matrix by scaling the base axes by the givenxyfactors and store the result indest.Apply scaling to this matrix by scaling the base axes by the givenxyfactors.scale(Vector2fc xy, Matrix3x2d dest) Apply scaling to this matrix by scaling the base axes by the givenxyfactors and store the result indest.scaleAround(double factor, double ox, double oy) Apply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin.scaleAround(double sx, double sy, double ox, double oy) Apply scaling to this matrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin.scaleAround(double sx, double sy, double ox, double oy, Matrix3x2d dest) Apply scaling tothismatrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin, and store the result indest.scaleAround(double factor, double ox, double oy, Matrix3x2d dest) Apply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin, and store the result indest.scaleAroundLocal(double factor, double ox, double oy) Pre-multiply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin.scaleAroundLocal(double sx, double sy, double sz, double ox, double oy, double oz) Pre-multiply scaling to this matrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin.scaleAroundLocal(double sx, double sy, double ox, double oy, Matrix3x2d dest) Pre-multiply scaling tothismatrix by scaling the base axes by the given sx and sy factors while using the given(ox, oy)as the scaling origin, and store the result indest.scaleAroundLocal(double factor, double ox, double oy, Matrix3x2d dest) Pre-multiply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin, and store the result indest.scaleLocal(double xy) Pre-multiply scaling to this matrix by scaling the base axes by the given xy factor.scaleLocal(double x, double y) Pre-multiply scaling to this matrix by scaling the base axes by the given x and y factors.scaleLocal(double x, double y, Matrix3x2d dest) Pre-multiply scaling tothismatrix by scaling the base axes by the given x and y factors and store the result indest.scaleLocal(double xy, Matrix3x2d dest) Pre-multiply scaling tothismatrix by scaling the two base axes by the givenxyfactor, and store the result indest.scaling(double factor) Set this matrix to be a simple scale matrix, which scales the two base axes uniformly by the given factor.scaling(double x, double y) Set this matrix to be a simple scale matrix.set(double[] m) Set the values in this matrix based on the supplied double array.set(double m00, double m01, double m10, double m11, double m20, double m21) Set the values within this matrix to the supplied double values.set(int index, ByteBuffer buffer) Set the values of this matrix by reading 6 double values from the givenByteBufferin column-major order, starting at the specified absolute buffer position/index.set(int index, DoubleBuffer buffer) Set the values of this matrix by reading 6 double values from the givenDoubleBufferin column-major order, starting at the specified absolute buffer position/index.set(ByteBuffer buffer) Set the values of this matrix by reading 6 double values from the givenByteBufferin column-major order, starting at its current position.set(DoubleBuffer buffer) Set the values of this matrix by reading 6 double values from the givenDoubleBufferin column-major order, starting at its current position.Set the left 2x2 submatrix of thisMatrix3x2dto the givenMatrix2dcand don't change the other elements.Set the left 2x2 submatrix of thisMatrix3x2dto the givenMatrix2fcand don't change the other elements.set(Matrix3x2dc m) Set the elements of this matrix to the ones inm.setFromAddress(long address) Set the values of this matrix by reading 6 double values from off-heap memory in column-major order, starting at the given address.setTranslation(double x, double y) Set only the translation components of this matrix(m20, m21)to the given values(x, y).setTranslation(Vector2dc offset) Set only the translation components of this matrix(m20, m21)to the given values(offset.x, offset.y).setView(double left, double right, double bottom, double top) Set this matrix to define a "view" transformation that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively.Compute the extents of the coordinate system before this transformation was applied and store the resulting corner coordinates incornerand the span vectors inxDirandyDir.booleantestAar(double minX, double minY, double maxX, double maxY) Test whether the given axis-aligned rectangle is partly or completely within or outside of the frustum defined bythismatrix.booleantestCircle(double x, double y, double r) Test whether the given circle is partly or completely within or outside of the frustum defined bythismatrix.booleantestPoint(double x, double y) Test whether the given point(x, y)is within the frustum defined bythismatrix.toString()Return a string representation of this matrix.toString(NumberFormat formatter) Return a string representation of this matrix by formatting the matrix elements with the givenNumberFormat.Transform/multiply the given vector(x, y, z)by this matrix and store the result indest.Transform/multiply the given vector by this matrix by assuming a third row in this matrix of(0, 0, 1)and store the result in that vector.Transform/multiply the given vector by this matrix by assuming a third row in this matrix of(0, 0, 1)and store the result indest.transformDirection(double x, double y, Vector2d dest) Transform/multiply the given 2D-vector(x, y), as if it was a 3D-vector with z=0, by this matrix and store the result indest.Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=0, by this matrix and store the result in that vector.transformDirection(Vector2dc v, Vector2d dest) Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=0, by this matrix and store the result indest.transformPosition(double x, double y, Vector2d dest) Transform/multiply the given 2D-vector(x, y), as if it was a 3D-vector with z=1, by this matrix and store the result indest.Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=1, by this matrix and store the result in that vector.transformPosition(Vector2dc v, Vector2d dest) Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=1, by this matrix and store the result indest.translate(double x, double y) Apply a translation to this matrix by translating by the given number of units in x and y.translate(double x, double y, Matrix3x2d dest) Apply a translation to this matrix by translating by the given number of units in x and y and store the result indest.Apply a translation to this matrix by translating by the given number of units in x and y.translate(Vector2dc offset, Matrix3x2d dest) Apply a translation to this matrix by translating by the given number of units in x and y, and store the result indest.translateLocal(double x, double y) Pre-multiply a translation to this matrix by translating by the given number of units in x and y.translateLocal(double x, double y, Matrix3x2d dest) Pre-multiply a translation to this matrix by translating by the given number of units in x and y and store the result indest.translateLocal(Vector2dc offset) Pre-multiply a translation to this matrix by translating by the given number of units in x and y.translateLocal(Vector2dc offset, Matrix3x2d dest) Pre-multiply a translation to this matrix by translating by the given number of units in x and y and store the result indest.translation(double x, double y) Set this matrix to be a simple translation matrix in a two-dimensional coordinate system.translation(Vector2dc offset) Set this matrix to be a simple translation matrix in a two-dimensional coordinate system.Unproject the given window coordinates(winX, winY)bythismatrix using the specified viewport.unprojectInv(double winX, double winY, int[] viewport, Vector2d dest) Unproject the given window coordinates(winX, winY)bythismatrix using the specified viewport.view(double left, double right, double bottom, double top) Apply a "view" transformation to this matrix that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively.view(double left, double right, double bottom, double top, Matrix3x2d dest) Apply a "view" transformation to this matrix that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively and store the result indest.double[]viewArea(double[] area) Obtain the extents of the view transformation ofthismatrix and store it inarea.voidzero()Set all values within this matrix to zero.
-
Field Details
-
m00
public double m00 -
m01
public double m01 -
m10
public double m10 -
m11
public double m11 -
m20
public double m20 -
m21
public double m21
-
-
Constructor Details
-
Matrix3x2d
public Matrix3x2d()Create a newMatrix3x2dand set it toidentity. -
Matrix3x2d
Create a newMatrix3x2dby setting its left 2x2 submatrix to the values of the givenMatrix2dcand the rest to identity.- Parameters:
mat- theMatrix2dc
-
Matrix3x2d
Create a newMatrix3x2dby setting its left 2x2 submatrix to the values of the givenMatrix2fcand the rest to identity.- Parameters:
mat- theMatrix2fc
-
Matrix3x2d
Create a newMatrix3x2dand make it a copy of the given matrix.- Parameters:
mat- theMatrix3x2dcto copy the values from
-
Matrix3x2d
public Matrix3x2d(double m00, double m01, double m10, double m11, double m20, double m21) Create a new 3x2 matrix using the supplied double values. The order of the parameter is column-major, so the first two parameters specify the two elements of the first column.- Parameters:
m00- the value of m00m01- the value of m01m10- the value of m10m11- the value of m11m20- the value of m20m21- the value of m21
-
Matrix3x2d
Create a newMatrix3x2dby reading its 6 double components from the givenDoubleBufferat the buffer's current position.That DoubleBuffer is expected to hold the values in column-major order.
The buffer's position will not be changed by this method.
- Parameters:
buffer- theDoubleBufferto read the matrix values from
-
-
Method Details
-
m00
public double m00()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 0 and row 0.- Specified by:
m00in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
m01
public double m01()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 0 and row 1.- Specified by:
m01in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
m10
public double m10()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 1 and row 0.- Specified by:
m10in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
m11
public double m11()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 1 and row 1.- Specified by:
m11in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
m20
public double m20()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 2 and row 0.- Specified by:
m20in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
m21
public double m21()Description copied from interface:Matrix3x2dcReturn the value of the matrix element at column 2 and row 1.- Specified by:
m21in interfaceMatrix3x2dc- Returns:
- the value of the matrix element
-
set
Set the elements of this matrix to the ones inm.- Parameters:
m- the matrix to copy the elements from- Returns:
- this
-
set
Set the left 2x2 submatrix of thisMatrix3x2dto the givenMatrix2dcand don't change the other elements.- Parameters:
m- the 2x2 matrix- Returns:
- this
-
set
Set the left 2x2 submatrix of thisMatrix3x2dto the givenMatrix2fcand don't change the other elements.- Parameters:
m- the 2x2 matrix- Returns:
- this
-
mul
Multiply this matrix by the suppliedrightmatrix by assuming a third row in both matrices of(0, 0, 1).If
Misthismatrix andRtherightmatrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the transformation of the right matrix will be applied first!- Parameters:
right- the right operand of the matrix multiplication- Returns:
- this
-
mul
Multiply this matrix by the suppliedrightmatrix by assuming a third row in both matrices of(0, 0, 1)and store the result indest.If
Misthismatrix andRtherightmatrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the transformation of the right matrix will be applied first!- Specified by:
mulin interfaceMatrix3x2dc- Parameters:
right- the right operand of the matrix multiplicationdest- will hold the result- Returns:
- dest
-
mulLocal
Pre-multiply this matrix by the suppliedleftmatrix and store the result inthis.If
Misthismatrix andLtheleftmatrix, then the new matrix will beL * M. So when transforming a vectorvwith the new matrix by usingL * M * v, the transformation ofthismatrix will be applied first!- Parameters:
left- the left operand of the matrix multiplication- Returns:
- this
-
mulLocal
Description copied from interface:Matrix3x2dcPre-multiply this matrix by the suppliedleftmatrix and store the result indest.If
Misthismatrix andLtheleftmatrix, then the new matrix will beL * M. So when transforming a vectorvwith the new matrix by usingL * M * v, the transformation ofthismatrix will be applied first!- Specified by:
mulLocalin interfaceMatrix3x2dc- Parameters:
left- the left operand of the matrix multiplicationdest- the destination matrix, which will hold the result- Returns:
- dest
-
set
Set the values within this matrix to the supplied double values. The result looks like this:m00, m10, m20
m01, m11, m21- Parameters:
m00- the new value of m00m01- the new value of m01m10- the new value of m10m11- the new value of m11m20- the new value of m20m21- the new value of m21- Returns:
- this
-
set
Set the values in this matrix based on the supplied double array. The result looks like this:0, 2, 4
1, 3, 5
This method only uses the first 6 values, all others are ignored.- Parameters:
m- the array to read the matrix values from- Returns:
- this
-
determinant
public double determinant()Return the determinant of this matrix.- Specified by:
determinantin interfaceMatrix3x2dc- Returns:
- the determinant
-
invert
Invert this matrix by assuming a third row in this matrix of(0, 0, 1).- Returns:
- this
-
invert
Invert thethismatrix by assuming a third row in this matrix of(0, 0, 1)and store the result indest.- Specified by:
invertin interfaceMatrix3x2dc- Parameters:
dest- will hold the result- Returns:
- dest
-
translation
Set this matrix to be a simple translation matrix in a two-dimensional coordinate system.The resulting matrix can be multiplied against another transformation matrix to obtain an additional translation.
In order to apply a translation via to an already existing transformation matrix, use
translate()instead.- Parameters:
x- the units to translate in xy- the units to translate in y- Returns:
- this
- See Also:
-
translation
Set this matrix to be a simple translation matrix in a two-dimensional coordinate system.The resulting matrix can be multiplied against another transformation matrix to obtain an additional translation.
In order to apply a translation via to an already existing transformation matrix, use
translate()instead.- Parameters:
offset- the translation- Returns:
- this
- See Also:
-
setTranslation
Set only the translation components of this matrix(m20, m21)to the given values(x, y).To build a translation matrix instead, use
translation(double, double). To apply a translation to another matrix, usetranslate(double, double).- Parameters:
x- the offset to translate in xy- the offset to translate in y- Returns:
- this
- See Also:
-
setTranslation
Set only the translation components of this matrix(m20, m21)to the given values(offset.x, offset.y).To build a translation matrix instead, use
translation(Vector2dc). To apply a translation to another matrix, usetranslate(Vector2dc).- Parameters:
offset- the new translation to set- Returns:
- this
- See Also:
-
translate
Apply a translation to this matrix by translating by the given number of units in x and y and store the result indest.If
Misthismatrix andTthe translation matrix, then the new matrix will beM * T. So when transforming a vectorvwith the new matrix by usingM * T * v, the translation will be applied first!In order to set the matrix to a translation transformation without post-multiplying it, use
translation(double, double).- Specified by:
translatein interfaceMatrix3x2dc- Parameters:
x- the offset to translate in xy- the offset to translate in ydest- will hold the result- Returns:
- dest
- See Also:
-
translate
Apply a translation to this matrix by translating by the given number of units in x and y.If
Misthismatrix andTthe translation matrix, then the new matrix will beM * T. So when transforming a vectorvwith the new matrix by usingM * T * v, the translation will be applied first!In order to set the matrix to a translation transformation without post-multiplying it, use
translation(double, double).- Parameters:
x- the offset to translate in xy- the offset to translate in y- Returns:
- this
- See Also:
-
translate
Apply a translation to this matrix by translating by the given number of units in x and y, and store the result indest.If
Misthismatrix andTthe translation matrix, then the new matrix will beM * T. So when transforming a vectorvwith the new matrix by usingM * T * v, the translation will be applied first!In order to set the matrix to a translation transformation without post-multiplying it, use
translation(Vector2dc).- Specified by:
translatein interfaceMatrix3x2dc- Parameters:
offset- the offset to translatedest- will hold the result- Returns:
- dest
- See Also:
-
translate
Apply a translation to this matrix by translating by the given number of units in x and y.If
Misthismatrix andTthe translation matrix, then the new matrix will beM * T. So when transforming a vectorvwith the new matrix by usingM * T * v, the translation will be applied first!In order to set the matrix to a translation transformation without post-multiplying it, use
translation(Vector2dc).- Parameters:
offset- the offset to translate- Returns:
- this
- See Also:
-
translateLocal
Pre-multiply a translation to this matrix by translating by the given number of units in x and y.If
Misthismatrix andTthe translation matrix, then the new matrix will beT * M. So when transforming a vectorvwith the new matrix by usingT * M * v, the translation will be applied last!In order to set the matrix to a translation transformation without pre-multiplying it, use
translation(Vector2dc).- Parameters:
offset- the number of units in x and y by which to translate- Returns:
- this
- See Also:
-
translateLocal
Pre-multiply a translation to this matrix by translating by the given number of units in x and y and store the result indest.If
Misthismatrix andTthe translation matrix, then the new matrix will beT * M. So when transforming a vectorvwith the new matrix by usingT * M * v, the translation will be applied last!In order to set the matrix to a translation transformation without pre-multiplying it, use
translation(Vector2dc).- Specified by:
translateLocalin interfaceMatrix3x2dc- Parameters:
offset- the number of units in x and y by which to translatedest- will hold the result- Returns:
- dest
- See Also:
-
translateLocal
Pre-multiply a translation to this matrix by translating by the given number of units in x and y and store the result indest.If
Misthismatrix andTthe translation matrix, then the new matrix will beT * M. So when transforming a vectorvwith the new matrix by usingT * M * v, the translation will be applied last!In order to set the matrix to a translation transformation without pre-multiplying it, use
translation(double, double).- Specified by:
translateLocalin interfaceMatrix3x2dc- Parameters:
x- the offset to translate in xy- the offset to translate in ydest- will hold the result- Returns:
- dest
- See Also:
-
translateLocal
Pre-multiply a translation to this matrix by translating by the given number of units in x and y.If
Misthismatrix andTthe translation matrix, then the new matrix will beT * M. So when transforming a vectorvwith the new matrix by usingT * M * v, the translation will be applied last!In order to set the matrix to a translation transformation without pre-multiplying it, use
translation(double, double).- Parameters:
x- the offset to translate in xy- the offset to translate in y- Returns:
- this
- See Also:
-
toString
Return a string representation of this matrix.This method creates a new
DecimalFormaton every invocation with the format string "0.000E0;-". -
toString
Return a string representation of this matrix by formatting the matrix elements with the givenNumberFormat.- Parameters:
formatter- theNumberFormatused to format the matrix values with- Returns:
- the string representation
-
get
Get the current values ofthismatrix and store them intodest.This is the reverse method of
set(Matrix3x2dc)and allows to obtain intermediate calculation results when chaining multiple transformations.- Specified by:
getin interfaceMatrix3x2dc- Parameters:
dest- the destination matrix- Returns:
- dest
- See Also:
-
get
Store this matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.This method will not increment the position of the given DoubleBuffer.
In order to specify the offset into the DoubleBuffer at which the matrix is stored, use
get(int, DoubleBuffer), taking the absolute position as parameter.- Specified by:
getin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get
Store this matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given DoubleBuffer.
- Specified by:
getin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the DoubleBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
get
Store this matrix in column-major order into the suppliedByteBufferat the current bufferposition.This method will not increment the position of the given ByteBuffer.
In order to specify the offset into the ByteBuffer at which the matrix is stored, use
get(int, ByteBuffer), taking the absolute position as parameter.- Specified by:
getin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get
Store this matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given ByteBuffer.
- Specified by:
getin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the ByteBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
get3x3
Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.This method will not increment the position of the given DoubleBuffer.
In order to specify the offset into the DoubleBuffer at which the matrix is stored, use
get3x3(int, DoubleBuffer), taking the absolute position as parameter.- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get3x3
Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given DoubleBuffer.
- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
index- the absolute position into the DoubleBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
get3x3
Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedByteBufferat the current bufferposition.This method will not increment the position of the given ByteBuffer.
In order to specify the offset into the ByteBuffer at which the matrix is stored, use
get3x3(int, ByteBuffer), taking the absolute position as parameter.- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get3x3
Store this matrix as an equivalent 3x3 matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given ByteBuffer.
- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
index- the absolute position into the ByteBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
get4x4
Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferat the current bufferposition.This method will not increment the position of the given DoubleBuffer.
In order to specify the offset into the DoubleBuffer at which the matrix is stored, use
get4x4(int, DoubleBuffer), taking the absolute position as parameter.- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get4x4
Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given DoubleBuffer.
- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
index- the absolute position into the DoubleBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
get4x4
Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedByteBufferat the current bufferposition.This method will not increment the position of the given ByteBuffer.
In order to specify the offset into the ByteBuffer at which the matrix is stored, use
get4x4(int, ByteBuffer), taking the absolute position as parameter.- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in column-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
get4x4
Store this matrix as an equivalent 4x4 matrix in column-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given ByteBuffer.
- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
index- the absolute position into the ByteBufferbuffer- will receive the values of this matrix in column-major order- Returns:
- the passed in buffer
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedDoubleBufferat the current bufferposition.This method will not increment the position of the given DoubleBuffer.
In order to specify the offset into the DoubleBuffer at which the matrix is stored, use
Matrix3x2dc.getTransposed(int, DoubleBuffer), taking the absolute position as parameter.- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in row-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedDoubleBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given DoubleBuffer.
- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the DoubleBufferbuffer- will receive the values of this matrix in row-major order- Returns:
- the passed in buffer
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedByteBufferat the current bufferposition.This method will not increment the position of the given ByteBuffer.
In order to specify the offset into the ByteBuffer at which the matrix is stored, use
Matrix3x2dc.getTransposed(int, ByteBuffer), taking the absolute position as parameter.- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in row-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given ByteBuffer.
- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the ByteBufferbuffer- will receive the values of this matrix in row-major order- Returns:
- the passed in buffer
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedFloatBufferat the current bufferposition.This method will not increment the position of the given FloatBuffer.
Please note that due to this matrix storing double values those values will potentially lose precision when they are converted to float values before being put into the given FloatBuffer.
In order to specify the offset into the FloatBuffer at which the matrix is stored, use
Matrix3x2dc.getTransposed(int, FloatBuffer), taking the absolute position as parameter.- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix in row-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
getTransposed
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedFloatBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given FloatBuffer.
Please note that due to this matrix storing double values those values will potentially lose precision when they are converted to float values before being put into the given FloatBuffer.
- Specified by:
getTransposedin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the FloatBufferbuffer- will receive the values of this matrix in row-major order- Returns:
- the passed in buffer
-
getTransposedFloats
Description copied from interface:Matrix3x2dcStore this matrix as float values in row-major order into the suppliedByteBufferat the current bufferposition.This method will not increment the position of the given ByteBuffer.
Please note that due to this matrix storing double values those values will potentially lose precision when they are converted to float values before being put into the given FloatBuffer.
In order to specify the offset into the ByteBuffer at which the matrix is stored, use
Matrix3x2dc.getTransposedFloats(int, ByteBuffer), taking the absolute position as parameter.- Specified by:
getTransposedFloatsin interfaceMatrix3x2dc- Parameters:
buffer- will receive the values of this matrix as float values in row-major order at its current position- Returns:
- the passed in buffer
- See Also:
-
getTransposedFloats
Description copied from interface:Matrix3x2dcStore this matrix in row-major order into the suppliedByteBufferstarting at the specified absolute buffer position/index.This method will not increment the position of the given ByteBuffer.
Please note that due to this matrix storing double values those values will potentially lose precision when they are converted to float values before being put into the given FloatBuffer.
- Specified by:
getTransposedFloatsin interfaceMatrix3x2dc- Parameters:
index- the absolute position into the ByteBufferbuffer- will receive the values of this matrix as float values in row-major order- Returns:
- the passed in buffer
-
getToAddress
Description copied from interface:Matrix3x2dcStore this matrix in column-major order at the given off-heap address.This method will throw an
UnsupportedOperationExceptionwhen JOML is used with `-Djoml.nounsafe`.This method is unsafe as it can result in a crash of the JVM process when the specified address range does not belong to this process.
- Specified by:
getToAddressin interfaceMatrix3x2dc- Parameters:
address- the off-heap address where to store this matrix- Returns:
- this
-
get
public double[] get(double[] arr, int offset) Store this matrix into the supplied double array in column-major order at the given offset.- Specified by:
getin interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values intooffset- the offset into the array- Returns:
- the passed in array
-
get
public double[] get(double[] arr) Store this matrix into the supplied double array in column-major order.In order to specify an explicit offset into the array, use the method
get(double[], int).- Specified by:
getin interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values into- Returns:
- the passed in array
- See Also:
-
get3x3
public double[] get3x3(double[] arr, int offset) Store this matrix as an equivalent 3x3 matrix in column-major order into the supplied float array at the given offset.- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values intooffset- the offset into the array- Returns:
- the passed in array
-
get3x3
public double[] get3x3(double[] arr) Store this matrix as an equivalent 3x3 matrix in column-major order into the supplied float array.In order to specify an explicit offset into the array, use the method
get3x3(double[], int).- Specified by:
get3x3in interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values into- Returns:
- the passed in array
- See Also:
-
get4x4
public double[] get4x4(double[] arr, int offset) Store this matrix as an equivalent 4x4 matrix in column-major order into the supplied float array at the given offset.- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values intooffset- the offset into the array- Returns:
- the passed in array
-
get4x4
public double[] get4x4(double[] arr) Store this matrix as an equivalent 4x4 matrix in column-major order into the supplied float array.In order to specify an explicit offset into the array, use the method
get4x4(double[], int).- Specified by:
get4x4in interfaceMatrix3x2dc- Parameters:
arr- the array to write the matrix values into- Returns:
- the passed in array
- See Also:
-
set
Set the values of this matrix by reading 6 double values from the givenDoubleBufferin column-major order, starting at its current position.The DoubleBuffer is expected to contain the values in column-major order.
The position of the DoubleBuffer will not be changed by this method.
- Parameters:
buffer- the DoubleBuffer to read the matrix values from in column-major order- Returns:
- this
-
set
Set the values of this matrix by reading 6 double values from the givenByteBufferin column-major order, starting at its current position.The ByteBuffer is expected to contain the values in column-major order.
The position of the ByteBuffer will not be changed by this method.
- Parameters:
buffer- the ByteBuffer to read the matrix values from in column-major order- Returns:
- this
-
set
Set the values of this matrix by reading 6 double values from the givenDoubleBufferin column-major order, starting at the specified absolute buffer position/index.The DoubleBuffer is expected to contain the values in column-major order.
The position of the DoubleBuffer will not be changed by this method.
- Parameters:
index- the absolute position into the DoubleBufferbuffer- the DoubleBuffer to read the matrix values from in column-major order- Returns:
- this
-
set
Set the values of this matrix by reading 6 double values from the givenByteBufferin column-major order, starting at the specified absolute buffer position/index.The ByteBuffer is expected to contain the values in column-major order.
The position of the ByteBuffer will not be changed by this method.
- Parameters:
index- the absolute position into the ByteBufferbuffer- the ByteBuffer to read the matrix values from in column-major order- Returns:
- this
-
setFromAddress
Set the values of this matrix by reading 6 double values from off-heap memory in column-major order, starting at the given address.This method will throw an
UnsupportedOperationExceptionwhen JOML is used with `-Djoml.nounsafe`.This method is unsafe as it can result in a crash of the JVM process when the specified address range does not belong to this process.
- Parameters:
address- the off-heap memory address to read the matrix values from in column-major order- Returns:
- this
-
zero
Set all values within this matrix to zero.- Returns:
- this
-
identity
Set this matrix to the identity.- Returns:
- this
-
scale
Apply scaling to this matrix by scaling the unit axes by the given x and y and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Specified by:
scalein interfaceMatrix3x2dc- Parameters:
x- the factor of the x componenty- the factor of the y componentdest- will hold the result- Returns:
- dest
-
scale
Apply scaling to this matrix by scaling the base axes by the given x and y factors.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Parameters:
x- the factor of the x componenty- the factor of the y component- Returns:
- this
-
scale
Apply scaling to this matrix by scaling the base axes by the givenxyfactors.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Parameters:
xy- the factors of the x and y component, respectively- Returns:
- this
-
scale
Apply scaling to this matrix by scaling the base axes by the givenxyfactors and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Specified by:
scalein interfaceMatrix3x2dc- Parameters:
xy- the factors of the x and y component, respectivelydest- will hold the result- Returns:
- dest
-
scale
Apply scaling to this matrix by scaling the base axes by the givenxyfactors.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Parameters:
xy- the factors of the x and y component, respectively- Returns:
- this
-
scale
Apply scaling to this matrix by scaling the base axes by the givenxyfactors and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Specified by:
scalein interfaceMatrix3x2dc- Parameters:
xy- the factors of the x and y component, respectivelydest- will hold the result- Returns:
- dest
-
scale
Apply scaling to this matrix by uniformly scaling the two base axes by the givenxyfactor and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Specified by:
scalein interfaceMatrix3x2dc- Parameters:
xy- the factor for the two componentsdest- will hold the result- Returns:
- dest
- See Also:
-
scale
Apply scaling to this matrix by uniformly scaling the two base axes by the givenxyzfactor.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!- Parameters:
xy- the factor for the two components- Returns:
- this
- See Also:
-
scaleLocal
Description copied from interface:Matrix3x2dcPre-multiply scaling tothismatrix by scaling the base axes by the given x and y factors and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!- Specified by:
scaleLocalin interfaceMatrix3x2dc- Parameters:
x- the factor of the x componenty- the factor of the y componentdest- will hold the result- Returns:
- dest
-
scaleLocal
Pre-multiply scaling to this matrix by scaling the base axes by the given x and y factors.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!- Parameters:
x- the factor of the x componenty- the factor of the y component- Returns:
- this
-
scaleLocal
Description copied from interface:Matrix3x2dcPre-multiply scaling tothismatrix by scaling the two base axes by the givenxyfactor, and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!- Specified by:
scaleLocalin interfaceMatrix3x2dc- Parameters:
xy- the factor to scale all two base axes bydest- will hold the result- Returns:
- dest
-
scaleLocal
Pre-multiply scaling to this matrix by scaling the base axes by the given xy factor.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!- Parameters:
xy- the factor of the x and y component- Returns:
- this
-
scaleAround
Apply scaling tothismatrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin, and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!This method is equivalent to calling:
translate(ox, oy, dest).scale(sx, sy).translate(-ox, -oy)- Specified by:
scaleAroundin interfaceMatrix3x2dc- Parameters:
sx- the scaling factor of the x componentsy- the scaling factor of the y componentox- the x coordinate of the scaling originoy- the y coordinate of the scaling origindest- will hold the result- Returns:
- dest
-
scaleAround
Apply scaling to this matrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!This method is equivalent to calling:
translate(ox, oy).scale(sx, sy).translate(-ox, -oy)- Parameters:
sx- the scaling factor of the x componentsy- the scaling factor of the y componentox- the x coordinate of the scaling originoy- the y coordinate of the scaling origin- Returns:
- this
-
scaleAround
Apply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin, and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!This method is equivalent to calling:
translate(ox, oy, dest).scale(factor).translate(-ox, -oy)- Specified by:
scaleAroundin interfaceMatrix3x2dc- Parameters:
factor- the scaling factor for all three axesox- the x coordinate of the scaling originoy- the y coordinate of the scaling origindest- will hold the result- Returns:
- this
-
scaleAround
Apply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin.If
Misthismatrix andSthe scaling matrix, then the new matrix will beM * S. So when transforming a vectorvwith the new matrix by usingM * S * v, the scaling will be applied first!This method is equivalent to calling:
translate(ox, oy).scale(factor).translate(-ox, -oy)- Parameters:
factor- the scaling factor for all axesox- the x coordinate of the scaling originoy- the y coordinate of the scaling origin- Returns:
- this
-
scaleAroundLocal
Description copied from interface:Matrix3x2dcPre-multiply scaling tothismatrix by scaling the base axes by the given sx and sy factors while using the given(ox, oy)as the scaling origin, and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!This method is equivalent to calling:
new Matrix3x2d().translate(ox, oy).scale(sx, sy).translate(-ox, -oy).mul(this, dest)- Specified by:
scaleAroundLocalin interfaceMatrix3x2dc- Parameters:
sx- the scaling factor of the x componentsy- the scaling factor of the y componentox- the x coordinate of the scaling originoy- the y coordinate of the scaling origindest- will hold the result- Returns:
- dest
-
scaleAroundLocal
Description copied from interface:Matrix3x2dcPre-multiply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin, and store the result indest.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!This method is equivalent to calling:
new Matrix3x2d().translate(ox, oy).scale(factor).translate(-ox, -oy).mul(this, dest)- Specified by:
scaleAroundLocalin interfaceMatrix3x2dc- Parameters:
factor- the scaling factor for all three axesox- the x coordinate of the scaling originoy- the y coordinate of the scaling origindest- will hold the result- Returns:
- this
-
scaleAroundLocal
public Matrix3x2d scaleAroundLocal(double sx, double sy, double sz, double ox, double oy, double oz) Pre-multiply scaling to this matrix by scaling the base axes by the given sx and sy factors while using(ox, oy)as the scaling origin.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!This method is equivalent to calling:
new Matrix3x2d().translate(ox, oy).scale(sx, sy).translate(-ox, -oy).mul(this, this)- Parameters:
sx- the scaling factor of the x componentsy- the scaling factor of the y componentsz- the scaling factor of the z componentox- the x coordinate of the scaling originoy- the y coordinate of the scaling originoz- the z coordinate of the scaling origin- Returns:
- this
-
scaleAroundLocal
Pre-multiply scaling to this matrix by scaling the base axes by the givenfactorwhile using(ox, oy)as the scaling origin.If
Misthismatrix andSthe scaling matrix, then the new matrix will beS * M. So when transforming a vectorvwith the new matrix by usingS * M * v, the scaling will be applied last!This method is equivalent to calling:
new Matrix3x2d().translate(ox, oy).scale(factor).translate(-ox, -oy).mul(this, this)- Parameters:
factor- the scaling factor for all three axesox- the x coordinate of the scaling originoy- the y coordinate of the scaling origin- Returns:
- this
-
scaling
Set this matrix to be a simple scale matrix, which scales the two base axes uniformly by the given factor.The resulting matrix can be multiplied against another transformation matrix to obtain an additional scaling.
In order to post-multiply a scaling transformation directly to a matrix, use
scale()instead.- Parameters:
factor- the scale factor in x and y- Returns:
- this
- See Also:
-
scaling
Set this matrix to be a simple scale matrix.- Parameters:
x- the scale in xy- the scale in y- Returns:
- this
-
rotation
Set this matrix to a rotation matrix which rotates the given radians.The resulting matrix can be multiplied against another transformation matrix to obtain an additional rotation.
In order to apply the rotation transformation to an existing transformation, use
rotate()instead.- Parameters:
angle- the angle in radians- Returns:
- this
- See Also:
-
transform
Transform/multiply the given vector by this matrix by assuming a third row in this matrix of(0, 0, 1)and store the result in that vector.- Specified by:
transformin interfaceMatrix3x2dc- Parameters:
v- the vector to transform and to hold the final result- Returns:
- v
- See Also:
-
transform
Transform/multiply the given vector by this matrix by assuming a third row in this matrix of(0, 0, 1)and store the result indest.- Specified by:
transformin interfaceMatrix3x2dc- Parameters:
v- the vector to transformdest- will contain the result- Returns:
- dest
- See Also:
-
transform
Transform/multiply the given vector(x, y, z)by this matrix and store the result indest.- Specified by:
transformin interfaceMatrix3x2dc- Parameters:
x- the x component of the vector to transformy- the y component of the vector to transformz- the z component of the vector to transformdest- will contain the result- Returns:
- dest
-
transformPosition
Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=1, by this matrix and store the result in that vector.The given 2D-vector is treated as a 3D-vector with its z-component being 1.0, so it will represent a position/location in 2D-space rather than a direction.
In order to store the result in another vector, use
transformPosition(Vector2dc, Vector2d).- Specified by:
transformPositionin interfaceMatrix3x2dc- Parameters:
v- the vector to transform and to hold the final result- Returns:
- v
- See Also:
-
transformPosition
Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=1, by this matrix and store the result indest.The given 2D-vector is treated as a 3D-vector with its z-component being 1.0, so it will represent a position/location in 2D-space rather than a direction.
In order to store the result in the same vector, use
transformPosition(Vector2d).- Specified by:
transformPositionin interfaceMatrix3x2dc- Parameters:
v- the vector to transformdest- will hold the result- Returns:
- dest
- See Also:
-
transformPosition
Transform/multiply the given 2D-vector(x, y), as if it was a 3D-vector with z=1, by this matrix and store the result indest.The given 2D-vector is treated as a 3D-vector with its z-component being 1.0, so it will represent a position/location in 2D-space rather than a direction.
In order to store the result in the same vector, use
transformPosition(Vector2d).- Specified by:
transformPositionin interfaceMatrix3x2dc- Parameters:
x- the x component of the vector to transformy- the y component of the vector to transformdest- will hold the result- Returns:
- dest
- See Also:
-
transformDirection
Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=0, by this matrix and store the result in that vector.The given 2D-vector is treated as a 3D-vector with its z-component being
0.0, so it will represent a direction in 2D-space rather than a position. This method will therefore not take the translation part of the matrix into account.In order to store the result in another vector, use
transformDirection(Vector2dc, Vector2d).- Specified by:
transformDirectionin interfaceMatrix3x2dc- Parameters:
v- the vector to transform and to hold the final result- Returns:
- v
- See Also:
-
transformDirection
Transform/multiply the given 2D-vector, as if it was a 3D-vector with z=0, by this matrix and store the result indest.The given 2D-vector is treated as a 3D-vector with its z-component being
0.0, so it will represent a direction in 2D-space rather than a position. This method will therefore not take the translation part of the matrix into account.In order to store the result in the same vector, use
transformDirection(Vector2d).- Specified by:
transformDirectionin interfaceMatrix3x2dc- Parameters:
v- the vector to transform and to hold the final resultdest- will hold the result- Returns:
- dest
- See Also:
-
transformDirection
Transform/multiply the given 2D-vector(x, y), as if it was a 3D-vector with z=0, by this matrix and store the result indest.The given 2D-vector is treated as a 3D-vector with its z-component being
0.0, so it will represent a direction in 2D-space rather than a position. This method will therefore not take the translation part of the matrix into account.In order to store the result in the same vector, use
transformDirection(Vector2d).- Specified by:
transformDirectionin interfaceMatrix3x2dc- Parameters:
x- the x component of the vector to transformy- the y component of the vector to transformdest- will hold the result- Returns:
- dest
- See Also:
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
rotate
Apply a rotation transformation to this matrix by rotating the given amount of radians.If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Parameters:
ang- the angle in radians- Returns:
- this
-
rotate
Apply a rotation transformation to this matrix by rotating the given amount of radians and store the result indest.If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Specified by:
rotatein interfaceMatrix3x2dc- Parameters:
ang- the angle in radiansdest- will hold the result- Returns:
- dest
-
rotateLocal
Pre-multiply a rotation to this matrix by rotating the given amount of radians and store the result indest.If
Misthismatrix andRthe rotation matrix, then the new matrix will beR * M. So when transforming a vectorvwith the new matrix by usingR * M * v, the rotation will be applied last!In order to set the matrix to a rotation matrix without pre-multiplying the rotation transformation, use
rotation().Reference: http://en.wikipedia.org
- Specified by:
rotateLocalin interfaceMatrix3x2dc- Parameters:
ang- the angle in radians to rotatedest- will hold the result- Returns:
- dest
- See Also:
-
rotateLocal
Pre-multiply a rotation to this matrix by rotating the given amount of radians.If
Misthismatrix andRthe rotation matrix, then the new matrix will beR * M. So when transforming a vectorvwith the new matrix by usingR * M * v, the rotation will be applied last!In order to set the matrix to a rotation matrix without pre-multiplying the rotation transformation, use
rotation().Reference: http://en.wikipedia.org
- Parameters:
ang- the angle in radians to rotate- Returns:
- this
- See Also:
-
rotateAbout
Apply a rotation transformation to this matrix by rotating the given amount of radians about the specified rotation center(x, y).This method is equivalent to calling:
translate(x, y).rotate(ang).translate(-x, -y)If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Parameters:
ang- the angle in radiansx- the x component of the rotation centery- the y component of the rotation center- Returns:
- this
- See Also:
-
rotateAbout
Apply a rotation transformation to this matrix by rotating the given amount of radians about the specified rotation center(x, y)and store the result indest.This method is equivalent to calling:
translate(x, y, dest).rotate(ang).translate(-x, -y)If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Specified by:
rotateAboutin interfaceMatrix3x2dc- Parameters:
ang- the angle in radiansx- the x component of the rotation centery- the y component of the rotation centerdest- will hold the result- Returns:
- dest
- See Also:
-
rotateTo
Apply a rotation transformation to this matrix that rotates the given normalizedfromDirdirection vector to point along the normalizedtoDir, and store the result indest.If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Specified by:
rotateToin interfaceMatrix3x2dc- Parameters:
fromDir- the normalized direction which should be rotate to point alongtoDirtoDir- the normalized destination directiondest- will hold the result- Returns:
- dest
-
rotateTo
Apply a rotation transformation to this matrix that rotates the given normalizedfromDirdirection vector to point along the normalizedtoDir.If
Misthismatrix andRthe rotation matrix, then the new matrix will beM * R. So when transforming a vectorvwith the new matrix by usingM * R * v, the rotation will be applied first!- Parameters:
fromDir- the normalized direction which should be rotate to point alongtoDirtoDir- the normalized destination direction- Returns:
- this
-
view
Apply a "view" transformation to this matrix that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively and store the result indest.If
Misthismatrix andOthe orthographic projection matrix, then the new matrix will beM * O. So when transforming a vectorvwith the new matrix by usingM * O * v, the orthographic projection transformation will be applied first!- Specified by:
viewin interfaceMatrix3x2dc- Parameters:
left- the distance from the center to the left view edgeright- the distance from the center to the right view edgebottom- the distance from the center to the bottom view edgetop- the distance from the center to the top view edgedest- will hold the result- Returns:
- dest
- See Also:
-
view
Apply a "view" transformation to this matrix that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively.If
Misthismatrix andOthe orthographic projection matrix, then the new matrix will beM * O. So when transforming a vectorvwith the new matrix by usingM * O * v, the orthographic projection transformation will be applied first!- Parameters:
left- the distance from the center to the left view edgeright- the distance from the center to the right view edgebottom- the distance from the center to the bottom view edgetop- the distance from the center to the top view edge- Returns:
- this
- See Also:
-
setView
Set this matrix to define a "view" transformation that maps the given(left, bottom)and(right, top)corners to(-1, -1)and(1, 1)respectively.- Parameters:
left- the distance from the center to the left view edgeright- the distance from the center to the right view edgebottom- the distance from the center to the bottom view edgetop- the distance from the center to the top view edge- Returns:
- this
- See Also:
-
origin
Obtain the position that gets transformed to the origin bythismatrix. This can be used to get the position of the "camera" from a given view transformation matrix.This method is equivalent to the following code:
Matrix3x2d inv = new Matrix3x2d(this).invert(); inv.transform(origin.set(0, 0));
- Specified by:
originin interfaceMatrix3x2dc- Parameters:
origin- will hold the position transformed to the origin- Returns:
- origin
-
viewArea
public double[] viewArea(double[] area) Obtain the extents of the view transformation ofthismatrix and store it inarea. This can be used to determine which region of the screen (i.e. the NDC space) is covered by the view.- Specified by:
viewAreain interfaceMatrix3x2dc- Parameters:
area- will hold the view area as[minX, minY, maxX, maxY]- Returns:
- area
-
positiveX
Description copied from interface:Matrix3x2dcObtain the direction of+Xbefore the transformation represented bythismatrix is applied.This method uses the rotation component of the left 2x2 submatrix to obtain the direction that is transformed to
+Xbythismatrix.This method is equivalent to the following code:
Matrix3x2d inv = new Matrix3x2d(this).invert(); inv.transformDirection(dir.set(1, 0)).normalize();
Ifthisis already an orthogonal matrix, then consider usingMatrix3x2dc.normalizedPositiveX(Vector2d)instead.Reference: http://www.euclideanspace.com
- Specified by:
positiveXin interfaceMatrix3x2dc- Parameters:
dir- will hold the direction of+X- Returns:
- dir
-
normalizedPositiveX
Description copied from interface:Matrix3x2dcObtain the direction of+Xbefore the transformation represented bythisorthogonal matrix is applied. This method only produces correct results ifthisis an orthogonal matrix.This method uses the rotation component of the left 2x2 submatrix to obtain the direction that is transformed to
+Xbythismatrix.This method is equivalent to the following code:
Matrix3x2d inv = new Matrix3x2d(this).transpose(); inv.transformDirection(dir.set(1, 0));
Reference: http://www.euclideanspace.com
- Specified by:
normalizedPositiveXin interfaceMatrix3x2dc- Parameters:
dir- will hold the direction of+X- Returns:
- dir
-
positiveY
Description copied from interface:Matrix3x2dcObtain the direction of+Ybefore the transformation represented bythismatrix is applied.This method uses the rotation component of the left 2x2 submatrix to obtain the direction that is transformed to
+Ybythismatrix.This method is equivalent to the following code:
Matrix3x2d inv = new Matrix3x2d(this).invert(); inv.transformDirection(dir.set(0, 1)).normalize();
Ifthisis already an orthogonal matrix, then consider usingMatrix3x2dc.normalizedPositiveY(Vector2d)instead.Reference: http://www.euclideanspace.com
- Specified by:
positiveYin interfaceMatrix3x2dc- Parameters:
dir- will hold the direction of+Y- Returns:
- dir
-
normalizedPositiveY
Description copied from interface:Matrix3x2dcObtain the direction of+Ybefore the transformation represented bythisorthogonal matrix is applied. This method only produces correct results ifthisis an orthogonal matrix.This method uses the rotation component of the left 2x2 submatrix to obtain the direction that is transformed to
+Ybythismatrix.This method is equivalent to the following code:
Matrix3x2d inv = new Matrix3x2d(this).transpose(); inv.transformDirection(dir.set(0, 1));
Reference: http://www.euclideanspace.com
- Specified by:
normalizedPositiveYin interfaceMatrix3x2dc- Parameters:
dir- will hold the direction of+Y- Returns:
- dir
-
unproject
Unproject the given window coordinates(winX, winY)bythismatrix using the specified viewport.This method first converts the given window coordinates to normalized device coordinates in the range
[-1..1]and then transforms those NDC coordinates by the inverse ofthismatrix.As a necessary computation step for unprojecting, this method computes the inverse of
thismatrix. In order to avoid computing the matrix inverse with every invocation, the inverse ofthismatrix can be built once outside usinginvert(Matrix3x2d)and then the methodunprojectInv()can be invoked on it.- Specified by:
unprojectin interfaceMatrix3x2dc- Parameters:
winX- the x-coordinate in window coordinates (pixels)winY- the y-coordinate in window coordinates (pixels)viewport- the viewport described by[x, y, width, height]dest- will hold the unprojected position- Returns:
- dest
- See Also:
-
unprojectInv
Unproject the given window coordinates(winX, winY)bythismatrix using the specified viewport.This method differs from
unproject()in that it assumes thatthisis already the inverse matrix of the original projection matrix. It exists to avoid recomputing the matrix inverse with every invocation.- Specified by:
unprojectInvin interfaceMatrix3x2dc- Parameters:
winX- the x-coordinate in window coordinates (pixels)winY- the y-coordinate in window coordinates (pixels)viewport- the viewport described by[x, y, width, height]dest- will hold the unprojected position- Returns:
- dest
- See Also:
-
span
Compute the extents of the coordinate system before this transformation was applied and store the resulting corner coordinates incornerand the span vectors inxDirandyDir.That means, given the maximum extents of the coordinate system between
[-1..+1]in all dimensions, this method returns one corner and the length and direction of the two base axis vectors in the coordinate system before this transformation is applied, which transforms into the corner coordinates[-1, +1].- Parameters:
corner- will hold one corner of the spanxDir- will hold the direction and length of the span along the positive X axisyDir- will hold the direction and length of the span along the positive Y axis- Returns:
- this
-
testPoint
public boolean testPoint(double x, double y) Description copied from interface:Matrix3x2dcTest whether the given point(x, y)is within the frustum defined bythismatrix.This method assumes
thismatrix to be a transformation from any arbitrary coordinate system/spaceMinto standard OpenGL clip space and tests whether the given point with the coordinates(x, y, z)given in spaceMis within the clip space.Reference: Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix
- Specified by:
testPointin interfaceMatrix3x2dc- Parameters:
x- the x-coordinate of the pointy- the y-coordinate of the point- Returns:
trueif the given point is inside the frustum;falseotherwise
-
testCircle
public boolean testCircle(double x, double y, double r) Description copied from interface:Matrix3x2dcTest whether the given circle is partly or completely within or outside of the frustum defined bythismatrix.This method assumes
thismatrix to be a transformation from any arbitrary coordinate system/spaceMinto standard OpenGL clip space and tests whether the given sphere with the coordinates(x, y, z)given in spaceMis within the clip space.Reference: Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix
- Specified by:
testCirclein interfaceMatrix3x2dc- Parameters:
x- the x-coordinate of the circle's centery- the y-coordinate of the circle's centerr- the circle's radius- Returns:
trueif the given circle is partly or completely inside the frustum;falseotherwise
-
testAar
public boolean testAar(double minX, double minY, double maxX, double maxY) Description copied from interface:Matrix3x2dcTest whether the given axis-aligned rectangle is partly or completely within or outside of the frustum defined bythismatrix. The rectangle is specified via its min and max corner coordinates.This method assumes
thismatrix to be a transformation from any arbitrary coordinate system/spaceMinto standard OpenGL clip space and tests whether the given axis-aligned rectangle with its minimum corner coordinates(minX, minY, minZ)and maximum corner coordinates(maxX, maxY, maxZ)given in spaceMis within the clip space.Reference: Efficient View Frustum Culling
Reference: Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix- Specified by:
testAarin interfaceMatrix3x2dc- Parameters:
minX- the x-coordinate of the minimum cornerminY- the y-coordinate of the minimum cornermaxX- the x-coordinate of the maximum cornermaxY- the y-coordinate of the maximum corner- Returns:
trueif the axis-aligned box is completely or partly inside of the frustum;falseotherwise
-
hashCode
public int hashCode() -
equals
-
equals
Description copied from interface:Matrix3x2dcCompare the matrix elements ofthismatrix with the given matrix using the givendeltaand return whether all of them are equal within a maximum difference ofdelta.Please note that this method is not used by any data structure such as
ArrayListHashSetorHashMapand their operations, such asArrayList.contains(Object)orHashSet.remove(Object), since those data structures only use theObject.equals(Object)andObject.hashCode()methods.- Specified by:
equalsin interfaceMatrix3x2dc- Parameters:
m- the other matrixdelta- the allowed maximum difference- Returns:
truewhether all of the matrix elements are equal;falseotherwise
-
isFinite
public boolean isFinite()Description copied from interface:Matrix3x2dcDetermine whether all matrix elements are finite floating-point values, that is, they are notNaNand notinfinity.- Specified by:
isFinitein interfaceMatrix3x2dc- Returns:
trueif all components are finite floating-point values;falseotherwise
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-