C:/programming/teaching/path_tracer/GMmatlib/Exponent.cpp File Reference

#include <stdio.h>
#include "utils.h"
#include <d3dxmath.h>

Defines

#define ITER   10
#define REPS   1
#define StartTime(i)   clock1 = Clock();
#define EndTime(i)   clock2 = Clock(); total##i += clock2-clock1;

Functions

__int64 Clock ()
void PrintMatrix (GPMatrix &Mat, char *format="2.2")
void main ()

Define Documentation

#define EndTime (  )     clock2 = Clock(); total##i += clock2-clock1;

#define ITER   10

#define REPS   1

#define StartTime (  )     clock1 = Clock();


Function Documentation

__int64 Clock (  ) 

void main (  ) 

void PrintMatrix ( GPMatrix Mat,
char *  format = "2.2" 
)


Generated on Fri Jan 12 10:15:51 2007 for Path tracing coursework by  doxygen 1.5.1-p1