I have the positions of 3D particles at each z-section each color represents a particle. The lateral projection of the data looks approximately like this imageThe top end of these particles form a curved surface I want to generate a surface locally normal to the particle direction (calculated as $(dx/dz,dy/dz)$. Is there anyway to do this?
I tried inverse gradient but it didn’t work. Thank you,