Table of Contents

Class Vector3F

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

Float vector of length 3.

public sealed class Vector3F
Inheritance
Vector3F

Fields

x

X component of the vector.

public float x

Field Value

y

Y component of the vector.

public float y

Field Value

z

Z component of the vector.

public float z

Field Value