Searched refs:finite_rates (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/gmt/gmt-6.3.0/src/spotter/ |
H A D | spotter.c | 292 …wstages (struct GMT_CTRL *GMT, struct EULER p[], unsigned int n, bool finite_rates, bool stage_rat… in spotter_total_to_fwstages() argument 316 if (finite_rates) p[i].omega *= p[i].duration; /* Convert opening rate to opening angle */ in spotter_total_to_fwstages() 1049 …_stages (struct GMT_CTRL *GMT, struct EULER p[], unsigned int n, bool finite_rates, bool stage_rat… in spotter_total_to_stages() argument 1071 if (finite_rates) p[i].omega *= p[i].duration; /* Convert opening rate to opening angle */ in spotter_total_to_stages() 1092 …o_total (struct GMT_CTRL *GMT, struct EULER p[], unsigned int n, bool finite_rates, bool stage_rat… in spotter_stages_to_total() argument 1125 spotter_xyw_to_struct_euler (p, elon, elat, ew, n, false, finite_rates); in spotter_stages_to_total()
|