Initializes a new instance of the
Vector4struct.
シンタックス
'宣言
Public Function New( _
ByVal As Vector3, _
ByVal As System.Single _
)
public Vector4(
Vector3 ,
System.float
)
パラメータ
- 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.
参照