2#ifndef GRAMODS_GRAPHICS_POSEDPLANARVIEW
3#define GRAMODS_GRAPHICS_POSEDPLANARVIEW
6#include <gmCore/io_angle.hh>
8#include <gmGraphics/View.hh>
10BEGIN_NAMESPACE_GMGRAPHICS;
42 std::unique_ptr<Impl> _impl;
45END_NAMESPACE_GMGRAPHICS;
This view provides a projection of the renderers using the specified frustum projection from the view...
Definition PosedPlanarView.hh:17
The base of graphics View implementations.
Definition View.hh:13
std::array< angle, 2 > angle2
Array of 2 angle.
Definition io_angle.hh:59
Definition PosedPlanarView.cpp:14
Package of settings affecting the rendering.
Definition ViewBase.hh:30