improve file summaries

This commit is contained in:
Adrian Mariano
2022-01-14 22:33:21 -05:00
parent 6e11a1c550
commit 39f5e5e56d
2 changed files with 10 additions and 6 deletions

View File

@@ -1,10 +1,13 @@
//////////////////////////////////////////////////////////////////////
// LibFile: vectors.scad
// Vector math functions.
// This file provides some mathematical operations that apply to each
// entry in a vector. It provides normalizatoin and angle computation, and
// it provides functions for searching lists of vectors for matches to
// a given vector.
// Includes:
// include <BOSL2/std.scad>
// FileGroup: Math
// FileSummary: Vector math functions.
// FileSummary: Vector arithmetic, angle, and searching.
// FileFootnotes: STD=Included in std.scad
//////////////////////////////////////////////////////////////////////