#include "common.h"#include <stdio.h>#include <strings.h>#include "machine.h"#include "bu.h"#include "vmath.h"#include "raytrace.h"#include "./qray.h"Include dependency graph for qray.c:

Go to the source code of this file.
Functions | |
| int | dgo_qray_cmd (struct dg_obj *dgop, Tcl_Interp *interp, int argc, char **argv) |
| void | dgo_init_qray (struct dg_obj *dgop) |
| void | dgo_free_qray (struct dg_obj *dgop) |
| void | dgo_qray_data_to_vlist (struct dg_obj *dgop, struct bn_vlblock *vbp, struct dg_qray_dataList *headp, vect_t dir, int do_overlaps) |
Source - SLAD CAD Team The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005
Author - Robert G. Parker
Definition in file qray.c.
1.4.6