coords.h File Reference
Colored coordinate system.
More...
#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.
Detailed Description
Colored coordinate system.
Define Documentation
| #define LsgCoords_clean |
( |
self |
|
) |
LsgNode_clean(&(self)->super)
|
|
|
|
Clean the node. Reuse parent implementation. |
| #define LsgCoords_update |
( |
self, |
|
|
now |
|
) |
LsgNode_update(&(self)->super, now)
|
|
|
|
Update the node. Reuse parent implementation. |
| #define LsgCoords_destroy |
( |
self |
|
) |
LsgNode_destroy(&(self)->super)
|
|
|
|
Destructor method for LsgCoords. Reuse parent implementation. |
Function Documentation
| void LsgCoords_init |
( |
LsgCoords * |
self, |
|
|
float |
size |
|
) |
|
|
|
|
Constructor method for LsgCoords. - Parameters:
-
| self | The instance variable |
| size | The axes length |
|
|
|
Display a coordinate system. - Parameters:
-
| self | The instance variable |
| frust | The view frustum transformed to local coordinates |
|