Page 1 of 1
Quadric equation not correct (small bug)
Posted: Wed Jul 09, 2025 10:23 am
by pmr
Hi,
I've noticed that in the 2.14 alpha version from April, 17, 2025, the quadric equation appears as X= f(X,Y) instead of Z=f(X,Y), turning it in a wrong equation. In previous versions it appears alright.
Best regards
Re: Quadric equation not correct (small bug)
Posted: Wed Jul 09, 2025 9:51 pm
by daniel
Ah, probably a typo! But I believe it can be X=f(Y,Z), or Y=f(X,Z) or Z=f(X,Y) depending on the initial fitted plane orientation.
I'll check the code to track the typo. Thanks for the feedback.
Re: Quadric equation not correct (small bug)
Posted: Fri Jul 11, 2025 6:11 pm
by pmr
Hi, Daniel:
You're right, it can be X=f(Y,Z) or the other variants you mention, but it can not be X=f(X,Y) for a quadric as it appears.
Best regards
pmr
Re: Quadric equation not correct (small bug)
Posted: Sat Jul 12, 2025 2:36 pm
by daniel
Ok, so in the old versions it could be any of the above versions. Now in the new version, the equation is displayed in the local Quadric coordinate system, hence it should always be Z = f(X,Y). The 'X' at the beginning was a leftover from the past.
I've fixed the typo, and this will be available in a future 2.14.alpha version.