Open GoogleCodeExporter opened 8 years ago
Original comment by Tojiro@gmail.com
on 1 Jul 2010 at 9:36
[deleted comment]
z0 = eyex - center[0];
z1 = eyey - center[1];
z2 = eyez - center[2];
to
z0 = eyex - centerx;
z1 = eyey - centery;
z2 = eyez - centerz;
and maybe also don't calculate the square root in len = Math.sqrt(x0 * x0 + x1
* x1 + x2 * x2), but later and than invert it also and do a multiplication in
the else block.
Original comment by danielhe...@gmail.com
on 28 Feb 2011 at 9:52
Original issue reported on code.google.com by
danielhe...@gmail.com
on 14 Jun 2010 at 6:09