[][src]Constant transvoxel_data::transition_cell_data::TRANSITION_CELL_DATA

pub const TRANSITION_CELL_DATA: [TransitionCellData; 56];

Holds the triangulation data for all 56 distinct classes to which a case can be mapped by the TRANSITION_CELL_CLASS table.

The class index should be ANDed with 0x7F before using it to look up the triangulation data in this table. A value of !0 is used for padding the array.