Share via


Vector3 Constructor (Single, Single, Single)

Initializes a new instance of Vector3.

Syntax

'Declaration
Public Sub New ( _
         x As Single, _
         y As Single, _
         z As Single _
)
public Vector3 (
         float x,
         float y,
         float z
)
public:
Vector3(
         float x,
         float y,
         float z
)

Parameters

  • x
    Type: Single
    Initial value for the x-component of the vector.
  • y
    Type: Single
    Initial value for the y-component of the vector.
  • z
    Type: Single
    Initial value for the z-component of the vector.

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone