BRL-CAD
#include "common.h"
#include "vmath.h"
#include "bv/defines.h"
Include dependency graph for adc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void adc_model_to_adc_view (struct bv_adc_state *adcs, mat_t model2view, fastf_t amax)
 
void adc_grid_to_adc_view (struct bv_adc_state *adcs, mat_t model2view, fastf_t amax)
 
void adc_view_to_adc_grid (struct bv_adc_state *adcs, mat_t model2view)
 
void adc_reset (struct bv_adc_state *adcs, mat_t view2model, mat_t model2view)