addToPoint
addToPoint(
a
,b
):void
Defined in: utils/point.ts:20
Increase the x,y of point A by the x,y of point B.
Parameters
Section titled “Parameters”PointLike
PointLike
Returns
Section titled “Returns”void
addToPoint(
a
,b
):void
Defined in: utils/point.ts:20
Increase the x,y of point A by the x,y of point B.
PointLike
PointLike
void