#include "MemDebug.h"
#include "Solid.h"
#include "Scene.h"
#include "Bitmap.h"
#include "DataLoader.h"
#include "Light.h"
#include "Shadow.h"
#include "Projector.h"
#include "OPCODE.h"
Go to the source code of this file.
Functions |
void | Print (const char *fmt,...) |
bool | Collinear (const double *a, const double *b, const double *c) |
Function Documentation
bool Collinear |
( |
const double * |
a, |
|
|
const double * |
b, |
|
|
const double * |
c |
|
) |
| |
|
inline |
void Print |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Variable Documentation
Opcode::AABBTreeCollider opcode_collider |
const double SELECT_EPSILON = 0.05 |
const double SELECT_TEXTURE = 0.0001 |