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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 > Vector3 コンストラクタ : Vector3 コンストラクタ(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.
Initializes a new instance of the Vector3struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single _
)
public Vector3( 
   System.float x,
   System.float y,
   System.float z
)

パラメータ

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.
参照

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