unproject_point3d
Description:
Unprojects the given point
using the this matrix and a modelview
matrix.
Parameters:
this |
a Matrix for the projection matrix |
modelview |
a Matrix for the modelview matrix; this is the inverse of the modelview used when projecting the point |
point |
a Point3D with the coordinates of the point |
res |
return location for the unprojected point |