Math::Dimensions struct

A pair of two float values that represents the dimensions of an image (width, height).

Constructors, destructors, conversion operators

Dimensions(float width, float height)
Dimensions()

Public variables

float width
float height