Share

AcGiMrTileOrder

C++

typedef enum {
  krHilbert = 0,
  krSpiral,
  krLeftToRight,
  krRightToLeft,
  krTopToBottom,
  krBottomToTop
} AcGiMrTileOrder;

File

AcGiEnvironment.h

Members

Members Description
krHilbert Hilbert order.
krSpiral Spiral order.
krLeftToRight Left-to-right order.
krRightToLeft Right-to-left order.
krTopToBottom Top-to-bottom order.
krBottomToTop Bottom-to-top order.

Description

The available sequences that can be followed for rendered image tiles.

Was this information helpful?