OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
geometry.cpp File Reference
#include "geometry.h"
#include <vector>

Go to the source code of this file.

Macros

#define N   64
 

Functions

Volume make_surface_volume ()
 
Volume make_centroid_volume ()
 
GLuint make_quad ()
 
void make_points (GLuint *vbo, GLuint *ibo)
 
void clear_indirect_buffer (App *app)
 
void update_surface (App *app)
 
void update_centroid (App *app)
 
void update_sphere (App *app, mat4 mat_view)
 
mat4 animate_view (App *app)
 
void app_initialize (App *app)
 
void app_update_and_render (App *app)
 

Macro Definition Documentation

#define N   64

Definition at line 25 of file geometry.cpp.

Function Documentation

mat4 animate_view ( App app)

Definition at line 223 of file geometry.cpp.

void app_initialize ( App app)

Definition at line 248 of file geometry.cpp.

void app_update_and_render ( App app)

Definition at line 297 of file geometry.cpp.

void clear_indirect_buffer ( App app)

Definition at line 118 of file geometry.cpp.

Volume make_centroid_volume ( )

Definition at line 53 of file geometry.cpp.

void make_points ( GLuint vbo,
GLuint ibo 
)

Definition at line 93 of file geometry.cpp.

GLuint make_quad ( )

Definition at line 76 of file geometry.cpp.

Volume make_surface_volume ( )

Definition at line 27 of file geometry.cpp.

void update_centroid ( App app)

Definition at line 161 of file geometry.cpp.

void update_sphere ( App app,
mat4  mat_view 
)

Definition at line 192 of file geometry.cpp.

void update_surface ( App app)

Definition at line 134 of file geometry.cpp.