Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GLU

Method GLU.gluProject()


Method gluProject

array(float) gluProject(float objx, float objy, float objz, array(float) model, array(float) proj, array(int) viewport)

Description

gluProject transforms the specified object coordinates into window coordinates using model , proj , and viewport . The result is returned in a three valued array.