File tree 2 files changed +52
-3
lines changed
Assets/UnityCurveUtils/Scripts
2 files changed +52
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ public static Vector2 FoliumOfDescartes( float a, float theta )
191
191
/// </summary>
192
192
public static float HyperbolaX ( float a , float b , float theta )
193
193
{
194
-
195
194
return a * ( float ) Math . Cosh ( theta ) ;
196
195
}
197
196
Original file line number Diff line number Diff line change @@ -15,19 +15,69 @@ https://github.com/baba-s/unity-curve-utils/blob/master/UnityCurveUtils.unitypac
15
15
![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/01_B_SplineCurve.png )
16
16
17
17
## ベジェ曲線
18
+
19
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/02_BezierCurve.png )
20
+
18
21
## 双曲螺旋
22
+
23
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/03_HyperbolicSpiral.png )
24
+
19
25
## アーネシの曲線
26
+
27
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/04_WitchOfAgnesi.png )
28
+
20
29
## デカルトの正葉線
21
- ## 双曲線
30
+
31
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/05_FoliumOfDescartes.png )
32
+
22
33
## 楕円
34
+
35
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/06_Ellipse.png )
36
+
37
+ ## 双曲線
38
+
39
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/07_Hyperbola.png )
40
+
23
41
## インボリュート曲線
42
+
43
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/08_InvoluteOfCircle.png )
44
+
24
45
## ストロフォイド
46
+
47
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/09_Strophoid.png )
48
+
25
49
## コンコイド
50
+
51
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/10_Conchoid.png )
52
+
26
53
## シッソイド
54
+
55
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/11_Cissoid.png )
56
+
27
57
## リサジュー曲線
58
+
59
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/12_LissajousCurve.png )
60
+
28
61
## トロコイド
62
+
63
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/13_Trochoid.png )
64
+
29
65
## 外トロコイド
66
+
67
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/14_Epitrocoid.png )
68
+
30
69
## 内トロコイド
70
+
71
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/15_Hypetrocoid.png )
72
+
31
73
## サイクロイド
74
+
75
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/16_Cycloid.png )
76
+
32
77
## 外サイクロイド
33
- ## 内サイクロイド
78
+
79
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/17_Epicycloid.png )
80
+
81
+ ## 内サイクロイド
82
+
83
+ ![ ] ( https://raw.githubusercontent.com/baba-s/unity-curve-utils/master/Screenshots/18_Hypocycloid.png )
You can’t perform that action at this time.
0 commit comments