xtd 0.2.0
Loading...
Searching...
No Matches
matrix_orders.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <cstdint>
9
16constexpr int32 MO_PREPEEND = 0;
17
24constexpr int32 MO_APPEND = 1;
constexpr int32 MO_PREPEEND
The new operation is applied before the old operation.
Definition matrix_orders.h:16
constexpr int32 MO_APPEND
The new operation is applied after the old operation.
Definition matrix_orders.h:24