ovrVector2i_

A 2D vector with integer components.

extern (C)
struct ovrVector2i_ {}

Members

Variables

x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta