#include <iostream.h>
#include "FrameBuf16.h"
#include "SplatSlicer.h"
Include dependency graph for pro.cpp:
Go to the source code of this file.
Defines | |
#define | SHSP_SPLAT_SIZE 50 |
#define | SHSP_MAXSPLATCROP 0.0 |
#define | SHSP_SPLATRADIUS 1.6 |
#define | SHSP_SHEETWIDTH 1 |
Functions | |
float | pow (float b, unsigned int e) |
calculates b to the power of e, with e being a positive integral value taking only log e multiplications | |
void | main (void) |
|
|
|
Definition at line 8 of file pro.cpp. Referenced by vu1512112::vu1512112(). |
|
|
|
Definition at line 7 of file pro.cpp. Referenced by main(), and vu1512112::vu1512112(). |
|
Here is the call graph for this function:
|
calculates b to the power of e, with e being a positive integral value taking only log e multiplications
|