Removed all uses and incudes. Document all includes needed for each file. Added std.scad include.

This commit is contained in:
Revar Desmera
2019-04-19 00:25:10 -07:00
parent a46ea27fca
commit 1d6aefc867
23 changed files with 62 additions and 133 deletions

View File

@@ -3,7 +3,7 @@
// Math helper functions.
// To use, add the following lines to the beginning of your file:
// ```
// use <BOSL2/math.scad>
// use <BOSL2/std.scad>
// ```
//////////////////////////////////////////////////////////////////////
@@ -36,9 +36,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <constants.scad>
include <compat.scad>
// Section: Math Constants