#include <iostream>
#include <stdio.h>
#include <math.h>
#include "vuVector.h"
Include dependency graph for gensphere.cpp:
Go to the source code of this file.
Defines | |
#define | MAXX 45 |
#define | MAXY 45 |
#define | MAXZ 90 |
#define | DATSIZE MAXX*MAXY*MAXZ |
#define | FNAME "sphere.bcc.vud" |
#define | T 1.41421356 |
Functions | |
vuVector | getVoxelPosition (int x, int y, int z) |
void | main (void) |
|
Definition at line 12 of file gensphere.cpp. |
|
Definition at line 13 of file gensphere.cpp. |
|
Definition at line 9 of file gensphere.cpp. |
|
Definition at line 10 of file gensphere.cpp. |
|
Definition at line 11 of file gensphere.cpp. |
|
Definition at line 14 of file gensphere.cpp. |
|
Definition at line 17 of file gensphere.cpp. References T. Referenced by main(). |
|
Definition at line 36 of file gensphere.cpp. References DATSIZE, FNAME, vuVector::getDominantAxis(), getVoxelPosition(), MAXX, MAXY, MAXZ, and vuVector::norm(). |
Here is the call graph for this function: