Dela via


Vector4 Constructor (Vector2, Single, Single)

Initializes a new instance of Vector4.

Syntax

'Declaration
Public Sub New ( _
         value As Vector2, _
         z As Single, _
         w As Single _
)
public Vector4 (
         Vector2 value,
         float z,
         float w
)
public:
Vector4(
         Vector2 value,
         float z,
         float w
)

Parameters

  • value
    Type: Vector2
    A vector containing the values to initialize x and y components with.
  • z
    Type: Single
    Initial value for the z-component of the vector.
  • w
    Type: Single
    Initial value for the w-component of the vector.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone