sphore 0.0.1
SPH openGL rendering engine

src/volume.h File Reference

Code for managing the viewing volume. More...

Go to the source code of this file.

Typedefs

typedef struct _volume volume_t

Functions

volume_tvolume_create (void)
void volume_destroy (volume_t *vol)
void volume_reset (volume_t *vol)
void volume_set (volume_t *vol, float width, float height, float depth)
void volume_get (volume_t *vol, float *width, float *height, float *depth)

Detailed Description

Code for managing the viewing volume.


Typedef Documentation

typedef struct _volume volume_t

Function Documentation

volume_t* volume_create ( void  )
void volume_destroy ( volume_t vol)
void volume_get ( volume_t vol,
float *  width,
float *  height,
float *  depth 
)
void volume_reset ( volume_t vol)
void volume_set ( volume_t vol,
float  width,
float  height,
float  depth 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines