Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Matrix packing options

Enumerations

enum  {
  FX::MATRIX_BY_ROWS = 0,
  FX::MATRIX_BY_COLUMNS = 0x00020000
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Matrix packing options.

Enumerator
MATRIX_BY_ROWS 

Fixed number of rows, add columns as needed.

MATRIX_BY_COLUMNS 

Fixed number of columns, adding rows as needed.

Copyright © 1997-2005 Jeroen van der Zijp