/** * m_scaling.scad * * @copyright Justin Lin, 2019 * @license https://opensource.org/licenses/lgpl-3.0.html * * @see https://openhome.cc/eGossip/OpenSCAD/lib3x-m_scaling.html * **/ use <_m_scaling_impl.scad> function m_scaling(s) = _m_scaling_impl(s);