subtract
subtract(
a
,b
):Point
Defined in: utils/point.ts:30
Subtract the x and the y values of point B from Point A and return a new point.
Parameters
Section titled “Parameters”PointLike
PointLike
Returns
Section titled “Returns”Point
subtract(
a
,b
):Point
Defined in: utils/point.ts:30
Subtract the x and the y values of point B from Point A and return a new point.
PointLike
PointLike
Point