BOSL2/std.scad

29 lines
736 B
OpenSCAD
Raw Normal View History

2017-08-30 00:00:16 +00: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-30 00:00:16 +00:00
//////////////////////////////////////////////////////////////////////
include <constants.scad>
include <compat.scad>
include <math.scad>
include <arrays.scad>
include <vectors.scad>
include <matrices.scad>
2019-04-24 11:06:43 +00:00
include <quaternions.scad>
include <coords.scad>
include <geometry.scad>
include <attachments.scad>
include <transforms.scad>
include <primitives.scad>
include <shapes.scad>
include <masks.scad>
2017-08-30 00:00:16 +00:00
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap