gnu3dkit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu3dkit-dev] Trigonometry.m


From: Brent Gulanowski
Subject: [Gnu3dkit-dev] Trigonometry.m
Date: Mon, 21 Oct 2002 12:38:56 -0400

Phil,

You're calling sin() and cos() which returns doubles, and then you're saving these in arrays of floats. Would you possibly prefer to call cosf() and sinf(), which return floats, or to store everything as doubles?

Furthermore, what about a reverse lookup table to do trig inverses? Just a suggestion; I have no need for such a thing yet myself.

--
Brent Gulanowski                                address@hidden

http://inkubator.idevgames.com/
Working together to make great software.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]