FloatVector

A 2d float vector.

struct FloatVector {}

Members

Variables

x
float x;

The x value.

y
float y;

The y value.

Meta