Source Code of glTranslatef()

I need to know how can I get the source code of gl.h, e.g the function codes of glTranslatef(), glRotatef(), cos I try to convert them from logarithmic number system, as a result to compare it from standard floating point arithmetic. If I write them myself, it couldn’t match other glut functions which are given.

Go to the forum where the SGI stasff responses to questions. The c code of the function as far as I know isn’t freeware.

NewROmancer

Have a look at the source to Mesa . It’s a free OpenGL-like API.

Where is the forum where the staff responds to questions?

End-user hardware and software question is the forum to post the question.

NewROmancer