double Fb = MathUtil.bilinearInterpolate(
0, 0.5 * Math.PI, 0.0, 2.0 * Math.PI, Fc[2],
omegaO.polar(), phiO);
double Gr = MathUtil.bilinearInterpolate(
0, 0.5 * Math.PI, 0.0, 2.0 * Math.PI, Gc[0],
omegaP.polar(), phiP);
double Gg = MathUtil.bilinearInterpolate(
0, 0.5 * Math.PI, 0.0, 2.0 * Math.PI, Gc[1],
omegaP.polar(), phiP);
double Gb = MathUtil.bilinearInterpolate(
0, 0.5 * Math.PI, 0.0, 2.0 * Math.PI, Gc[2],