Table of Contents

Struct Vector3

Namespace
System.Numerics
Assembly
MonoGame.Framework.dll

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

public struct Vector3
Inherited Members

Constructors

Vector3(float, float, float)

public Vector3(float x, float y, float z)

Parameters

x float
y float
z float

Fields

X

public float X

Field Value

float

Y

public float Y

Field Value

float

Z

public float Z

Field Value

float
latest ▼