This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | sincos (double rads, double *s, double *c) |
|
||||||||||||||||
|
Definition at line 105 of file sincos.c. Referenced by pmAxisAngleQuatConvert(), pmQuatAxisAngleMult(), pmRotMatConvert(), and pmRotQuatConvert().
00106 {
00107 *s = sin(x);
00108 *c = cos(x);
00109 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001