MonobjcMonobjc Documented Class Library
gluUnProject4 Method (winX, winY, winZ, clipW, model, proj, view, nearPlane, farPlane, objX, objY, objZ, objW)
NamespacesMonobjc.OpenGLGLgluUnProject4(Double, Double, Double, Double, IntPtr, IntPtr, Int32%, Double, Double, Double%, IntPtr, IntPtr, IntPtr)

Original signature is 'extern GLint gluUnProject4 (GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble nearPlane, GLdouble farPlane, GLdouble* objX, GLdouble* objY, GLdouble* objZ, GLdouble* objW);'

Declaration Syntax
C#Visual BasicVisual C++
public static int gluUnProject4(
	double winX,
	double winY,
	double winZ,
	double clipW,
	IntPtr model,
	IntPtr proj,
	ref int view,
	double nearPlane,
	double farPlane,
	out double objX,
	IntPtr objY,
	IntPtr objZ,
	IntPtr objW
)
Public Shared Function gluUnProject4 ( _
	winX As Double, _
	winY As Double, _
	winZ As Double, _
	clipW As Double, _
	model As IntPtr, _
	proj As IntPtr, _
	ByRef view As Integer, _
	nearPlane As Double, _
	farPlane As Double, _
	<OutAttribute> ByRef objX As Double, _
	objY As IntPtr, _
	objZ As IntPtr, _
	objW As IntPtr _
) As Integer
public:
static int gluUnProject4(
	double winX, 
	double winY, 
	double winZ, 
	double clipW, 
	IntPtr model, 
	IntPtr proj, 
	int% view, 
	double nearPlane, 
	double farPlane, 
	[OutAttribute] double% objX, 
	IntPtr objY, 
	IntPtr objZ, 
	IntPtr objW
)
Parameters
winX (Double)

[Missing <param name="winX"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

winY (Double)

[Missing <param name="winY"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

winZ (Double)

[Missing <param name="winZ"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

clipW (Double)

[Missing <param name="clipW"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

model (IntPtr)

[Missing <param name="model"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

proj (IntPtr)

[Missing <param name="proj"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

view (Int32%)

[Missing <param name="view"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

nearPlane (Double)

[Missing <param name="nearPlane"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

farPlane (Double)

[Missing <param name="farPlane"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

objX (Double%)

[Missing <param name="objX"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

objY (IntPtr)

[Missing <param name="objY"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

objZ (IntPtr)

[Missing <param name="objZ"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

objW (IntPtr)

[Missing <param name="objW"/> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.gluUnProject4(System.Double,System.Double,System.Double,System.Double,System.IntPtr,System.IntPtr,System.Int32@,System.Double,System.Double,System.Double@,System.IntPtr,System.IntPtr,System.IntPtr)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)