#include "hextille.h"
#include <cmath>
#include <papyrus/group.h>
Namespaces | |
namespace | Papyrus |
Defines | |
#define | m_FILL(__column, __row) m_fill[__row*m_columns+__column] |
#define | m_FILL_CHANGED_CONNECTION(__column, __row) m_fill_changed_connection[__row*m_columns+__column] |
Functions | |
void | Papyrus::draw_path (Context &cairo, unsigned col, unsigned row, double side, double sidex2, double sidex3, double side_half, double height, double height_half) |
#define m_FILL | ( | __column, | |||
__row | ) | m_fill[__row*m_columns+__column] |
#define m_FILL_CHANGED_CONNECTION | ( | __column, | |||
__row | ) | m_fill_changed_connection[__row*m_columns+__column] |