|
BRL-CAD
|
#include "common.h"#include "vmath.h"#include "rt/defines.h"#include "rt/application.h"#include "rt/xray.h"Go to the source code of this file.
Functions | |
| int | rt_shootray (struct application *ap) |
| Shoot a ray. More... | |
| int | rt_shootrays (struct application_bundle *bundle) |
| Shoot a bundle of rays. More... | |
| struct partition * | rt_shootray_simple (struct application *ap, point_t origin, vect_t direction) |
| int | rt_shootray_bundle (struct application *ap, struct xray *rays, int nrays) |
| void | rt_add_res_stats (struct rt_i *rtip, struct resource *resp) |
| void | rt_zero_res_stats (struct resource *resp) |
| void | rt_res_pieces_clean (struct resource *resp, struct rt_i *rtip) |
| void | rt_res_pieces_init (struct resource *resp, struct rt_i *rtip) |
| void | rt_vstub (struct soltab *stp[], struct xray *rp[], struct seg segp[], int n, struct application *ap) |