Processes the distance of a led to the WiiMotes using the abscissae of a same led viewed by two wiimotes.

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

Syntax

Visual Basic (Declaration)
Public Function ProcessDisToWiiMotes ( _
	wiiMoteALedCoord As PointF, _
	wiiMoteBLedCoord As PointF _
) As Double
C#
public double ProcessDisToWiiMotes(
	PointF wiiMoteALedCoord,
	PointF wiiMoteBLedCoord
)
Visual C++
public:
double ProcessDisToWiiMotes(
	PointF wiiMoteALedCoord, 
	PointF wiiMoteBLedCoord
)
JavaScript
function processDisToWiiMotes(wiiMoteALedCoord, wiiMoteBLedCoord);

Parameters

wiiMoteALedCoord
Type: System.Drawing..::.PointF
wiiMoteBLedCoord
Type: System.Drawing..::.PointF

Return Value

Remarks

In meters. Assumes that the user frames are always parallel to the wiimote camera field of view.

See Also