Table of Contents

Struct Vector4

Namespace
System.Numerics
Assembly
MonoGame.Framework.dll

This is a dummy Vector4 type for platforms where System.Numerics.Vectors is not supported or available

public struct Vector4
Inherited Members

Constructors

Vector4(float, float, float, float)

public Vector4(float x, float y, float z, float w)

Parameters

x float
y float
z float
w float

Fields

W

public float W

Field Value

float

X

public float X

Field Value

float

Y

public float Y

Field Value

float

Z

public float Z

Field Value

float
latest ▼