回答編集履歴

1

見直しキャンペーン中

2023/08/14 09:07

投稿

TN8001
TN8001

スコア9357

test CHANGED
@@ -1,27 +1,14 @@
1
1
  間違い探しのようですね^^;
2
2
 
3
-
4
-
5
3
  正:`constructor`
6
-
7
4
  誤:`constructer`
8
5
 
9
-
10
-
11
- ```Processing
6
+ ```js
12
-
13
7
  //Ray2.with2p(new Vec2(50,50),new Vec2(100,300)),
14
-
15
8
  //Ray2.with2p(new Vec2(100,300),new Vec2(100,300)),
16
-
17
9
  //Ray2.with2p(new Vec2(250,200),new Vec2(50,350)),
18
10
 
19
-
20
-
21
11
  Ray2.with2p(new Vec2(50,50),new Vec2(100,300)),
22
-
23
12
  Ray2.with2p(new Vec2(100,300),new Vec2(250,200)),
24
-
25
13
  Ray2.with2p(new Vec2(250,200),new Vec2(50,50)),
26
-
27
14
  ```