Unit 'ctGLU' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengl]

TgluUnProject

Declaration

Source position: ctglu.pp line 331

type TgluUnProject = function(

  winx: GLdouble;

  winy: GLdouble;

  winz: GLdouble;

  const modelMatrix: TGLMatrixd4;

  const projMatrix: TGLMatrixd4;

  const viewport: TVector4i;

  objx: PGLdouble;

  objy: PGLdouble;

  objz: PGLdouble

):GLint;



CT Web help

CodeTyphon Studio