mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 02:04:16 +02:00
add doc
This commit is contained in:
@@ -227,7 +227,7 @@ See [examples](examples).
|
||||
- [voxel/vx_ascii](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_ascii.html)
|
||||
- [voxel/vx_gray](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_gray.html)
|
||||
- [voxel/vx_union](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_union.html)
|
||||
- voxel/vx_intersection
|
||||
- [voxel/vx_intersection](https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_intersection.html)
|
||||
- voxel/vx_difference
|
||||
|
||||
----
|
||||
|
BIN
docs/images/lib2x-vx_intersection-1.JPG
Normal file
BIN
docs/images/lib2x-vx_intersection-1.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* vx_intersection.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2020
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-vx_intersection.html
|
||||
*
|
||||
**/
|
||||
|
||||
use <../util/sort.scad>;
|
||||
use <../util/has.scad>;
|
||||
|
||||
|
Reference in New Issue
Block a user