BREAKING: More units of measure work and keyword args (#6291)
* More units of measure work Signed-off-by: Nick Cameron <nrc@ncameron.org> * Update CSG output since engine change --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -17,16 +17,14 @@ fn primaryTube(n, angle001, length001, length002, length003) {
|
||||
|
||||
// Define a plane for each sweep path defined by an angle
|
||||
sweepPlane = {
|
||||
plane = {
|
||||
origin = [pos001, 0.0, 0],
|
||||
xAxis = [
|
||||
sin(toRadians(-angle001)),
|
||||
cos(toRadians(-angle001)),
|
||||
0.0
|
||||
],
|
||||
yAxis = [0.0, 0.0, 1.0],
|
||||
zAxis = [1.0, 0.0, 0.0]
|
||||
}
|
||||
origin = [pos001, 0.0, 0],
|
||||
xAxis = [
|
||||
sin(toRadians(-angle001)),
|
||||
cos(toRadians(-angle001)),
|
||||
0.0
|
||||
],
|
||||
yAxis = [0.0, 0.0, 1.0],
|
||||
zAxis = [1.0, 0.0, 0.0]
|
||||
}
|
||||
|
||||
// Draw a path for each sweep
|
||||
|
||||
Reference in New Issue
Block a user