調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > utils > 座標
utils.Coordinate クラス
座標と位置を表すクラス。
署名:
export declare class Coordinate
コンストラクタ
プロパティ
プロパティ |
修飾子 |
タイプ |
説明 |
x |
|
数値 |
|
y |
|
数値 |
|
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-04 UTC。
[null,null,["最終更新日 2024-11-04 UTC。"],[[["The `utils.Coordinate` class represents coordinates and positions using x and y properties."],["It provides methods for creating, comparing, and manipulating coordinates, such as cloning, calculating distances, and scaling."],["Static methods like `difference`, `distance`, `equals`, `magnitude`, and `sum` operate on two coordinates."],["Instance methods like `clone`, `scale`, and `translate` modify the coordinate object itself."]]],[]]