質問編集履歴

1

コード

2019/04/06 03:28

投稿

tomoyo1010
tomoyo1010

スコア24

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,13 @@
17
17
 
18
18
 
19
19
  よろしくお願い致します。
20
+
21
+
22
+
23
+ f32 radian = toRadian(_currentParam.angle.getY());
24
+
25
+
26
+
27
+ f32 si = sin(radian);
28
+
29
+ _currentParam.end.set(_currentParam.keyFrame + cos(radian) * _currentParam.length.getY(), _currentParam.param + si * _currentParam.length.getY());