Closed GoogleCodeExporter closed 8 years ago
how would you call two multiply functions after each other ??
Original comment by jeroom832@gmail.com
on 6 Jun 2010 at 8:51
It is just a joke. But I don't understand your question. You could easely do:
mat4.multiply(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r,
s, t, u, v, w, x, y, z, A, B, C, D, E, F, cb);
mat4.multiply(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r,
s, t, u, v, w, x, y, z, A, B, C, D, E, F, cb);
(cb is called before mat4.multiply returns)
Original comment by danielhe...@gmail.com
on 6 Jun 2010 at 10:46
my mistake, I was thinking of something that wasn't correct
Original comment by jeroom832@gmail.com
on 6 Jun 2010 at 11:10
As much as I appreciate the programmer humor (my goodness, we're willing to do
anything
for a couple of clock cycles, aren't we?) This shouldn't be listed as a defect.
Original comment by Tojiro@gmail.com
on 7 Jun 2010 at 3:13
Original issue reported on code.google.com by
danielhe...@gmail.com
on 5 Jun 2010 at 8:47