Functions | |
| constexpr int | DirectionForSize (int size) |
| constexpr int | ObjectCountForSize (int size) |
Variables | |
| constexpr std::array< int, 4 > | kDirections = {5, 7, 11, 15} |
| constexpr std::array< int, 4 > | kObjectCounts = {8, 16, 24, 32} |
|
constexpr |
Definition at line 15 of file moving_wall_semantics.h.
References kDirections.
Referenced by yaze::zelda3::draw_routines::DrawMovingWallEast(), yaze::zelda3::draw_routines::DrawMovingWallWest(), and yaze::zelda3::anonymous_namespace{object_dimensions.cc}::GetMovingWallDimensions().
|
constexpr |
Definition at line 19 of file moving_wall_semantics.h.
References kObjectCounts.
Referenced by yaze::zelda3::anonymous_namespace{object_geometry.cc}::ChooseAnchor(), yaze::zelda3::draw_routines::DrawMovingWallEast(), yaze::zelda3::draw_routines::DrawMovingWallWest(), yaze::zelda3::anonymous_namespace{object_dimensions.cc}::GetMovingWallDimensions(), and yaze::zelda3::ObjectDimensionTable::GetSelectionBounds().
|
inlineconstexpr |
Definition at line 12 of file moving_wall_semantics.h.
Referenced by DirectionForSize().
|
inlineconstexpr |
Definition at line 13 of file moving_wall_semantics.h.
Referenced by ObjectCountForSize().