mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 14:27:45 +02:00
change dir
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__reverse.scad>;
|
include <util/__comm__/__reverse.scad>;
|
||||||
|
|
||||||
module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") {
|
module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") {
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__reverse.scad>;
|
include <util/__comm__/__reverse.scad>;
|
||||||
include <matrix/__comm__/__m_scaling.scad>;
|
include <matrix/__comm__/__m_scaling.scad>;
|
||||||
|
|
||||||
function path_scaling_sections(shape_pts, edge_path) =
|
function path_scaling_sections(shape_pts, edge_path) =
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__reverse.scad>;
|
include <util/__comm__/__reverse.scad>;
|
||||||
|
|
||||||
module polysections(sections, triangles = "SOLID") {
|
module polysections(sections, triangles = "SOLID") {
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
include <__comm__/__reverse.scad>;
|
include <util/__comm__/__reverse.scad>;
|
||||||
include <__comm__/__polytransversals.scad>;
|
include <__comm__/__polytransversals.scad>;
|
||||||
|
|
||||||
module polytransversals(transversals) {
|
module polytransversals(transversals) {
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
include <__comm__/__to3d.scad>;
|
include <__comm__/__to3d.scad>;
|
||||||
include <__comm__/__polytransversals.scad>;
|
include <__comm__/__polytransversals.scad>;
|
||||||
include <__comm__/__reverse.scad>;
|
include <util/__comm__/__reverse.scad>;
|
||||||
|
|
||||||
function _shape_path_extend_az(p1, p2) =
|
function _shape_path_extend_az(p1, p2) =
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user