reference/quadrilaterals.ldr

Sun, 23 Jun 2019 00:50:22 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 23 Jun 2019 00:50:22 +0300
changeset 75
3ec747dfbfb9
parent 30
0d9ca37901ed
permissions
-rw-r--r--

added a test for BFC INVERTNEXT not followed by a type-1 line

13
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
1 0 // square
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
2 4 16 -20 0 10 -20 0 20 -10 0 20 -10 0 10
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
3 0 // concave
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
4 4 16 10 0 10 5 0 25 10 0 20 15 0 25
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
5 0 // kite
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
6 4 16 -15 0 -15 -20 0 0 -15 0 5 -10 0 0
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
7 0 // bowtie
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
8 4 16 5 0 -5 5 0 -15 15 0 -5 15 0 -15
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
9 0 // trapezium
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
10 4 16 25 0 10 30 0 20 35 0 20 40 0 10
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
11 0 // skew
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
12 4 16 25 0 -5 25 0 -15 35 0 -15 35 5 -5
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
13 4 16 40 0 -5 40 0 -15 50 5 -15 50 0 -5
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
14 0 // parallelogram
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
15 4 16 25 0 25 30 0 35 40 0 35 35 0 25
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
16 0 // rhombus
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
17 4 16 -5 0 40 -15 0 35 -5 0 30 5 0 35
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
18 0 // collinear
12d4ddc4bfd8 Got the skew test working
Santeri Piippo
parents:
diff changeset
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

mercurial