Vector4 Constructor(Vector3,Single)
In This Topic
Initializes a new instance of the
Vector4 struct.
Syntax
'Declaration
Public Function New( _
ByVal As Vector3, _
ByVal As System.Single _
)
public Vector4(
Vector3 ,
System.float
)
Parameters
- 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.
See Also