ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / Vector4 Constructor / Vector4 Constructor(Single,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.
Initial value for the W component of the vector.

In This Topic
    Vector4 Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the Vector4 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal z As Single, _
       ByVal w As Single _
    )
    public Vector4( 
       float x,
       float y,
       float z,
       float w
    )

    Parameters

    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.
    w
    Initial value for the W component of the vector.
    See Also