|
stmm-games-doc
0.32.0
|
A contact. More...
Public Member Functions | |
| constexpr bool | operator== (const Contact &oOther) const noexcept |
| constexpr bool | operator< (const Block::Contact &oOther) const noexcept |
Public Attributes | |
| int32_t | m_nRelX |
| The x coordinate of the contact relative to the block's origin (not the brick's position). More... | |
| int32_t | m_nRelY |
| The y coordinate of the contact relative to the block's origin (not the brick's position). More... | |
| int32_t | m_nBrickId |
| The brick the contact refers to. More... | |
A contact.
The position adjacent a certain brick that is not occupied by another brick.
|
inlinenoexcept |
|
inlinenoexcept |
| int32_t stmg::Block::Contact::m_nBrickId |
The brick the contact refers to.
| int32_t stmg::Block::Contact::m_nRelX |
The x coordinate of the contact relative to the block's origin (not the brick's position).
| int32_t stmg::Block::Contact::m_nRelY |
The y coordinate of the contact relative to the block's origin (not the brick's position).
1.8.13