Point4D(Double, Double, Double, Double) コンストラクター

定義

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

public:
 Point4D(double x, double y, double z, double w);
public Point4D (double x, double y, double z, double w);
new System.Windows.Media.Media3D.Point4D : double * double * double * double -> System.Windows.Media.Media3D.Point4D
Public Sub New (x As Double, y As Double, z As Double, w As Double)

パラメーター

x
Double

新しい Point4D 構造体の x 座標。

y
Double

新しい Point4D 構造体の y 座標。

z
Double

新しい Point4D 構造体の z 座標。

w
Double

新しい Point4D 構造体の w 座標。

適用対象