#include <iostream>
#include <math.h>
#include "Raycast.h"
#include "DatGrid.h"
#include "vuSampleRay.h"
Include dependency graph for Raycast/DatGrid.cpp:
Go to the source code of this file.
Defines | |
#define | RET_OK 0 |
#define | RET_ERR -1 |
#define | TOLERANCE 0.001 |
Functions | |
float | SnapToZero (float t) |
|
Definition at line 13 of file Raycast/DatGrid.cpp. |
|
Definition at line 12 of file Raycast/DatGrid.cpp. |
|
Definition at line 15 of file Raycast/DatGrid.cpp. |
|
Definition at line 19 of file Raycast/DatGrid.cpp. |