Uses of Interface
processing.core.PMatrix
-
Packages that use PMatrix Package Description processing.core processing.opengl -
-
Uses of PMatrix in processing.core
Classes in processing.core that implement PMatrix Modifier and Type Class Description classPMatrix2D3x2 affine matrix implementation.classPMatrix3D4x4 matrix implementation.Fields in processing.core declared as PMatrix Modifier and Type Field Description protected PMatrixPShape. matrixMethods in processing.core that return PMatrix Modifier and Type Method Description PMatrixPMatrix. get()Returns a copy of this PMatrix.PMatrixPApplet. getMatrix()PMatrixPGraphics. getMatrix()Methods in processing.core with parameters of type PMatrix Modifier and Type Method Description voidPMatrix. apply(PMatrix source)Multiply this matrix by another.voidPMatrix2D. apply(PMatrix source)voidPMatrix3D. apply(PMatrix source)voidPApplet. applyMatrix(PMatrix source)( begin auto-generated from applyMatrix.xml ) Multiplies the current matrix by the one specified through the parameters.voidPGraphics. applyMatrix(PMatrix source)( begin auto-generated from applyMatrix.xml ) Multiplies the current matrix by the one specified through the parameters.voidPShape. applyMatrix(PMatrix source)voidPMatrix. preApply(PMatrix left)Apply another matrix to the left of this one.voidPMatrix2D. preApply(PMatrix source)Apply another matrix to the left of this one.voidPMatrix3D. preApply(PMatrix source)Apply another matrix to the left of this one.voidPMatrix. set(PMatrix src)Make this matrix become a copy of src.voidPMatrix2D. set(PMatrix matrix)If matrix is a PMatrix2D, sets this matrix to be a copy of it.voidPMatrix3D. set(PMatrix matrix)voidPApplet. setMatrix(PMatrix source)Set the current transformation matrix to the contents of another.voidPGraphics. setMatrix(PMatrix source)Set the current transformation matrix to the contents of another.Constructors in processing.core with parameters of type PMatrix Constructor Description PMatrix2D(PMatrix matrix)PMatrix3D(PMatrix matrix) -
Uses of PMatrix in processing.opengl
Fields in processing.opengl declared as PMatrix Modifier and Type Field Description protected PMatrixPShapeOpenGL. matrixInvprotected PMatrixPShapeOpenGL. transformprotected PMatrixPShapeOpenGL. transformInvMethods in processing.opengl that return PMatrix Modifier and Type Method Description PMatrixPGraphicsOpenGL. getMatrix()Methods in processing.opengl with parameters of type PMatrix Modifier and Type Method Description protected voidPShapeOpenGL. applyMatrixImpl(PMatrix matrix)protected static floatPGraphicsOpenGL. matrixScale(PMatrix matrix)
-