Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ GetInverseViewMatrix
Method
GetInverseViewMatrix
src/engine/View.cpp:192–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
affine3 PlanarView::GetInverseViewMatrix() const
193
{
194
EnsureCacheIsValid();
195
return m_ViewMatrixInv;
196
}
197
198
float4x4 PlanarView::GetProjectionMatrix(bool includeOffset) const
199
{
Callers
1
Render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected