This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* EXAMPLE OF 3D PARAMETRIZATION WITH OPENSCAD | |
| © 2018 Antonio Bueno | |
| https://github.com/atnbueno | |
| The content of this file is licensed under the terms of the MIT | |
| license: <https://opensource.org/licenses/MIT> | |
| DESCRIPTION: An example of 3D parametrization a.k.a. how to wrap | |
| a bidimentional interval around a 3D shape. The code below makes | |
| a weak attempt to minimize the distortion of the triangulation, |