Converts the 2D coordinates of a same led retrieved by two WiiMotes in 3D coordinates.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Function Get3DCoord ( _
	wiiMoteALedCoord As Point, _
	wiiMoteBLedCoord As Point _
) As Point3DF
C#
public Point3DF Get3DCoord(
	Point wiiMoteALedCoord,
	Point wiiMoteBLedCoord
)
Visual C++
public:
Point3DF Get3DCoord(
	Point wiiMoteALedCoord, 
	Point wiiMoteBLedCoord
)
JavaScript
function get3DCoord(wiiMoteALedCoord, wiiMoteBLedCoord);

Parameters

wiiMoteALedCoord
Type: System.Drawing..::.Point
wiiMoteBLedCoord
Type: System.Drawing..::.Point

Return Value

Remarks

In meters. Assumes that the WiiMotes are at the same depth and height.

See Also