Struct LEAP_VECTORΒΆ

struct LEAP_VECTOR

A three element, floating-point vector.

Since

3.0.0

Public Members

float v[3]

The vector as an array.

Since

3.0.0

float x

The x spatial coordinate.

Since

3.0.0

float y

The y spatial coordinate.

Since

3.0.0

float z

The z spatial coordinate.

Since

3.0.0

union LEAP_VECTOR

You can access the vector members as either an array or individual float values.