Quote:
Originally Posted by Alon
by empirical data you mean like a table of values?
|
By "empirical data" I mean the
test data you collected by
actually firing your shooter from different distances.
You can put that empirical data into a table and do a table lookup in your code.
Or you can fit a polynomial to that data and compute the polynomial in your code.
Or you can construct a piecewise-linear function from that empirical data, and compute that function in your code.
Or you can construct a piecewise-cubic-spline function from that empirical data, and compute that function in your code.