MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / GetViewMatrix

Method GetViewMatrix

src/engine/View.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187affine3 PlanarView::GetViewMatrix() const
188{
189 return m_ViewMatrix;
190}
191
192affine3 PlanarView::GetInverseViewMatrix() const
193{

Calls

no outgoing calls

Tested by

no test coverage detected