| 761 | } |
| 762 | |
| 763 | const olc::vi2d TileTransformedView::GetTileOffset() const |
| 764 | { |
| 765 | return { int32_t((m_vWorldOffset.x - std::floor(m_vWorldOffset.x)) * m_vWorldScale.x), |
| 766 | int32_t((m_vWorldOffset.y - std::floor(m_vWorldOffset.y)) * m_vWorldScale.y) }; |
| 767 | } |
| 768 | } |
| 769 | |
| 770 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected