subtractFromPoint
subtractFromPoint(
a
,b
):void
Defined in: utils/point.ts:39
Decrease the x,y of point A by the x,y of point B.
Parameters
a
PointLike
b
PointLike
Returns
void
Aram
a
Aram
b
subtractFromPoint(
a
,b
):void
Defined in: utils/point.ts:39
Decrease the x,y of point A by the x,y of point B.
PointLike
PointLike
void
a
b