Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef PLASK__UTILS_INTERPOLATION_H
15#define PLASK__UTILS_INTERPOLATION_H
21namespace plask {
namespace interpolation {
68 return linear(
p_lo,
bilinear(
p_l,
p_r,
p_b,
p_t,
lo_d_lb,
lo_d_rb,
lo_d_rt,
lo_d_lt,
p_x,
p_y),
69 p_hi,
bilinear(
p_l,
p_r,
p_b,
p_t,
hi_d_lb,
hi_d_rb,
hi_d_rt,
hi_d_lt,
p_x,
p_y),