#include "common.h"
#include "vmath.h"
#include "bu/avs.h"
#include "bu/list.h"
#include "bu/magic.h"
#include "rt/defines.h"
#include "rt/mater.h"
Go to the source code of this file.
◆ REGION_NON_FASTGEN
#define REGION_NON_FASTGEN 0 |
◆ REGION_FASTGEN_PLATE
#define REGION_FASTGEN_PLATE 1 |
◆ REGION_FASTGEN_VOLUME
#define REGION_FASTGEN_VOLUME 2 |
◆ REGION_NULL
#define REGION_NULL ((struct region *)0) |
◆ RT_CK_REGION
◆ rt_pr_region()
void rt_pr_region |
( |
const struct region * |
rp | ) |
|
◆ db_region_mat()
int db_region_mat |
( |
mat_t |
m, |
|
|
struct db_i * |
dbip, |
|
|
const char * |
name, |
|
|
struct resource * |
resp |
|
) |
| |
Given the name of a region, return the matrix which maps model coordinates into "region" coordinates.
Returns: 0 OK <0 Failure