1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 20:40:28 +02:00

added comment

This commit is contained in:
Justin Lin
2017-05-26 10:27:44 +08:00
parent 22b8d26dea
commit 8fbfc250f3

View File

@@ -60,6 +60,7 @@ module line2d(p1, p2, width, p1Style = "CAP_SQUARE", p2Style = "CAP_SQUARE") {
test_line2d_line(atan_angle, leng, width, frags);
}
// override them to test
module test_line2d_cap(point, style) {
}