Bitmap for UWP
Vector4 コンストラクタ(Single,Single,Single,Single)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > Vector4 コンストラクタ : Vector4 コンストラクタ(Single,Single,Single,Single)
Initial value for the X component of the vector.
Initial value for the Y component of the vector.
Initial value for the Z component of the vector.
Initial value for the W component of the vector.
Initializes a new instance of the Vector4struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single, _
   ByVal w As System.Single _
)
public Vector4( 
   System.float x,
   System.float y,
   System.float z,
   System.float w
)

パラメータ

x
Initial value for the X component of the vector.
y
Initial value for the Y component of the vector.
z
Initial value for the Z component of the vector.
w
Initial value for the W component of the vector.
参照

Vector4 構造体
Vector4 メンバ
オーバーロード一覧