#include "GUI/ViewPort3D.H"
#include "Image/DrawOps.H"
#include "GUI/DebugWin.H"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | NORM(a, b, c) sqrt(a*a + b*b + c*c) |
#define | DOT(a1, a2, a3, b1, b2, b3) (a1*b1 + a2*b2 + a3*b3) |
#define | ICX 0.525731112119133606f |
#define | ICZ 0.850650808352039932f |
3D rendering view port
Definition in file ViewPort3D.C.