physics/test.md

24 lines
381 B
Markdown
Raw Normal View History

2024-06-21 16:59:16 -05:00
## Slide 3
2024-06-21 20:11:48 -05:00
Testing
<div id="d2"></div>
```drawing
title Test Drawing!
caption This is a test
buttons
frame 0 0 200 100
axes 200 100
2024-06-21 20:18:28 -05:00
point p1 _.oscillatingPoint([20, 20], [80, 20], 3000)
2024-06-21 20:11:48 -05:00
fill cyan
square p1 1000
point p2 [100, 30]
fill red
circle p2
2024-06-21 20:18:28 -05:00
point p3 [ _.oscillatingValue(20, 80, 3000),
_.oscillatingValue(20, 80, 3000, Math.PI/2) ]
2024-06-21 20:11:48 -05:00
fill green
circle p3 1000
start
```