Click or drag to resize
XDL

NXEasy3DViewgluUnProject Method (Double, Double, Double, Double, Double, Int32, Double, Double, Double)

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

Namespace:  Pixoneer.NXDL.NXEasy3D
Assembly:  NXEasy3D (in NXEasy3D.dll) Version: 1.2.817.72
Syntax
C#
public void gluUnProject(
	double wx,
	double wy,
	double wz,
	ref double[] modeMat,
	ref double[] projectMat,
	ref int[] viewport,
	ref double x,
	ref double y,
	ref double z
)

Parameters

wx
Type: SystemDouble

[Missing <param name="wx"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

wy
Type: SystemDouble

[Missing <param name="wy"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

wz
Type: SystemDouble

[Missing <param name="wz"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

modeMat
Type: SystemDouble

[Missing <param name="modeMat"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

projectMat
Type: SystemDouble

[Missing <param name="projectMat"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

viewport
Type: SystemInt32

[Missing <param name="viewport"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:Pixoneer.NXDL.NXEasy3D.NXEasy3DView.gluUnProject(System.Double,System.Double,System.Double,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

See Also