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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector4 構造体 > Vector4 コンストラクタ : Vector4 コンストラクタ(Vector3,Single)
A vector containing the values with which to initialize the X, Y, and Z components.
Initial value for the W component of the vector.
Initializes a new instance of the Vector4struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Vector3, _
   ByVal w As System.Single _
)
public Vector4( 
   Vector3 value,
   System.float w
)

パラメータ

value
A vector containing the values with which to initialize the X, Y, and Z components.
w
Initial value for the W component of the vector.
参照

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