ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    Vector4 Constructor(Vector3,Single)
    In This Topic
    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