Skip to content

Commit

Permalink
Add explanatory comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rcolyer committed Apr 25, 2021
1 parent 473b2d9 commit 039d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_roller_coaster2.scad
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function RotXZ(t) = let(a = -45*(4 - hillf(t))/4) RotY(a);
// Establishes the radius of the circle.
function ShiftX(t) = Translate([60, 0, 0]);

// Combine all the above operations, with the rightmost applied first.
// Combine all of the above operations, with the rightmost applied first.
function PathMatrix(t) = AffMerge([RotZt(t), Hills(t), ShiftX(t), RotXZ(t)]);

// Defines the cross section of the track.
Expand Down

0 comments on commit 039d997

Please sign in to comment.