Struct Size

Struct Documentation

struct sixtyfps::Size

The Size structure is used to represent a two-dimensional size with width and height.

Public Members

float width

The width of the size.

float height

The height of the size.