Re: Mathematics Question about the SLERP
Posted by elect on Feb 24, 2016; 7:53am
URL: https://forum.jogamp.org/Mathematics-Question-about-the-SLERP-tp4036332p4036334.html
I don't know if it is feasible without a loop..
First thing I think is that you might simply calculate the distance and estimate the number of pixels based on the the deltas
For deltas I mean, if you have p0(x0, y0) and p1(x1, y1), delta is (x0 - x1, y0 - y1)