You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
256 B
13 lines
256 B
/**
|
|
* 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);
|