Добавлеие позиционирования и аффинного преобразования для 2-мерного пространства, добавление функций для аффинных преобразований и позиционирования
This commit is contained in:
parent
3c2b89f369
commit
101df9f089
12 changed files with 734 additions and 322 deletions
|
|
@ -46,10 +46,6 @@
|
|||
#define BGC_AXIS_REVERSE_X2 -2
|
||||
#define BGC_AXIS_REVERSE_X3 -3
|
||||
|
||||
#if !defined(BGC_AFFINE_USE_MATRIX)
|
||||
#define BGC_AFFINE_USE_MATRIX 1
|
||||
#endif
|
||||
|
||||
inline int bgc_is_correct_axis(const int axis)
|
||||
{
|
||||
return axis == BGC_AXIS_X1 || axis == BGC_AXIS_REVERSE_X1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue