Struct Size2f

Struct Documentation

struct Size2f

Size2f structure

width, height values define the size of the shape/frame

Public Functions

Size2f() = default
inline Size2f(float width, float height)
inline Size2f(float width, float height, bool normalized)
inline bool isNormalized() const

Public Members

float width = 0
float height = 0
bool normalized = false
bool hasNormalized = false