also fixed kite-and-dart in standard spatial embedding

This commit is contained in:
Zeno Rogue 2022-12-15 22:58:43 +01:00
parent ad7cbac338
commit 7195d688d0
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,8 @@ struct hrmap_kite : hrmap {
}
void make_graphrules() {
if(geom3::flipped) return geom3::in_not_flipped([&] { return make_graphrules(); });
pKite1 = meupush(-1, kite_center + 0) * mspin(108._deg) * meuscale(rphi) * meupush(0, down - kite_center);
pKite2 = meupush(1, kite_center + 0) * mspin(-108._deg) * meuscale(rphi) * meupush(0, down - kite_center);
pKite3 = meupush(0, kite_center - down) * mspin(36._deg) * meuscale(rphi) * meupush(0, down - dart_center);