ComponentOne Bitmap for UWP
Vector4 Constructor(Vector3,Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Vector4 Constructor : Vector4 Constructor(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 Vector4 struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Vector3, _
   ByVal w As System.Single _
)
public Vector4( 
   Vector3 value,
   System.float w
)

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

Reference

Vector4 Structure
Vector4 Members
Overload List