addToPoint
addToPoint(
pA
,pB
):void
Increase the x,y of point A by the x,y of point B.
Parameters
• pA: IPoint
• pB: IPoint
Returns
void
addToPoint(
pA
,pB
):void
Increase the x,y of point A by the x,y of point B.
• pA: IPoint
• pB: IPoint
void