Skip to content

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

Source

src/utils/PointUtils.ts:19