mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
mostly cleaning up the PLine.java file
This commit is contained in:
@@ -142,10 +142,10 @@ public class PGraphics extends PImage
|
||||
* Model transformation of the form m[row][column],
|
||||
* which is a "column vector" (as opposed to "row vector") matrix.
|
||||
*/
|
||||
float m00, m01, m02, m03;
|
||||
float m10, m11, m12, m13;
|
||||
float m20, m21, m22, m23;
|
||||
float m30, m31, m32, m33;
|
||||
public float m00, m01, m02, m03;
|
||||
public float m10, m11, m12, m13;
|
||||
public float m20, m21, m22, m23;
|
||||
public float m30, m31, m32, m33;
|
||||
|
||||
int angle_mode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user