BRL-CAD
|
Data types and manipulation routines for the Angle-Distance cursor. More...
Files | |
file | adc.h |
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) |
Data types and manipulation routines for the Angle-Distance cursor.
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 | ||
) |