#include <lescegra/sg/node.h>
Include dependency graph for coords.h:

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

Go to the source code of this file.
Data Structures | |
| struct | LsgCoords |
| Colored coordinate system. More... | |
Defines | |
| #define | LSG_COORDS_H 1 |
| #define | LsgCoords_clean(self) LsgNode_clean(&(self)->super) |
| #define | LsgCoords_update(self, now) LsgNode_update(&(self)->super, now) |
| #define | LsgCoords_destroy(self) LsgNode_destroy(&(self)->super) |
|
|
Clean the node. Reuse parent implementation. |
|
|
Update the node. Reuse parent implementation. |
|
|
Destructor method for LsgCoords. Reuse parent implementation. |