mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove transform() function that was identical to applyMatrix()
This commit is contained in:
@@ -311,6 +311,7 @@ public final class PMatrix implements PConstants {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
public void transform(float n00, float n01, float n02, float n03,
|
||||
float n10, float n11, float n12, float n13,
|
||||
float n20, float n21, float n22, float n23,
|
||||
@@ -320,6 +321,7 @@ public final class PMatrix implements PConstants {
|
||||
n20, n21, n22, n23,
|
||||
n30, n31, n32, n33);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
public void preApply(PMatrix lhs) {
|
||||
|
||||
Reference in New Issue
Block a user