#include "defines.h"#include "vector.h"#include "bounds.h"Include dependency graph for plane.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | salt |
Classes | |
| class | salt::Plane |
| A mathematical plane is modeled by this class. More... | |
Enumerations | |
| enum | salt::EPlaneSide { salt::PLANESIDE_BACK = 0, salt::PLANESIDE_ONPLANE = 1, salt::PLANESIDE_FRONT = 2, salt::PLANESIDE_SPLIT = 3, salt::PLANESIDE_FORCE_32BIT = 0xffffffff } |
| defines possible sides on the plane More... | |
| enum | salt::EPlane { salt::PLANE_XY = 0, salt::PLANE_XZ = 1, salt::PLANE_YZ = 2, salt::PLANE_FORCE_32BIT = 0xffffffff } |
| defines possible dominant plane values More... | |
1.4.4