xtd 0.2.0
Loading...
Searching...
No Matches
matrix order

Definition

matrix order definitions.

Warning
Internal use only

Variables

constexpr int32 MO_PREPEEND
 The new operation is applied before the old operation.
 
constexpr int32 MO_APPEND
 The new operation is applied after the old operation.
 

Variable Documentation

◆ MO_PREPEEND

constexpr int32 MO_PREPEEND
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/matrix_orders.h>

The new operation is applied before the old operation.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ MO_APPEND

constexpr int32 MO_APPEND
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/matrix_orders.h>

The new operation is applied after the old operation.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only