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
, andviewport
. The result is returned in a three valued array.