You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The greatest difference is seen at the last point p(3, 3) of the curve: 89.9959 degs vs 73.6694 degs. The result should indicate a value of 90 degs, because at this point, the NURBS "indicates due north".
Is there an obvious mistake I am making using tinyspline?
The text was updated successfully, but these errors were encountered:
abrzozowski
changed the title
The results of the tangent function are different than expected
The results of the tangent function are different than expected for NURBS
Jun 4, 2024
I need to obtain the angle of the tangent line at a point of the function (NURBS), but I am getting results that I don't understand.
Below, I am providing the code that I used for testing. In it, I created a NURBS curve defined as a quarter circle with a radius of 3 meters.
The results are as follows
The greatest difference is seen at the last point
p(3, 3)
of the curve:89.9959 degs
vs73.6694 degs
. The result should indicate a value of 90 degs, because at this point, the NURBS "indicates due north".Is there an obvious mistake I am making using tinyspline?
The text was updated successfully, but these errors were encountered: