PVector

A vector

struct PVector {}

Members

Variables

x
ptrdiff_t x;

X coordinate

y
ptrdiff_t y;

Y coordinate

Meta