Blender V2.61 - r43446
Classes | Defines | Variables

Projections.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  InheritableProjections
class  Projections

Defines

#define CONTAINS_INDEX
#define GRID_DIMENSION   20
#define LONG   int64_t
#define UCHAR   unsigned char

Variables

const int vertmap [8][3]
const int centmap [3][3][3][2]
const int edgemap [12][2]
const int facemap [6][4]

Define Documentation

#define CONTAINS_INDEX

Definition at line 29 of file Projections.h.

#define GRID_DIMENSION   20

Definition at line 30 of file Projections.h.

Referenced by Octree::Octree().

#define LONG   int64_t
#define UCHAR   unsigned char

Variable Documentation

const int centmap[3][3][3][2]

Definition at line 37 of file Projections.cpp.

const int edgemap[12][2]

Definition at line 54 of file Projections.cpp.

Referenced by Projections::getIntersection(), and Projections::isIntersecting().

const int facemap[6][4]

Definition at line 69 of file Projections.cpp.

Referenced by Projections::isIntersecting().

const int vertmap[8][3]

Structures and classes for computing projections of triangles onto separating axes during scan conversion

Author:
Tao Ju

Definition at line 26 of file Projections.cpp.

Referenced by Projections::getIntersection(), Projections::isIntersecting(), and Projections::Projections().