From 37b59298b9167e174299efc9c8ea10dc04528797 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 9 May 2006 12:23:56 +0000 Subject: [PATCH] remove transform() function that was identical to applyMatrix() --- core/PMatrix.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/PMatrix.java b/core/PMatrix.java index 6784ef374..9b19da613 100755 --- a/core/PMatrix.java +++ b/core/PMatrix.java @@ -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) {