Trait parry3d_f64::shape::HeightFieldStorage
source · pub trait HeightFieldStorage {
type Heights: Array2<Item = Real>;
type Status: Array2<Item = HeightFieldCellStatus>;
}Expand description
Trait describing all the types needed for storing an heightfield’s data.
Required Associated Types§
sourcetype Status: Array2<Item = HeightFieldCellStatus>
type Status: Array2<Item = HeightFieldCellStatus>
Type of the array containing the heightfield’s cells status.