Enum block_type
Defined in File block_type.hpp
Enum Documentation
-
enum class cosm::repr::block_type
The different types of blocks available in simulation. This enumeration is used to eliminate the need to include the actual block type header files everywhere.
Values:
-
enumerator ekNONE
-
enumerator ekCUBE
A simple cubical block, AxAxA.
-
enumerator ekRAMP
A ramp block of dimension AxBxA, where A = 2B (shaped like a doorstop).
-
enumerator ekNONE