resolvePointLike
Call Signature
Section titled “Call Signature”resolvePointLike(
position?
,asPoint?
,x?
,y?
):object
Defined in: utils/point.ts:93
Parameters
Section titled “Parameters”position?
Section titled “position?”asPoint?
Section titled “asPoint?”false
number
number
Returns
Section titled “Returns”object
x:
number
y:
number
Call Signature
Section titled “Call Signature”resolvePointLike(
position?
,asPoint?
,x?
,y?
):Point
Defined in: utils/point.ts:99
Parameters
Section titled “Parameters”position?
Section titled “position?”asPoint?
Section titled “asPoint?”true
number
number
Returns
Section titled “Returns”Point