Skip to content

multiply

multiply(pA, pMult): Point

Multply the x,y values of a point by the provided value.

Parameters

pA: IPoint

pMult: number

Returns

Point

Source

src/utils/PointUtils.ts:48