ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Vector3 Constructor / Vector3 Constructor(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.

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

    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.
    See Also