[inline]
Definition at line 201 of file View.h.
References mIs2D, and mView3D.
Referenced by Impala::Visualization::RotorBrowser::RotorView::DoPhysics(), OglGui::ChangingToView::UpdatePosition(), and OglGui::ChangingToView::UpdateSize().
00202 { 00203 if (!mIs2D) 00204 view3DSys.SetDimensions(mView3D, x, y, z, w, h, d); 00205 }