omdl  v0.9.5
OpenSCAD Mechanical Design Library
utility.scad File Reference

Miscellaneous mathematical utilities. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function get_fn (r)
 Return facets number for the given arc radius. More...
 
function histogram (v, m=0, cs, cb, cp, ca, cf, d=false)
 Generate a histogram for the elements of a list of values. More...
 

Detailed Description

Miscellaneous mathematical utilities.

Author
Roy Allen Sutton
Date
2017-2019

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 utility.scad.