July 31, 2010
7:41 p.m.
That's the way I'm doing it now, but it's redundant to put asFloat at the end of each division. There *should* be a more elegant way, at least I hope so :)
why? I do not like to manipulate float when I can have exact math operations. So I put asFloat exactly when I know I want to leave the math world to end up in the computer science world. Why do you need float and not fraction? You crunch matrix resolution with large numbers? Stef