BOSL2/std.scad

31 lines
781 B
OpenSCAD
Raw Normal View History

2017-08-29 17:00:16 -07:00
//////////////////////////////////////////////////////////////////////
// LibFile: std.scad
// File that includes the standard BOSL include files.
// To use, add the following lines to the beginning of your file:
// ```
// include <BOSL2/std.scad>
// ```
2017-08-29 17:00:16 -07:00
//////////////////////////////////////////////////////////////////////
include <constants.scad>
2019-05-07 22:42:44 -07:00
include <edges.scad>
include <compat.scad>
include <math.scad>
include <arrays.scad>
include <vectors.scad>
include <matrices.scad>
2019-04-24 04:06:43 -07:00
include <quaternions.scad>
include <coords.scad>
include <geometry.scad>
include <attachments.scad>
include <transforms.scad>
include <primitives.scad>
include <shapes.scad>
2019-05-12 03:32:56 -07:00
include <shapes2d.scad>
include <masks.scad>
2017-08-29 17:00:16 -07:00
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap