Skip to content

Commit

Permalink
mode shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Feb 23, 2024
1 parent b119979 commit 1b5c049
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions HelloWorld.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@
> step :: Diagram B
> step = fromOffsets
> [V2 0 0,
> V2 0 1,
> V2 2 0,
> V2 0 (-1),
> V2 (-2) 0]
> V2 0 0.25,
> V2 0.5 0,
> V2 0 (-0.25),
> V2 (-0.5) 0]
> # lw veryThin
> # showOrigin
>
> main = mainWith step
> drakonPoints :: [Point V2 Double]
> drakonPoints = map p2 $ [(x, y) | x <- [0..5], y <- [0..5]]
>
> main = mainWith $ atPoints drakonPoints (repeat step)
Loading

0 comments on commit 1b5c049

Please sign in to comment.