ovrVector3f_

A 3D vector with float components.

extern (C)
struct ovrVector3f_ {}

Members

Variables

x
float x;
Undocumented in source.
y
float y;
Undocumented in source.
z
float z;
Undocumented in source.

Meta