| 208 | } |
| 209 | |
| 210 | float4x4 PlanarView::GetViewProjectionMatrix(bool includeOffset) const |
| 211 | { |
| 212 | EnsureCacheIsValid(); |
| 213 | return includeOffset ? m_ViewProjOffsetMatrix : m_ViewProjMatrix; |
| 214 | } |
| 215 | |
| 216 | float4x4 PlanarView::GetInverseViewProjectionMatrix(bool includeOffset) const |
| 217 | { |
no outgoing calls
no test coverage detected