Table of Contents

Struct Quaternion

Namespace
System.Numerics
Assembly
MonoGame.Framework.dll

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

public struct Quaternion
Inherited Members

Constructors

Quaternion(float, float, float, float)

public Quaternion(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 ▼