#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "bu.h"
#include "bn.h"
#include "raytrace.h"
#include "./debug.h"
Include dependency graph for mkbundle.c:
Go to the source code of this file.
Functions | |
void | rt_raybundle_maker (struct xray *rp, double radius, const fastf_t *avec, const fastf_t *bvec, int rays_per_ring, int nring) |
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file mkbundle.c.
|
Definition at line 71 of file mkbundle.c. References bn_twopi, xray::index, xray::magic, xray::r_dir, xray::r_pt, RT_RAY_MAGIC, st, VJOIN2, and VMOVE. |