| 288 | } |
| 289 | |
| 290 | void TransformedView::SetScaleExtents(const olc::vf2d& vScaleMin, const olc::vf2d& vScaleMax) |
| 291 | { |
| 292 | m_vMaxScale = vScaleMax; |
| 293 | m_vMinScale = vScaleMin; |
| 294 | } |
| 295 | |
| 296 | void TransformedView::EnableScaleClamp(const bool bEnable) |
| 297 | { |
nothing calls this directly
no outgoing calls
no test coverage detected