struct stbrp_rect

Overview

#include <imstb_rectpack.h>

struct stbrp_rect
{
    // fields

    int id;
    stbrp_coord w;
    stbrp_coord h;
    stbrp_coord x;
    stbrp_coord y;
    int was_packed;
};