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

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

パラメータ

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

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