Uses of Class
processing.core.PMatrix2D
-
Packages that use PMatrix2D Package Description processing.core processing.opengl -
-
Uses of PMatrix2D in processing.core
Methods in processing.core that return PMatrix2D Modifier and Type Method Description PMatrix2DPMatrix2D. get()Returns a copy of this PMatrix.PMatrix2DPApplet. getMatrix(PMatrix2D target)Copy the current transformation matrix into the specified target.PMatrix2DPGraphics. getMatrix(PMatrix2D target)Copy the current transformation matrix into the specified target.protected static PMatrix2DPShapeSVG. parseSingleTransform(String matrixStr)protected static PMatrix2DPShapeSVG. parseTransform(String matrixStr)Parse the specified SVG matrix into a PMatrix2D.Methods in processing.core with parameters of type PMatrix2D Modifier and Type Method Description voidPMatrix. apply(PMatrix2D source)Multiply this matrix by another.voidPMatrix2D. apply(PMatrix2D source)voidPMatrix3D. apply(PMatrix2D source)voidPApplet. applyMatrix(PMatrix2D source)voidPGraphics. applyMatrix(PMatrix2D source)voidPShape. applyMatrix(PMatrix2D source)PMatrix2DPApplet. getMatrix(PMatrix2D target)Copy the current transformation matrix into the specified target.PMatrix2DPGraphics. getMatrix(PMatrix2D target)Copy the current transformation matrix into the specified target.voidPMatrix. preApply(PMatrix2D left)Apply another matrix to the left of this one.voidPMatrix2D. preApply(PMatrix2D left)voidPMatrix3D. preApply(PMatrix2D left)Apply the 3D equivalent of the 2D matrix supplied to the left of this one.voidPApplet. setMatrix(PMatrix2D source)Set the current transformation to the contents of the specified source.voidPGraphics. setMatrix(PMatrix2D source)Set the current transformation to the contents of the specified source. -
Uses of PMatrix2D in processing.opengl
Methods in processing.opengl with parameters of type PMatrix2D Modifier and Type Method Description voidPGraphicsOpenGL. applyMatrix(PMatrix2D source)voidPShapeOpenGL. applyMatrix(PMatrix2D source)static LinePathLinePath. createStrokedPath(LinePath src, float weight, int caps, int join, float miterlimit, PMatrix2D transform)Constructs a solidLinePathwith the specified attributes.protected static voidPGraphicsOpenGL. invRotate(PMatrix2D matrix, float angle)protected static voidPGraphicsOpenGL. invScale(PMatrix2D matrix, float x, float y)protected static voidPGraphicsOpenGL. invTranslate(PMatrix2D matrix, float tx, float ty)voidPShader. set(String name, PMatrix2D mat)voidPGraphicsOpenGL. setMatrix(PMatrix2D source)voidLineStroker. setParameters(int lineWidth, int capStyle, int joinStyle, int miterLimit, PMatrix2D transform)Sets the parameters of thisLineStroker.Constructors in processing.opengl with parameters of type PMatrix2D Constructor Description LineStroker(LineStroker output, int lineWidth, int capStyle, int joinStyle, int miterLimit, PMatrix2D transform)Constructs aLineStroker.
-