Point

Point constructor

の新しいインスタンスを初期化しますPointclass.

public Point(double x, double y)
パラメータ タイプ 説明
x Double X 座標。
y Double Y 座標。

関連項目