Vector2

Vector2(double)

の新しいインスタンスを初期化しますVector2構造体.

public Vector2(double s)
パラメータタイプ説明
sDoubleS.

関連項目


Vector2(FVector2)

の新しいインスタンスを初期化しますVector2構造体.

public Vector2(FVector2 vec)
パラメータタイプ説明
vecFVector2float のベクトル。

関連項目


Vector2(double, double)

の新しいインスタンスを初期化しますVector2構造体.

public Vector2(double x, double y)
パラメータタイプ説明
xDoublex 座標。
yDoubleY 座標。

関連項目