add
add(
a
,b
):Point
Defined in: utils/point.ts:11
Add the x and the y values of two Points together and return a new point.
Parameters
Section titled “Parameters”PointLike
PointLike
Returns
Section titled “Returns”Point
Point
add(
a
,b
):Point
Defined in: utils/point.ts:11
Add the x and the y values of two Points together and return a new point.
PointLike
PointLike
Point
Point