-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneat_graphics.html
78 lines (60 loc) · 1.2 KB
/
neat_graphics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<body>
</br>
<p>
Second order envelope of a circle family
<br>
<img src="neat_math_graphics/spirally.png" width="50%">
</p>
</br>
<p>
Envelope of a planar line family
<br>
<img src="neat_math_graphics/envelopeClassic.png" width="50%">
</p>
</br>
<p>
Dividing ball, with its space of bitangent lines
<br>
<img src="neat_math_graphics/CellDivisionBitangentCropped.png" width="50%">
</p>
</br>
<p>
Apparent contour of a torus (<a href="code/torusquarticpolar.nb">mathematica nb</a>)
</br>
(hi-res pdf <a href="neat_math_graphics/torusquarticpolar1.pdf">view 1</a>, <a href="neat_math_graphics/torusquarticpolar1.pdf">view 2</a>)
</br>
<img src="neat_math_graphics/torus2PointsOfView.png">
</p>
</br>
<p>
Family of quadrics tangent to two balls (right-click to play mp4)
</br>
<video>
<source src="neat_math_graphics/cd.mp4" type="video/mp4">
</video>
</br>
</br>
Planar slice
</br>
<video>
<source src="neat_math_graphics/planarSlice.mp4" type="video/mp4">
</video>
</p>
</br>
<p>
Family of quadrics tangent to a torus
</br>
<video>
<source src="neat_math_graphics/pill.mp4" type="video/mp4">
</video>
</p>
</br>
<p>
Points of a face
<br>
<img src="images/sfm/best_face.jpg">
</p>
</br>
</body>
</html>