@kanchannmahajan wrote:
I have a scalar field for points in 3d (x,y,z), which i would like to map to another set of points in 3d.
the input data looks somethind as follows
where v is the scalar field value for each point coordinate
[x1,y1,z1] [v1]
[x2,y2,z2] [v2]
[x3,y3,z3] [v3]which should be mapped to
[x5,y5,z5]
[x6,y6,z6]I have looked through the interpolate functions but could not figure out which can be used in this case
can any one please helpe me here
Posts: 1
Participants: 1