multiply
multiply(
a
,pMult
):Point
Defined in: utils/point.ts:49
Multply the x,y values of a point by the provided value.
Parameters
Section titled “Parameters”PointLike
number
Returns
Section titled “Returns”Point
multiply(
a
,pMult
):Point
Defined in: utils/point.ts:49
Multply the x,y values of a point by the provided value.
PointLike
number
Point