#include "zplane.h"#include <glt/viewport.h>#include <math/real.h>Include dependency graph for zplane.cpp:

Go to the source code of this file.
Functions | |
| void | drawZat (const GLdouble z) |
| Draw an OpenGL polygon at a z-position, covering the viewport. | |
| void | drawZnear () |
| Draw an OpenGL polygon at Z-near, covering the viewport. | |
| void | drawZfar () |
| Draw an OpenGL polygon at Z-far, covering the viewport. | |
Definition in file zplane.cpp.
1.2.18