mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-26 17:24:24 +02:00
Removed all uses and incudes. Document all includes needed for each file. Added std.scad include.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user