Blender V2.61 - r43446
|
#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 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 |
Definition at line 36 of file Projections.h.
Referenced by Projections::getBoxMask(), Projections::getChildrenMasks(), Projections::getIntersection(), Projections::getIntersectionMasks(), Projections::getIntersectionPrimary(), Projections::getSubProjectionsSimple(), Projections::isIntersecting(), Projections::isIntersectingNoPrimary(), Projections::isIntersectingPrimary(), main(), Projections::Projections(), GHOST_DisplayManagerWin32::setCurrentDisplaySetting(), and startavi().
#define UCHAR unsigned char |
Definition at line 38 of file Projections.h.
Referenced by Projections::getBoxMask(), Projections::getChildrenMasks(), and Projections::getIntersectionMasks().
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
Definition at line 26 of file Projections.cpp.
Referenced by Projections::getIntersection(), Projections::isIntersecting(), and Projections::Projections().