79621392

Date: 2025-05-14 11:46:31
Score: 2.5
Natty:
Report link

I managed to fix this.

The issue is that I need to put the coordinates in the correct order.

I have,

x' = z

y' = x

z' = y

That means, if my grid is now defined in the new system,

xold = ynew

yold = znew

zold = xnew

Therefore, while doing the interpolation call, I have to send coords in y,z,x order to get the correct results.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: TurbulentReflections