omdl  v0.6.1
OpenSCAD Mechanical Design Library
math-base.scad
Go to the documentation of this file.
1 //! Include file wrapper of math base primitives.
2 /***************************************************************************//**
3  \file math-base.scad
4  \author Roy Allen Sutton
5  \date 2015-2017
6 
7  \copyright
8 
9  This file is part of [omdl] (https://github.com/royasutton/omdl),
10  an OpenSCAD mechanical design library.
11 
12  The \em omdl is free software; you can redistribute it and/or modify
13  it under the terms of the [GNU Lesser General Public License]
14  (http://www.gnu.org/licenses/lgpl.html) as published by the Free
15  Software Foundation; either version 2.1 of the License, or (at
16  your option) any later version.
17 
18  The \em omdl is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21  Lesser General Public License for more details.
22 
23  You should have received a copy of the GNU Lesser General Public
24  License along with the \em omdl; if not, write to the Free Software
25  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26  02110-1301, USA; or see <http://www.gnu.org/licenses/>.
27 
28  \details
29 
30  \ingroup \
31  math \
32  \
33  math_vector_algebra \
34  math_linear_algebra
35 
36 *******************************************************************************/
37 
38 include <../datatypes/datatypes-base.scad>;
39 
40 include <math_linear_algebra.scad>;
41 include <math_vector_algebra.scad>;
42 
43 //----------------------------------------------------------------------------//
44 // end of file
45 //----------------------------------------------------------------------------//