#include <lescegra/util/object.h>
#include <lescegra/util/vertex.h>
#include <lescegra/util/matrix.h>
Include dependency graph for frustum.h:

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

Go to the source code of this file.
Data Structures | |
| struct | LsgPlane |
| Clipping plane. More... | |
| struct | LsgFrustum |
| View Frustum. More... | |
Defines | |
| #define | LSG_FRUSTUM_H 1 |
| #define | LsgFrustum_destroy(self) LsgObject_destroy(&(self)->super) |
|
|
The destructor method for LsgFrustum. Reuse parent implementation. |