We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ecaaa8 + 1c59994 commit e784100Copy full SHA for e784100
pygem/rbf.py
@@ -4,8 +4,8 @@
4
so-called control points, as for FFD, but RBF is interpolatory. Another
5
important key point of RBF strategy relies in the way we can locate the control
6
points: in fact, instead of FFD where control points need to be placed inside a
7
-regular lattice, with RBF we hano no more limitations. So we have the
8
-possibility to perform localized control points refiniments.
+regular lattice, with RBF we have no more limitations. So we have the
+possibility to perform localized control points refinements.
9
The module is analogous to the freeform one.
10
11
:Theoretical Insight:
0 commit comments