omdl
v0.9.5
OpenSCAD Mechanical Design Library
|
Include wrapper of base library components. More...
#include <common/console.scad>
#include <common/constants.scad>
#include <datatypes/scalar_test.scad>
#include <datatypes/scalar_operate.scad>
#include <datatypes/iterable_test.scad>
#include <datatypes/iterable_operate.scad>
#include <datatypes/list_operate.scad>
#include <datatypes/list_compare.scad>
#include <datatypes/euclidean.scad>
#include <datatypes/binary.scad>
#include <datatypes/map.scad>
#include <datatypes/table.scad>
#include <math/triangle.scad>
#include <math/linear_algebra.scad>
#include <math/polygon.scad>
#include <math/polyhedron.scad>
#include <math/polytope.scad>
#include <math/utility.scad>
#include <shapes/basic_2d.scad>
#include <shapes/basic_3d.scad>
#include <shapes/polygon.scad>
#include <tools/extrude.scad>
#include <tools/repeat.scad>
#include <units/angle.scad>
#include <units/length.scad>
Go to the source code of this file.
Include wrapper of base library components.
This file is part of omdl, an OpenSCAD mechanical design library.
The omdl is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
The omdl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the omdl; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA; or see http://www.gnu.org/licenses/.
Definition in file omdl-base.scad.