Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

LsgCoords Struct Reference

Colored coordinate system. More...

#include <coords.h>

Collaboration diagram for LsgCoords:

Collaboration graph
[legend]

Data Fields

LsgNode super
float size

Related Functions

(Note that these are not member functions.)

LsgCoordsLsgCoords_create (float size)
void LsgCoords_init (LsgCoords *self, float size)
void LsgCoords_display (LsgCoords *self, LsgFrustum *frust)

Detailed Description

Colored coordinate system.

Display a red, green, blue colored coordinate system.


Friends And Related Function Documentation

LsgCoords * LsgCoords_create float  size  )  [related]
 

Allocate and initialize a new LsgCoords.

Parameters:
size The axes length
Returns:
A new LsgCoords instance

void LsgCoords_init LsgCoords self,
float  size
[related]
 

Constructor method for LsgCoords.

Parameters:
self The instance variable
size The axes length

void LsgCoords_display LsgCoords self,
LsgFrustum frust
[related]
 

Display a coordinate system.

Parameters:
self The instance variable
frust The view frustum transformed to local coordinates


The documentation for this struct was generated from the following file:
(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen