Table of Contents

Class Vector4F

Namespace
EasyAR.Mega.Ema
Assembly
EasyAR.Mega.Ema.dll

A float vector of length 4.

public sealed class Vector4F
Inheritance
Vector4F

Fields

w

The w-component of the vector.

public float w

Field Value

x

The x-component of the vector.

public float x

Field Value

y

The y-component of the vector.

public float y

Field Value

z

The z-component of the vector.

public float z

Field Value