This method calculates a 3D point from its 2D path_l and path_r projections on projection plane All the points in OpenGl space [mm]

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XYZ StereoUnProject(
	XY pl,
	XY pr
)
Visual Basic (Declaration)
Public Function StereoUnProject ( _
	pl As XY, _
	pr As XY _
) As XYZ
Visual C++
public:
XYZ^ StereoUnProject(
	XY^ pl, 
	XY^ pr
)

Parameters

pl
Type: GLSV..::.XY
path_l xy projection of Pxyz referred to display coordinate system
pr
Type: GLSV..::.XY
path_r xy projection of Pxyz referred to display coordinate system

Return Value

Returns the 3D point

See Also