Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
just removed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Miraglia (armax00) authored and danielegobbetti committed Nov 16, 2011
1 parent 4dfc4dd commit 64d02a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/mixare/render/Matrix.java
Expand Up @@ -217,6 +217,7 @@ public void prod(Matrix n) {
c3 = (m.c1 * n.a3) + (m.c2 * n.b3) + (m.c3 * n.c3); c3 = (m.c1 * n.a3) + (m.c2 * n.b3) + (m.c3 * n.c3);
} }



@Override @Override
public String toString() { public String toString() {
return "[ (" + a1 + "," + a2 + "," + a3 + ") (" + b1 + "," + b2 + "," return "[ (" + a1 + "," + a2 + "," + a3 + ") (" + b1 + "," + b2 + ","
Expand Down

0 comments on commit 64d02a4

Please sign in to comment.