#include <osgEarth/Cube>
#include <osg/Math>
#include <osg/Notify>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
Defines |
#define | LC "[Cube] " |
#define | LL 0 |
#define | LR 1 |
#define | UR 2 |
#define | UL 3 |
#define | SMALLEST(W, X, Y, Z) osg::minimum(W, osg::minimum( X, osg::minimum( Y, Z ) ) ) |
#define | LARGEST(W, X, Y, Z) osg::maximum(W, osg::maximum( X, osg::maximum( Y, Z ) ) ) |
Define Documentation
#define LARGEST |
( |
|
W, |
|
|
|
X, |
|
|
|
Y, |
|
|
|
Z |
|
) |
| osg::maximum(W, osg::maximum( X, osg::maximum( Y, Z ) ) ) |
#define SMALLEST |
( |
|
W, |
|
|
|
X, |
|
|
|
Y, |
|
|
|
Z |
|
) |
| osg::minimum(W, osg::minimum( X, osg::minimum( Y, Z ) ) ) |