blockly > utils > Coordinate > difference
utils.Coordinate.difference() 方法
傳回兩個座標之間的差,做為新座標。
Signature:
static difference(a: Coordinate | SVGPoint, b: Coordinate | SVGPoint): Coordinate;
參數
參數 | 類型 | 說明 |
---|---|---|
a | 座標 |SVGPoint | x/y 座標。 |
b | 座標 |SVGPoint | x/y 座標。 |
退貨:
代表 a
和 b
之間差異的座標。