Type Alias rapier2d_f64::geometry::HeightFieldCellStatus

source ·
pub type HeightFieldCellStatus = bool;
Expand description

Indicates if a cell of a heightfield is removed or not. Set this to false for a removed cell.