Interpolate an axis field by given axis vectors at given nodes on the sphere by doing componentwise spherical interpolation.
Syntax
sAF = S2AxisFieldHarmonic.interpolate(v, value)
sAF = S2AxisFieldHarmonic.interpolate(v, value, 'bandwidth', bw)
Input
value | vector3d |
v | vector3d (antipodal) |
Output
sAF | S2AxisFieldHarmonic |
Options
bw | degree of the spherical harmonic (default: 128) |