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 |
Visual C++ |
---|
public:
double ProcessDisToWiiMotes(
PointF wiiMoteALedCoord,
PointF wiiMoteBLedCoord
) |
JavaScript |
---|
function processDisToWiiMotes(wiiMoteALedCoord, wiiMoteBLedCoord); |
Return Value
Remarks
See Also