[Radial Basis Functions] # This section describes the radial basis functions shape. # basis funtion is the name of the basis functions to use in the transformation. The functions # implemented so far are: gaussian_spline, multi_quadratic_biharmonic_spline, # inv_multi_quadratic_biharmonic_spline, thin_plate_spline, beckert_wendland_c2_basis. # For a comprehensive list with details see the class RBF. basis function: gaussian_spline # radius is the scaling parameter r that affects the shape of the basis functions. See the documentation # of the class RBF for details. radius: 50.5 [Control points] # This section describes the RBF control points. # original control points collects the coordinates of the interpolation control points before the deformation. original control points: -50.0 -40.0 0.0 0.0 -40.0 50.0 50.0 -40.0 0.0 0.0 -40.0 -50.0 -10.0 100.0 20.0 10.0 100.0 40.0 30.0 100.0 20.0 10.0 100.0 0.0 -10.0 200.0 20.0 10.0 200.0 40.0 30.0 200.0 20.0 10.0 200.0 0.0 -50.0 340.0 0.0 0.0 340.0 50.0 50.0 340.0 0.0 0.0 340.0 -50.0 # deformed control points collects the coordinates of the interpolation control points after the deformation. deformed control points: -100.0 -40.0 0.0 0.0 -40.0 100.0 100.0 -40.0 0.0 0.0 -40.0 -100.0 -10.0 100.0 20.0 10.0 100.0 40.0 30.0 100.0 20.0 10.0 100.0 0.0 -60.0 200.0 20.0 -40.0 200.0 40.0 -20.0 200.0 20.0 -40.0 200.0 0.0 -50.0 340.0 0.0 0.0 340.0 50.0 50.0 340.0 0.0 0.0 340.0 -50.0