Fri, 18 Sep 2020 21:01:49 +0300
added license tests
13 | 1 | 0 // square |
2 | 4 16 -20 0 10 -20 0 20 -10 0 20 -10 0 10 | |
3 | 0 // concave | |
4 | 4 16 10 0 10 5 0 25 10 0 20 15 0 25 | |
5 | 0 // kite | |
6 | 4 16 -15 0 -15 -20 0 0 -15 0 5 -10 0 0 | |
7 | 0 // bowtie | |
8 | 4 16 5 0 -5 5 0 -15 15 0 -5 15 0 -15 | |
9 | 0 // trapezium | |
10 | 4 16 25 0 10 30 0 20 35 0 20 40 0 10 | |
11 | 0 // skew | |
12 | 4 16 25 0 -5 25 0 -15 35 0 -15 35 5 -5 | |
13 | 4 16 40 0 -5 40 0 -15 50 5 -15 50 0 -5 | |
14 | 0 // parallelogram | |
15 | 4 16 25 0 25 30 0 35 40 0 35 35 0 25 | |
16 | 0 // rhombus | |
17 | 4 16 -5 0 40 -15 0 35 -5 0 30 5 0 35 | |
18 | 0 // collinear | |
19 | 4 16 20 0 40 30 0 45 30 0 50 30 0 55 | |
30
0d9ca37901ed
added test for collinearity, fixed bowtie test
Santeri Piippo
parents:
13
diff
changeset
|
20 | 0 // crossed and collinear |
0d9ca37901ed
added test for collinearity, fixed bowtie test
Santeri Piippo
parents:
13
diff
changeset
|
21 | 4 16 -50 0 10 -40 0 15 -40 0 10 -40 0 20 |
0d9ca37901ed
added test for collinearity, fixed bowtie test
Santeri Piippo
parents:
13
diff
changeset
|
22 | 0 // concave and skew |
0d9ca37901ed
added test for collinearity, fixed bowtie test
Santeri Piippo
parents:
13
diff
changeset
|
23 | 4 16 -30 0 -20 -35 5 -5 -30 0 -10 -25 0 -5 |