demo.glu

Undocumented in source.

Members

Aliases

stderr
alias stderr = std.stdio.stderr
Undocumented in source.

Functions

__gluInvertMatrixd
int __gluInvertMatrixd(GLdouble[16] src, GLdouble[16] inverse)
Undocumented in source. Be warned that the author may not have intended to support it.
__gluMakeIdentityd
void __gluMakeIdentityd(GLdouble[16] m)
Undocumented in source. Be warned that the author may not have intended to support it.
__gluMultMatricesd
void __gluMultMatricesd(GLdouble[16] a, GLdouble[16] b, GLdouble[16] r)
Undocumented in source. Be warned that the author may not have intended to support it.
__gluMultMatrixVecd
void __gluMultMatrixVecd(GLdouble[16] matrix, GLdouble[4] in_, GLdouble[4] out_)
Undocumented in source. Be warned that the author may not have intended to support it.
gluOrtho2D
void gluOrtho2D(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top)
Undocumented in source. Be warned that the author may not have intended to support it.
gluUnProject
GLint gluUnProject(GLdouble winx, GLdouble winy, GLdouble winz, GLdouble[16] modelMatrix, GLdouble[16] projMatrix, GLint[4] viewport, GLdouble* objx, GLdouble* objy, GLdouble* objz)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta