mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-10-02 09:17:22 +02:00
13 lines
278 B
OpenSCAD
13 lines
278 B
OpenSCAD
/**
|
|
* rails2sections.scad
|
|
*
|
|
* @copyright Justin Lin, 2021
|
|
* @license https://opensource.org/licenses/lgpl-3.0.html
|
|
*
|
|
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-rails2sections.html
|
|
*
|
|
**/
|
|
|
|
use <matrix/m_transpose.scad>;
|
|
|
|
function rails2sections(rails) = m_transpose(rails); |