Vector4.Vector4 Method (Microsoft.Xna.Framework)

Constructs a 3d vector with X, Y, Z and W from four values.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public Vector4(
	float x, 
	float y, 
	float z, 
	float w
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

x
Type: System.Single
The x coordinate in 4d-space.
y
Type: System.Single
The y coordinate in 4d-space.
z
Type: System.Single
The z coordinate in 4d-space.
w
Type: System.Single
The w coordinate in 4d-space.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web