ptf_rotate.scad
1 /** 2 * ptf_rotate.scad 3 * 4 * @copyright Justin Lin, 2020 5 * @license https://opensource.org/licenses/lgpl-3.0.html 6 * 7 * @see https://openhome.cc/eGossip/OpenSCAD/lib3x-ptf_rotate.html 8 * 9 **/ 10 11 use <_impl/_ptf_rotate_impl.scad> 12 13 function ptf_rotate(point, a, v) = _rotate_p_impl(point, a, v);