ブロックする >utils >座標 >差異

utils.Geocoding.difference() メソッド

2 つの座標の差を新しい座標として返します。

署名:

static difference(a: Coordinate | SVGPoint, b: Coordinate | SVGPoint): Coordinate;

パラメータ

パラメータ 説明
a 座標 |SVGPoint x/y 座標。
b 座標 | SVGPoint x/y 座標。

戻り値:

座標

ab の差を表す座標。