| 167 | } |
| 168 | |
| 169 | float3 PlanarView::GetViewDirection() const |
| 170 | { |
| 171 | EnsureCacheIsValid(); |
| 172 | return m_ViewMatrixInv.m_linear[2]; |
| 173 | } |
| 174 | |
| 175 | frustum PlanarView::GetViewFrustum() const |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected