Skip to content

Commit 52e95ea

Browse files
author
Judd
committed
add an example
1 parent 120b9a2 commit 52e95ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/examples.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ incenter_excenter
66
a b c = triangle a b c; d1 d2 d3 d = incenter2 a b c; e1 e2 e3 e = excenter2 a b c ? perp d c c e
77
euler
88
a b c = triangle a b c; h = orthocenter a b c; h1 = foot a b c; h2 = foot b c a; h3 = foot c a b; g1 g2 g3 g = centroid g1 g2 g3 g a b c; o = circle a b c ? coll h g o
9+
p_0
10+
a b c = triangle a b c; o = circle o a b c; i = incenter i a b c; d = foot d i b c; e = foot e i a c; f = foot f i a b; x = on_pline x d a i, on_line x a b; y = on_pline y d a i, on_line y a c; m1 = midpoint m1 x f; m2 = midpoint m2 y e; q = on_circle q m1 x, on_circle q m2 y ? cyclic q a c b

0 commit comments

Comments
 (0)