fn main() {} #[cfg(test)] use glam::Vec2; #[cfg(test)] use polyanya::{Mesh, PolyanyaFile}; #[cfg(test)] macro_rules! assert_delta { ($x:expr, $y:expr) => { let val = $x; if !((val - $y).abs() < 0.001) { assert_eq!(val, $y); } }; } #[cfg(test)] fn aurora_mesh() -> Mesh { PolyanyaFile::from_file("meshes/aurora-merged.mesh") .try_into() .unwrap() } #[test] fn aurora_merged_tqoopurmvw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 97.0), Vec2::new(749.0, 104.0)) .unwrap() .length, 7.0 ); } #[test] fn aurora_merged_cclvlrnsaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 646.0), Vec2::new(11.0, 642.0)) .unwrap() .length, 5.0 ); } #[test] fn aurora_merged_lokgejgyeu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(271.0, 287.0), Vec2::new(276.0, 283.0)) .unwrap() .length, 6.40312 ); } #[test] fn aurora_merged_fffwgyojmu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(814.0, 570.0), Vec2::new(810.0, 571.0)) .unwrap() .length, 4.12311 ); } #[test] fn aurora_merged_znopuuwfbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(579.0, 169.0), Vec2::new(575.0, 163.0)) .unwrap() .length, 7.2111 ); } #[test] fn aurora_merged_xgykiahuvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(548.0, 325.0), Vec2::new(551.0, 321.0)) .unwrap() .length, 5.0 ); } #[test] fn aurora_merged_xqnwiicacp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(89.0, 124.0), Vec2::new(95.0, 127.0)) .unwrap() .length, 6.7082 ); } #[test] fn aurora_merged_lrocxpovdd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(195.0, 114.0), Vec2::new(192.0, 120.0)) .unwrap() .length, 6.7082 ); } #[test] fn aurora_merged_zkupujzlnz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(146.0, 290.0), Vec2::new(142.0, 287.0)) .unwrap() .length, 5.0 ); } #[test] fn aurora_merged_yxwciqahzj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(114.0, 437.0), Vec2::new(117.0, 433.0)) .unwrap() .length, 5.0 ); } #[test] fn aurora_merged_pgnwizkzsx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(358.0, 666.0), Vec2::new(368.0, 669.0)) .unwrap() .length, 10.4403 ); } #[test] fn aurora_merged_xetnfuiwkg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(840.0, 252.0), Vec2::new(847.0, 248.0)) .unwrap() .length, 8.06226 ); } #[test] fn aurora_merged_mccasdpiih() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(428.0, 300.0), Vec2::new(418.0, 301.0)) .unwrap() .length, 10.0499 ); } #[test] fn aurora_merged_pipwqwqkcb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(895.0, 646.0), Vec2::new(903.0, 641.0)) .unwrap() .length, 9.53663 ); } #[test] fn aurora_merged_rimxktqqvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(940.0, 471.0), Vec2::new(929.0, 473.0)) .unwrap() .length, 11.1803 ); } #[test] fn aurora_merged_xxajehdmel() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(612.0, 654.0), Vec2::new(607.0, 645.0)) .unwrap() .length, 10.2956 ); } #[test] fn aurora_merged_lfqktfrhks() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(610.0, 451.0), Vec2::new(617.0, 454.0)) .unwrap() .length, 7.61577 ); } #[test] fn aurora_merged_ubisazfsnw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(300.0, 358.0), Vec2::new(291.0, 351.0)) .unwrap() .length, 11.4018 ); } #[test] fn aurora_merged_naonzhadop() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(10.0, 655.0), Vec2::new(18.0, 663.0)) .unwrap() .length, 11.3137 ); } #[test] fn aurora_merged_uatyayxqgc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(490.0, 682.0), Vec2::new(500.0, 680.0)) .unwrap() .length, 10.198 ); } #[test] fn aurora_merged_azczlysdps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(70.0, 554.0), Vec2::new(73.0, 540.0)) .unwrap() .length, 14.3178 ); } #[test] fn aurora_merged_ztmtlengrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(717.0, 172.0), Vec2::new(729.0, 170.0)) .unwrap() .length, 12.1655 ); } #[test] fn aurora_merged_kwjvbxlbsv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(521.0, 706.0), Vec2::new(508.0, 702.0)) .unwrap() .length, 13.6015 ); } #[test] fn aurora_merged_rkdjjhlwzf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(717.0, 683.0), Vec2::new(731.0, 681.0)) .unwrap() .length, 14.1421 ); } #[test] fn aurora_merged_tqvljiiugf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 601.0), Vec2::new(405.0, 606.0)) .unwrap() .length, 13.9284 ); } #[test] fn aurora_merged_bnvsxwbniz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(347.0, 272.0), Vec2::new(348.0, 285.0)) .unwrap() .length, 13.0384 ); } #[test] fn aurora_merged_gmqzfevnpo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(229.0, 639.0), Vec2::new(240.0, 631.0)) .unwrap() .length, 13.6015 ); } #[test] fn aurora_merged_vjzvhpyyui() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 423.0), Vec2::new(739.0, 412.0)) .unwrap() .length, 14.8661 ); } #[test] fn aurora_merged_hozkxmukgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(485.0, 297.0), Vec2::new(472.0, 300.0)) .unwrap() .length, 13.3417 ); } #[test] fn aurora_merged_hipbpqjqbq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(628.0, 302.0), Vec2::new(638.0, 309.0)) .unwrap() .length, 12.2066 ); } #[test] fn aurora_merged_mcxawlojjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(386.0, 468.0), Vec2::new(374.0, 483.0)) .unwrap() .length, 19.2094 ); } #[test] fn aurora_merged_niujsezumi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(483.0, 499.0), Vec2::new(468.0, 487.0)) .unwrap() .length, 19.2094 ); } #[test] fn aurora_merged_ltcttxevlg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(869.0, 424.0), Vec2::new(854.0, 416.0)) .unwrap() .length, 17.0 ); } #[test] fn aurora_merged_lcvljzpkvd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(514.0, 346.0), Vec2::new(499.0, 337.0)) .unwrap() .length, 17.4929 ); } #[test] fn aurora_merged_nwuwiqvrek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(208.0, 251.0), Vec2::new(218.0, 238.0)) .unwrap() .length, 16.4012 ); } #[test] fn aurora_merged_dwckffntix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(676.0, 100.0), Vec2::new(669.0, 115.0)) .unwrap() .length, 16.5529 ); } #[test] fn aurora_merged_zfgogbdsvj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(881.0, 382.0), Vec2::new(897.0, 375.0)) .unwrap() .length, 17.4642 ); } #[test] fn aurora_merged_ejuthidzms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(927.0, 418.0), Vec2::new(932.0, 404.0)) .unwrap() .length, 14.8661 ); } #[test] fn aurora_merged_pxqlgzyqlh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 99.0), Vec2::new(309.0, 90.0)) .unwrap() .length, 16.6433 ); } #[test] fn aurora_merged_piamvgpjcj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(354.0, 118.0), Vec2::new(337.0, 112.0)) .unwrap() .length, 18.0278 ); } #[test] fn aurora_merged_oecnbcxell() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(719.0, 111.0), Vec2::new(700.0, 114.0)) .unwrap() .length, 19.2354 ); } #[test] fn aurora_merged_jxrzthavjn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 142.0), Vec2::new(884.0, 147.0)) .unwrap() .length, 21.587 ); } #[test] fn aurora_merged_qwbdickslr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 456.0), Vec2::new(447.0, 477.0)) .unwrap() .length, 21.587 ); } #[test] fn aurora_merged_fqqfzpzxwt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 419.0), Vec2::new(911.0, 436.0)) .unwrap() .length, 18.7883 ); } #[test] fn aurora_merged_fimkyomjei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(813.0, 242.0), Vec2::new(790.0, 244.0)) .unwrap() .length, 23.0868 ); } #[test] fn aurora_merged_iajrfxitdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(604.0, 197.0), Vec2::new(619.0, 214.0)) .unwrap() .length, 22.6716 ); } #[test] fn aurora_merged_gicnryiync() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(274.0, 273.0), Vec2::new(258.0, 257.0)) .unwrap() .length, 22.6274 ); } #[test] fn aurora_merged_uwkqffvmfl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(313.0, 547.0), Vec2::new(317.0, 526.0)) .unwrap() .length, 21.3776 ); } #[test] fn aurora_merged_jgujqoizee() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(134.0, 674.0), Vec2::new(116.0, 665.0)) .unwrap() .length, 20.1246 ); } #[test] fn aurora_merged_hrbvuysztl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(464.0, 326.0), Vec2::new(474.0, 343.0)) .unwrap() .length, 19.7231 ); } #[test] fn aurora_merged_bduqitjszq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(58.0, 404.0), Vec2::new(45.0, 385.0)) .unwrap() .length, 23.0217 ); } #[test] fn aurora_merged_jwoekyskqr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(55.0, 166.0), Vec2::new(76.0, 182.0)) .unwrap() .length, 26.4008 ); } #[test] fn aurora_merged_nfmthareeh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(14.0, 387.0), Vec2::new(40.0, 390.0)) .unwrap() .length, 26.1725 ); } #[test] fn aurora_merged_icvutckzev() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(493.0, 444.0), Vec2::new(470.0, 436.0)) .unwrap() .length, 24.3516 ); } #[test] fn aurora_merged_pjxcvzmwml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(653.0, 394.0), Vec2::new(674.0, 407.0)) .unwrap() .length, 24.6982 ); } #[test] fn aurora_merged_afgyrtixjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 122.0), Vec2::new(857.0, 111.0)) .unwrap() .length, 23.7065 ); } #[test] fn aurora_merged_uhgmlxvtov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 591.0), Vec2::new(42.0, 573.0)) .unwrap() .length, 23.455 ); } #[test] fn aurora_merged_uoztiyeojg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(761.0, 368.0), Vec2::new(740.0, 358.0)) .unwrap() .length, 23.2594 ); } #[test] fn aurora_merged_dbhbzmhfzn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 312.0), Vec2::new(682.0, 298.0)) .unwrap() .length, 22.1812 ); } #[test] fn aurora_merged_uyfyhnabgx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 183.0), Vec2::new(103.0, 189.0)) .unwrap() .length, 23.7697 ); } #[test] fn aurora_merged_ofylakmlfx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(545.0, 503.0), Vec2::new(517.0, 507.0)) .unwrap() .length, 28.2843 ); } #[test] fn aurora_merged_iqfbrbxfdl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 550.0), Vec2::new(809.0, 577.0)) .unwrap() .length, 27.1662 ); } #[test] fn aurora_merged_tfoikavpmq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(885.0, 286.0), Vec2::new(860.0, 299.0)) .unwrap() .length, 28.178 ); } #[test] fn aurora_merged_koqmgituss() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(818.0, 292.0), Vec2::new(795.0, 306.0)) .unwrap() .length, 26.9258 ); } #[test] fn aurora_merged_qxjutyfmxo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(467.0, 205.0), Vec2::new(446.0, 185.0)) .unwrap() .length, 29.0 ); } #[test] fn aurora_merged_swizcmghvv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(114.0, 464.0), Vec2::new(143.0, 469.0)) .unwrap() .length, 29.4279 ); } #[test] fn aurora_merged_ltozfxpqfs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(717.0, 368.0), Vec2::new(741.0, 381.0)) .unwrap() .length, 27.2947 ); } #[test] fn aurora_merged_zcxrpufpyt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(432.0, 259.0), Vec2::new(462.0, 258.0)) .unwrap() .length, 30.0167 ); } #[test] fn aurora_merged_udzfvsnaek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(134.0, 434.0), Vec2::new(136.0, 405.0)) .unwrap() .length, 29.0689 ); } #[test] fn aurora_merged_glelhvhyoy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 683.0), Vec2::new(275.0, 681.0)) .unwrap() .length, 30.0666 ); } #[test] fn aurora_merged_kkrhngdxlj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 321.0), Vec2::new(336.0, 353.0)) .unwrap() .length, 32.0 ); } #[test] fn aurora_merged_zqxegsjjvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(646.0, 410.0), Vec2::new(642.0, 444.0)) .unwrap() .length, 34.2345 ); } #[test] fn aurora_merged_oxahqsdlhg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(255.0, 382.0), Vec2::new(281.0, 362.0)) .unwrap() .length, 32.8024 ); } #[test] fn aurora_merged_nsueqjyjkd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(326.0, 509.0), Vec2::new(298.0, 520.0)) .unwrap() .length, 30.313 ); } #[test] fn aurora_merged_rxweizlrml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(980.0, 447.0), Vec2::new(965.0, 418.0)) .unwrap() .length, 32.6497 ); } #[test] fn aurora_merged_kmpgztxeru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(645.0, 591.0), Vec2::new(619.0, 573.0)) .unwrap() .length, 31.6969 ); } #[test] fn aurora_merged_zxqlhvbmyi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 465.0), Vec2::new(142.0, 492.0)) .unwrap() .length, 33.0151 ); } #[test] fn aurora_merged_fdsvxkfbdr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(387.0, 227.0), Vec2::new(358.0, 239.0)) .unwrap() .length, 31.3847 ); } #[test] fn aurora_merged_ollcjefcog() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(383.0, 340.0), Vec2::new(390.0, 370.0)) .unwrap() .length, 32.8629 ); } #[test] fn aurora_merged_qbfmapettn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(100.0, 290.0), Vec2::new(129.0, 303.0)) .unwrap() .length, 33.7275 ); } #[test] fn aurora_merged_afknbgneln() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(555.0, 646.0), Vec2::new(528.0, 624.0)) .unwrap() .length, 34.8281 ); } #[test] fn aurora_merged_zpzggakaey() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(457.0, 673.0), Vec2::new(493.0, 670.0)) .unwrap() .length, 36.1248 ); } #[test] fn aurora_merged_nmjicxusdc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(13.0, 622.0), Vec2::new(28.0, 604.0)) .unwrap() .length, 37.4046 ); } #[test] fn aurora_merged_ryhorwlrwq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(278.0, 92.0), Vec2::new(314.0, 98.0)) .unwrap() .length, 36.4966 ); } #[test] fn aurora_merged_dvwuixprla() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(527.0, 541.0), Vec2::new(520.0, 506.0)) .unwrap() .length, 35.6931 ); } #[test] fn aurora_merged_jgfvztsrfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(774.0, 216.0), Vec2::new(805.0, 216.0)) .unwrap() .length, 35.4222 ); } #[test] fn aurora_merged_ukoufeakrd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(229.0, 698.0), Vec2::new(199.0, 714.0)) .unwrap() .length, 34.0 ); } #[test] fn aurora_merged_nkuqpkddgh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(592.0, 177.0), Vec2::new(607.0, 146.0)) .unwrap() .length, 34.4384 ); } #[test] fn aurora_merged_snqcuuaxqu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(889.0, 512.0), Vec2::new(874.0, 482.0)) .unwrap() .length, 33.541 ); } #[test] fn aurora_merged_bwvltefrjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(251.0, 98.0), Vec2::new(222.0, 115.0)) .unwrap() .length, 33.6155 ); } #[test] fn aurora_merged_rkcwoueoil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 380.0), Vec2::new(935.0, 352.0)) .unwrap() .length, 42.5206 ); } #[test] fn aurora_merged_zhldwdmxyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(537.0, 193.0), Vec2::new(567.0, 219.0)) .unwrap() .length, 39.6989 ); } #[test] fn aurora_merged_ayqpqyarhu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(230.0, 281.0), Vec2::new(263.0, 261.0)) .unwrap() .length, 39.0 ); } #[test] fn aurora_merged_fmuurqbxdl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(636.0, 85.0), Vec2::new(603.0, 106.0)) .unwrap() .length, 39.5876 ); } #[test] fn aurora_merged_hjylrcsyxd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(620.0, 235.0), Vec2::new(641.0, 268.0)) .unwrap() .length, 39.2753 ); } #[test] fn aurora_merged_qbnkzqyvdf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(167.0, 235.0), Vec2::new(201.0, 255.0)) .unwrap() .length, 39.4462 ); } #[test] fn aurora_merged_dgkripqwmi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(315.0, 338.0), Vec2::new(337.0, 307.0)) .unwrap() .length, 38.0132 ); } #[test] fn aurora_merged_mcfucosfai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(72.0, 402.0), Vec2::new(101.0, 431.0)) .unwrap() .length, 41.0122 ); } #[test] fn aurora_merged_kbmyimwdvp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(632.0, 742.0), Vec2::new(623.0, 704.0)) .unwrap() .length, 39.108 ); } #[test] fn aurora_merged_awqvvjuhho() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(709.0, 584.0), Vec2::new(741.0, 599.0)) .unwrap() .length, 39.4709 ); } #[test] fn aurora_merged_nkfmnziula() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(908.0, 292.0), Vec2::new(911.0, 257.0)) .unwrap() .length, 42.4083 ); } #[test] fn aurora_merged_foobsuxdyp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(104.0, 564.0), Vec2::new(145.0, 566.0)) .unwrap() .length, 42.1045 ); } #[test] fn aurora_merged_xdhnlfegrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(272.0, 92.0), Vec2::new(233.0, 106.0)) .unwrap() .length, 41.4367 ); } #[test] fn aurora_merged_bhkneqnlpl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 296.0), Vec2::new(283.0, 277.0)) .unwrap() .length, 43.382 ); } #[test] fn aurora_merged_gtbzkyhimv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 460.0), Vec2::new(398.0, 467.0)) .unwrap() .length, 44.5533 ); } #[test] fn aurora_merged_syetcbymyd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(774.0, 350.0), Vec2::new(731.0, 362.0)) .unwrap() .length, 44.643 ); } #[test] fn aurora_merged_pbqyinexws() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(118.0, 721.0), Vec2::new(95.0, 686.0)) .unwrap() .length, 41.8808 ); } #[test] fn aurora_merged_wobhgwixsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(569.0, 163.0), Vec2::new(607.0, 183.0)) .unwrap() .length, 42.9418 ); } #[test] fn aurora_merged_ubtxfugbii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(87.0, 632.0), Vec2::new(122.0, 610.0)) .unwrap() .length, 41.3401 ); } #[test] fn aurora_merged_ohhdtykvjd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(214.0, 529.0), Vec2::new(176.0, 551.0)) .unwrap() .length, 43.909 ); } #[test] fn aurora_merged_tiahhmrcfv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 148.0), Vec2::new(113.0, 141.0)) .unwrap() .length, 46.5038 ); } #[test] fn aurora_merged_zwqwhnezqp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(572.0, 486.0), Vec2::new(533.0, 464.0)) .unwrap() .length, 44.7772 ); } #[test] fn aurora_merged_ugcidugjnv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(456.0, 589.0), Vec2::new(492.0, 618.0)) .unwrap() .length, 46.2277 ); } #[test] fn aurora_merged_zyuxfabxaa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(488.0, 493.0), Vec2::new(454.0, 456.0)) .unwrap() .length, 50.2769 ); } #[test] fn aurora_merged_mxjteqgzvd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 549.0), Vec2::new(788.0, 555.0)) .unwrap() .length, 47.3814 ); } #[test] fn aurora_merged_putguhurkp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(191.0, 701.0), Vec2::new(237.0, 714.0)) .unwrap() .length, 47.8017 ); } #[test] fn aurora_merged_zkzdnpfeeu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(909.0, 261.0), Vec2::new(897.0, 279.0)) .unwrap() .length, 47.9312 ); } #[test] fn aurora_merged_jbwqdimbnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(614.0, 608.0), Vec2::new(650.0, 572.0)) .unwrap() .length, 50.9117 ); } #[test] fn aurora_merged_obbjjngndf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(487.0, 539.0), Vec2::new(452.0, 574.0)) .unwrap() .length, 49.4975 ); } #[test] fn aurora_merged_iylyasrbkh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(806.0, 370.0), Vec2::new(765.0, 348.0)) .unwrap() .length, 46.5296 ); } #[test] fn aurora_merged_qyaslupbtz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(905.0, 592.0), Vec2::new(859.0, 570.0)) .unwrap() .length, 50.9902 ); } #[test] fn aurora_merged_snuwroswod() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(713.0, 657.0), Vec2::new(711.0, 604.0)) .unwrap() .length, 53.0377 ); } #[test] fn aurora_merged_myjjtyrrby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(468.0, 288.0), Vec2::new(428.0, 324.0)) .unwrap() .length, 53.8145 ); } #[test] fn aurora_merged_srykvkkzfn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(567.0, 158.0), Vec2::new(544.0, 140.0)) .unwrap() .length, 51.2681 ); } #[test] fn aurora_merged_dyklqmsobv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(488.0, 138.0), Vec2::new(467.0, 156.0)) .unwrap() .length, 47.5703 ); } #[test] fn aurora_merged_kmszholbgv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(631.0, 402.0), Vec2::new(620.0, 353.0)) .unwrap() .length, 50.3406 ); } #[test] fn aurora_merged_rvqwtjtdwy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(681.0, 216.0), Vec2::new(707.0, 178.0)) .unwrap() .length, 52.9495 ); } #[test] fn aurora_merged_mvfkawqhtf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 543.0), Vec2::new(851.0, 551.0)) .unwrap() .length, 50.636 ); } #[test] fn aurora_merged_ecykohikwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(549.0, 600.0), Vec2::new(503.0, 621.0)) .unwrap() .length, 50.5668 ); } #[test] fn aurora_merged_qucwiazxhd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(976.0, 624.0), Vec2::new(923.0, 629.0)) .unwrap() .length, 53.2353 ); } #[test] fn aurora_merged_axojabfseg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(965.0, 415.0), Vec2::new(1023.0, 412.0)) .unwrap() .length, 58.0775 ); } #[test] fn aurora_merged_qbqoabrauy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(902.0, 343.0), Vec2::new(923.0, 295.0)) .unwrap() .length, 52.3927 ); } #[test] fn aurora_merged_aqxmclxbxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(228.0, 212.0), Vec2::new(182.0, 239.0)) .unwrap() .length, 53.3385 ); } #[test] fn aurora_merged_kpqijgckeh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(795.0, 680.0), Vec2::new(747.0, 700.0)) .unwrap() .length, 52.0 ); } #[test] fn aurora_merged_tikgglggxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(710.0, 398.0), Vec2::new(686.0, 434.0)) .unwrap() .length, 56.8737 ); } #[test] fn aurora_merged_ldzpwrsyox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 166.0), Vec2::new(294.0, 209.0)) .unwrap() .length, 55.5646 ); } #[test] fn aurora_merged_sseyjoioia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(166.0, 303.0), Vec2::new(209.0, 269.0)) .unwrap() .length, 54.8759 ); } #[test] fn aurora_merged_xybajfredd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(117.0, 105.0), Vec2::new(70.0, 133.0)) .unwrap() .length, 54.7083 ); } #[test] fn aurora_merged_nlssjzvuuw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(544.0, 302.0), Vec2::new(593.0, 319.0)) .unwrap() .length, 51.8652 ); } #[test] fn aurora_merged_ixoktyieri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(658.0, 344.0), Vec2::new(704.0, 319.0)) .unwrap() .length, 52.3546 ); } #[test] fn aurora_merged_csbopjapgl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(426.0, 140.0), Vec2::new(406.0, 109.0)) .unwrap() .length, 56.8809 ); } #[test] fn aurora_merged_dfisuwipfj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(245.0, 594.0), Vec2::new(236.0, 631.0)) .unwrap() .length, 58.3086 ); } #[test] fn aurora_merged_jgfvqzifnh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(210.0, 530.0), Vec2::new(155.0, 525.0)) .unwrap() .length, 56.8212 ); } #[test] fn aurora_merged_pefylzkkor() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(255.0, 572.0), Vec2::new(210.0, 531.0)) .unwrap() .length, 60.8769 ); } #[test] fn aurora_merged_gsnkoqdouv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(21.0, 585.0), Vec2::new(61.0, 618.0)) .unwrap() .length, 57.9557 ); } #[test] fn aurora_merged_vwngwcfflp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(114.0, 237.0), Vec2::new(117.0, 281.0)) .unwrap() .length, 56.7178 ); } #[test] fn aurora_merged_zvormnttby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1021.0, 340.0), Vec2::new(967.0, 346.0)) .unwrap() .length, 57.1555 ); } #[test] fn aurora_merged_loqxyyjxas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(644.0, 340.0), Vec2::new(598.0, 375.0)) .unwrap() .length, 57.8014 ); } #[test] fn aurora_merged_jfrxqngkhh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 157.0), Vec2::new(68.0, 178.0)) .unwrap() .length, 58.8727 ); } #[test] fn aurora_merged_lkzmpnxark() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(536.0, 261.0), Vec2::new(562.0, 307.0)) .unwrap() .length, 56.3745 ); } #[test] fn aurora_merged_ecedjsxeal() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(672.0, 72.0), Vec2::new(724.0, 79.0)) .unwrap() .length, 60.6906 ); } #[test] fn aurora_merged_bdreokcnjx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(508.0, 318.0), Vec2::new(494.0, 295.0)) .unwrap() .length, 59.7026 ); } #[test] fn aurora_merged_qmfgzxgdky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(676.0, 115.0), Vec2::new(644.0, 94.0)) .unwrap() .length, 59.7014 ); } #[test] fn aurora_merged_pcvzczftjt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(127.0, 281.0), Vec2::new(102.0, 337.0)) .unwrap() .length, 63.9275 ); } #[test] fn aurora_merged_jhbuitkxmc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(629.0, 627.0), Vec2::new(569.0, 644.0)) .unwrap() .length, 65.0856 ); } #[test] fn aurora_merged_sekvygellt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(472.0, 544.0), Vec2::new(531.0, 530.0)) .unwrap() .length, 60.7235 ); } #[test] fn aurora_merged_xeoudhujux() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(223.0, 646.0), Vec2::new(249.0, 674.0)) .unwrap() .length, 62.6869 ); } #[test] fn aurora_merged_lmaeathjkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(447.0, 458.0), Vec2::new(425.0, 415.0)) .unwrap() .length, 61.8827 ); } #[test] fn aurora_merged_cwfmcgbwoy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 390.0), Vec2::new(86.0, 376.0)) .unwrap() .length, 62.5859 ); } #[test] fn aurora_merged_mbgbjfyrqt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(382.0, 542.0), Vec2::new(432.0, 506.0)) .unwrap() .length, 61.6117 ); } #[test] fn aurora_merged_rjlaitsfro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(470.0, 547.0), Vec2::new(541.0, 548.0)) .unwrap() .length, 71.007 ); } #[test] fn aurora_merged_lixstjnlgp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(771.0, 393.0), Vec2::new(832.0, 372.0)) .unwrap() .length, 66.3305 ); } #[test] fn aurora_merged_rfexakfskk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(226.0, 502.0), Vec2::new(194.0, 452.0)) .unwrap() .length, 65.6878 ); } #[test] fn aurora_merged_ypjzgablsj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(668.0, 535.0), Vec2::new(695.0, 595.0)) .unwrap() .length, 69.0304 ); } #[test] fn aurora_merged_wxbuwoxros() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(577.0, 669.0), Vec2::new(523.0, 635.0)) .unwrap() .length, 63.8122 ); } #[test] fn aurora_merged_qotlazdqht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 341.0), Vec2::new(494.0, 396.0)) .unwrap() .length, 69.223 ); } #[test] fn aurora_merged_qjnrbuqdtq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(6.0, 410.0), Vec2::new(56.0, 369.0)) .unwrap() .length, 67.448 ); } #[test] fn aurora_merged_wamcqpvidd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(499.0, 552.0), Vec2::new(525.0, 491.0)) .unwrap() .length, 66.3099 ); } #[test] fn aurora_merged_svphshvlfj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 566.0), Vec2::new(390.0, 603.0)) .unwrap() .length, 67.1193 ); } #[test] fn aurora_merged_qvruqqwtgy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(720.0, 180.0), Vec2::new(731.0, 226.0)) .unwrap() .length, 63.0995 ); } #[test] fn aurora_merged_ajlrijtrvg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 399.0), Vec2::new(265.0, 375.0)) .unwrap() .length, 68.352 ); } #[test] fn aurora_merged_opfaeoekze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(809.0, 595.0), Vec2::new(741.0, 611.0)) .unwrap() .length, 69.857 ); } #[test] fn aurora_merged_ndanmwixbn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(697.0, 576.0), Vec2::new(762.0, 559.0)) .unwrap() .length, 67.1863 ); } #[test] fn aurora_merged_uwqzsazjwf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(633.0, 584.0), Vec2::new(691.0, 544.0)) .unwrap() .length, 70.4557 ); } #[test] fn aurora_merged_puuskzgrhp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(58.0, 653.0), Vec2::new(123.0, 630.0)) .unwrap() .length, 71.0863 ); } #[test] fn aurora_merged_asfmfthgfd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(659.0, 165.0), Vec2::new(731.0, 161.0)) .unwrap() .length, 72.111 ); } #[test] fn aurora_merged_hdpjdfwink() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(769.0, 647.0), Vec2::new(758.0, 666.0)) .unwrap() .length, 70.1669 ); } #[test] fn aurora_merged_thuevkvoma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(615.0, 651.0), Vec2::new(543.0, 643.0)) .unwrap() .length, 72.4431 ); } #[test] fn aurora_merged_traryjokzh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(215.0, 111.0), Vec2::new(191.0, 74.0)) .unwrap() .length, 71.0889 ); } #[test] fn aurora_merged_rxtzzzramd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 123.0), Vec2::new(382.0, 131.0)) .unwrap() .length, 69.5767 ); } #[test] fn aurora_merged_spdcautcea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(129.0, 209.0), Vec2::new(177.0, 245.0)) .unwrap() .length, 71.5466 ); } #[test] fn aurora_merged_yhvayfgsmk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(174.0, 372.0), Vec2::new(184.0, 299.0)) .unwrap() .length, 73.6817 ); } #[test] fn aurora_merged_cvitaaccvd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(518.0, 354.0), Vec2::new(513.0, 281.0)) .unwrap() .length, 75.4362 ); } #[test] fn aurora_merged_jvweurbmqd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(664.0, 269.0), Vec2::new(729.0, 305.0)) .unwrap() .length, 74.3034 ); } #[test] fn aurora_merged_zctckcchkd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(965.0, 154.0), Vec2::new(905.0, 192.0)) .unwrap() .length, 71.4347 ); } #[test] fn aurora_merged_nfwjckuhcj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(307.0, 617.0), Vec2::new(283.0, 687.0)) .unwrap() .length, 74.0999 ); } #[test] fn aurora_merged_kdpnscjbak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(270.0, 200.0), Vec2::new(324.0, 250.0)) .unwrap() .length, 75.4775 ); } #[test] fn aurora_merged_textnxdkro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(652.0, 519.0), Vec2::new(629.0, 580.0)) .unwrap() .length, 74.2269 ); } #[test] fn aurora_merged_fpnjkwrife() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(770.0, 119.0), Vec2::new(711.0, 76.0)) .unwrap() .length, 73.1276 ); } #[test] fn aurora_merged_gzizqbqykq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 286.0), Vec2::new(163.0, 333.0)) .unwrap() .length, 70.0244 ); } #[test] fn aurora_merged_olrbzhvigq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(664.0, 633.0), Vec2::new(591.0, 607.0)) .unwrap() .length, 77.4919 ); } #[test] fn aurora_merged_rozegpzwdc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(706.0, 537.0), Vec2::new(706.0, 609.0)) .unwrap() .length, 77.2939 ); } #[test] fn aurora_merged_svcchqvzie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(494.0, 134.0), Vec2::new(528.0, 179.0)) .unwrap() .length, 79.5731 ); } #[test] fn aurora_merged_uzmbiffjnr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(453.0, 520.0), Vec2::new(436.0, 534.0)) .unwrap() .length, 73.7515 ); } #[test] fn aurora_merged_hupliftcfd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(182.0, 354.0), Vec2::new(216.0, 322.0)) .unwrap() .length, 74.9783 ); } #[test] fn aurora_merged_pdhxabyjwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(543.0, 643.0), Vec2::new(498.0, 593.0)) .unwrap() .length, 76.8788 ); } #[test] fn aurora_merged_ueqozknucf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(278.0, 489.0), Vec2::new(336.0, 514.0)) .unwrap() .length, 76.9914 ); } #[test] fn aurora_merged_dienzwnvmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(596.0, 151.0), Vec2::new(526.0, 164.0)) .unwrap() .length, 74.2301 ); } #[test] fn aurora_merged_gotkxuqgfo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(719.0, 606.0), Vec2::new(766.0, 543.0)) .unwrap() .length, 81.5821 ); } #[test] fn aurora_merged_gfelcxtpsa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(367.0, 719.0), Vec2::new(299.0, 752.0)) .unwrap() .length, 75.5844 ); } #[test] fn aurora_merged_zpiulakeqw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(706.0, 524.0), Vec2::new(778.0, 491.0)) .unwrap() .length, 79.2023 ); } #[test] fn aurora_merged_tblzcvueuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(913.0, 482.0), Vec2::new(842.0, 453.0)) .unwrap() .length, 84.5886 ); } #[test] fn aurora_merged_bwvytavkae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(451.0, 146.0), Vec2::new(436.0, 80.0)) .unwrap() .length, 81.8474 ); } #[test] fn aurora_merged_lbsmsabdei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(252.0, 560.0), Vec2::new(322.0, 602.0)) .unwrap() .length, 81.6333 ); } #[test] fn aurora_merged_cdhvyyjilx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(930.0, 540.0), Vec2::new(911.0, 492.0)) .unwrap() .length, 80.5801 ); } #[test] fn aurora_merged_ehjpxurrzi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(545.0, 172.0), Vec2::new(620.0, 201.0)) .unwrap() .length, 80.4114 ); } #[test] fn aurora_merged_alvscednqp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(839.0, 525.0), Vec2::new(894.0, 569.0)) .unwrap() .length, 81.5683 ); } #[test] fn aurora_merged_vrxagadgek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(528.0, 461.0), Vec2::new(491.0, 514.0)) .unwrap() .length, 82.9281 ); } #[test] fn aurora_merged_odqtvdkmag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(678.0, 368.0), Vec2::new(648.0, 425.0)) .unwrap() .length, 79.0596 ); } #[test] fn aurora_merged_xcdkybdpof() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(527.0, 325.0), Vec2::new(451.0, 350.0)) .unwrap() .length, 80.0062 ); } #[test] fn aurora_merged_irdxiqmaoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(878.0, 245.0), Vec2::new(932.0, 302.0)) .unwrap() .length, 86.1604 ); } #[test] fn aurora_merged_zjohkbfmxt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(41.0, 509.0), Vec2::new(118.0, 525.0)) .unwrap() .length, 82.2626 ); } #[test] fn aurora_merged_sbeyxeyqfo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(798.0, 442.0), Vec2::new(869.0, 484.0)) .unwrap() .length, 83.0759 ); } #[test] fn aurora_merged_dkemlbwupx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(820.0, 400.0), Vec2::new(795.0, 334.0)) .unwrap() .length, 83.4117 ); } #[test] fn aurora_merged_nkwaezczwi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(94.0, 406.0), Vec2::new(143.0, 476.0)) .unwrap() .length, 85.4459 ); } #[test] fn aurora_merged_iwuclbazex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(102.0, 375.0), Vec2::new(24.0, 405.0)) .unwrap() .length, 84.9267 ); } #[test] fn aurora_merged_sgysfbwwes() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 179.0), Vec2::new(138.0, 195.0)) .unwrap() .length, 86.0704 ); } #[test] fn aurora_merged_xpfanbyfkx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(624.0, 290.0), Vec2::new(597.0, 233.0)) .unwrap() .length, 84.8778 ); } #[test] fn aurora_merged_szmqdlrtwg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(744.0, 158.0), Vec2::new(712.0, 80.0)) .unwrap() .length, 87.0808 ); } #[test] fn aurora_merged_yblzivlrkj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(526.0, 394.0), Vec2::new(521.0, 332.0)) .unwrap() .length, 80.4314 ); } #[test] fn aurora_merged_jnclnqyqfm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 636.0), Vec2::new(845.0, 667.0)) .unwrap() .length, 87.3999 ); } #[test] fn aurora_merged_xcyqanzgru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(524.0, 587.0), Vec2::new(445.0, 625.0)) .unwrap() .length, 88.3247 ); } #[test] fn aurora_merged_bvabwpiefd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(592.0, 241.0), Vec2::new(518.0, 189.0)) .unwrap() .length, 90.4434 ); } #[test] fn aurora_merged_bcshxylbql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(527.0, 565.0), Vec2::new(606.0, 533.0)) .unwrap() .length, 88.2341 ); } #[test] fn aurora_merged_cckzkuqeyc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(514.0, 320.0), Vec2::new(555.0, 244.0)) .unwrap() .length, 86.3539 ); } #[test] fn aurora_merged_kvkflwypda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(320.0, 660.0), Vec2::new(256.0, 603.0)) .unwrap() .length, 89.4251 ); } #[test] fn aurora_merged_dbxytqzlqw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(266.0, 645.0), Vec2::new(267.0, 561.0)) .unwrap() .length, 86.1849 ); } #[test] fn aurora_merged_ircjpvmrhu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(708.0, 567.0), Vec2::new(796.0, 557.0)) .unwrap() .length, 88.5664 ); } #[test] fn aurora_merged_djwzgckjrr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(487.0, 167.0), Vec2::new(570.0, 136.0)) .unwrap() .length, 88.6002 ); } #[test] fn aurora_merged_qqsqafolku() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(674.0, 378.0), Vec2::new(746.0, 372.0)) .unwrap() .length, 84.3871 ); } #[test] fn aurora_merged_yvdamhvjee() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 609.0), Vec2::new(657.0, 532.0)) .unwrap() .length, 95.4461 ); } #[test] fn aurora_merged_dbnpgyavgi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(13.0, 326.0), Vec2::new(28.0, 413.0)) .unwrap() .length, 93.7099 ); } #[test] fn aurora_merged_hypohhzkfp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(591.0, 609.0), Vec2::new(530.0, 678.0)) .unwrap() .length, 96.2778 ); } #[test] fn aurora_merged_caousbnkmm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 144.0), Vec2::new(167.0, 155.0)) .unwrap() .length, 93.1209 ); } #[test] fn aurora_merged_wnqakepmiu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(244.0, 617.0), Vec2::new(218.0, 530.0)) .unwrap() .length, 92.9498 ); } #[test] fn aurora_merged_unddajzepc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(820.0, 495.0), Vec2::new(823.0, 587.0)) .unwrap() .length, 94.1679 ); } #[test] fn aurora_merged_dqcuvnbpvl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(321.0, 624.0), Vec2::new(228.0, 608.0)) .unwrap() .length, 94.6241 ); } #[test] fn aurora_merged_psqoistner() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(444.0, 121.0), Vec2::new(392.0, 163.0)) .unwrap() .length, 93.1583 ); } #[test] fn aurora_merged_nitmiglcik() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(524.0, 640.0), Vec2::new(469.0, 566.0)) .unwrap() .length, 93.3364 ); } #[test] fn aurora_merged_yxwqhrnlal() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(684.0, 309.0), Vec2::new(701.0, 333.0)) .unwrap() .length, 91.1695 ); } #[test] fn aurora_merged_ryhxwitcvg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(909.0, 548.0), Vec2::new(969.0, 614.0)) .unwrap() .length, 96.8366 ); } #[test] fn aurora_merged_bvxwwsxgzq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(473.0, 245.0), Vec2::new(562.0, 253.0)) .unwrap() .length, 95.3451 ); } #[test] fn aurora_merged_eypbzpzyld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(543.0, 309.0), Vec2::new(498.0, 231.0)) .unwrap() .length, 97.0411 ); } #[test] fn aurora_merged_zrqzretgvt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(889.0, 615.0), Vec2::new(808.0, 567.0)) .unwrap() .length, 94.2606 ); } #[test] fn aurora_merged_byieluofhe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(722.0, 228.0), Vec2::new(729.0, 144.0)) .unwrap() .length, 92.2824 ); } #[test] fn aurora_merged_pnpfrwdlud() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(165.0, 263.0), Vec2::new(249.0, 307.0)) .unwrap() .length, 94.8262 ); } #[test] fn aurora_merged_mgkldwnjod() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 631.0), Vec2::new(952.0, 605.0)) .unwrap() .length, 93.6803 ); } #[test] fn aurora_merged_wftrssyfux() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(356.0, 124.0), Vec2::new(452.0, 112.0)) .unwrap() .length, 97.6132 ); } #[test] fn aurora_merged_kzmqfyvbis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 531.0), Vec2::new(258.0, 509.0)) .unwrap() .length, 93.672 ); } #[test] fn aurora_merged_mpansjcicm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(357.0, 722.0), Vec2::new(449.0, 695.0)) .unwrap() .length, 95.8801 ); } #[test] fn aurora_merged_fzereafvdt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(651.0, 529.0), Vec2::new(678.0, 624.0)) .unwrap() .length, 101.655 ); } #[test] fn aurora_merged_pyibjoxrnk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(170.0, 648.0), Vec2::new(253.0, 659.0)) .unwrap() .length, 100.206 ); } #[test] fn aurora_merged_fbubcbwnfh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(122.0, 383.0), Vec2::new(211.0, 346.0)) .unwrap() .length, 96.3846 ); } #[test] fn aurora_merged_txxrppmcnz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(355.0, 488.0), Vec2::new(436.0, 515.0)) .unwrap() .length, 101.788 ); } #[test] fn aurora_merged_vsfzuuodht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(828.0, 95.0), Vec2::new(780.0, 130.0)) .unwrap() .length, 100.879 ); } #[test] fn aurora_merged_hhderbqucv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 376.0), Vec2::new(138.0, 434.0)) .unwrap() .length, 97.9025 ); } #[test] fn aurora_merged_dzuvoiwfms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(625.0, 130.0), Vec2::new(716.0, 90.0)) .unwrap() .length, 99.917 ); } #[test] fn aurora_merged_rwndjrkpxn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(482.0, 50.0), Vec2::new(433.0, 122.0)) .unwrap() .length, 99.7744 ); } #[test] fn aurora_merged_fgankbiyym() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(150.0, 589.0), Vec2::new(224.0, 516.0)) .unwrap() .length, 103.948 ); } #[test] fn aurora_merged_ulzzpptxyq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(526.0, 313.0), Vec2::new(437.0, 351.0)) .unwrap() .length, 96.7729 ); } #[test] fn aurora_merged_nwzamkirdn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(250.0, 656.0), Vec2::new(203.0, 576.0)) .unwrap() .length, 107.144 ); } #[test] fn aurora_merged_bebqddclur() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(824.0, 607.0), Vec2::new(836.0, 512.0)) .unwrap() .length, 103.089 ); } #[test] fn aurora_merged_yareyjhhil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(859.0, 219.0), Vec2::new(943.0, 278.0)) .unwrap() .length, 102.65 ); } #[test] fn aurora_merged_cjkcxizhit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 487.0), Vec2::new(527.0, 456.0)) .unwrap() .length, 102.793 ); } #[test] fn aurora_merged_gecbtqlxtl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(827.0, 661.0), Vec2::new(765.0, 726.0)) .unwrap() .length, 106.58 ); } #[test] fn aurora_merged_vajjziclyd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(979.0, 312.0), Vec2::new(949.0, 266.0)) .unwrap() .length, 100.064 ); } #[test] fn aurora_merged_fsenzvfroa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(702.0, 392.0), Vec2::new(729.0, 388.0)) .unwrap() .length, 100.328 ); } #[test] fn aurora_merged_skkwzwekvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1023.0, 360.0), Vec2::new(962.0, 280.0)) .unwrap() .length, 106.438 ); } #[test] fn aurora_merged_lsehkokojn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(516.0, 203.0), Vec2::new(449.0, 261.0)) .unwrap() .length, 103.808 ); } #[test] fn aurora_merged_sgucgpfcsp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(546.0, 601.0), Vec2::new(466.0, 575.0)) .unwrap() .length, 102.607 ); } #[test] fn aurora_merged_psodbgmapn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(715.0, 702.0), Vec2::new(632.0, 654.0)) .unwrap() .length, 109.622 ); } #[test] fn aurora_merged_txdbrineht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(740.0, 244.0), Vec2::new(737.0, 158.0)) .unwrap() .length, 105.764 ); } #[test] fn aurora_merged_hyysdvvygz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 194.0), Vec2::new(173.0, 150.0)) .unwrap() .length, 104.695 ); } #[test] fn aurora_merged_aarliwuurf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(134.0, 666.0), Vec2::new(187.0, 574.0)) .unwrap() .length, 106.195 ); } #[test] fn aurora_merged_rnbsojpdrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(256.0, 719.0), Vec2::new(365.0, 706.0)) .unwrap() .length, 110.25 ); } #[test] fn aurora_merged_svmdiqupkf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(852.0, 307.0), Vec2::new(835.0, 239.0)) .unwrap() .length, 105.822 ); } #[test] fn aurora_merged_qlcbsbxykf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(177.0, 420.0), Vec2::new(180.0, 449.0)) .unwrap() .length, 107.705 ); } #[test] fn aurora_merged_ylnairjvce() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(458.0, 269.0), Vec2::new(518.0, 324.0)) .unwrap() .length, 109.626 ); } #[test] fn aurora_merged_ubverbwatu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(185.0, 186.0), Vec2::new(239.0, 96.0)) .unwrap() .length, 105.766 ); } #[test] fn aurora_merged_vofzcchfqq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(115.0, 583.0), Vec2::new(229.0, 584.0)) .unwrap() .length, 114.005 ); } #[test] fn aurora_merged_gdsxlgiunu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(166.0, 631.0), Vec2::new(186.0, 718.0)) .unwrap() .length, 108.15 ); } #[test] fn aurora_merged_szorqxnmlp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(607.0, 367.0), Vec2::new(501.0, 384.0)) .unwrap() .length, 109.317 ); } #[test] fn aurora_merged_aycxotzzof() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 314.0), Vec2::new(775.0, 307.0)) .unwrap() .length, 109.238 ); } #[test] fn aurora_merged_pnyjezhtwp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(692.0, 269.0), Vec2::new(622.0, 335.0)) .unwrap() .length, 107.923 ); } #[test] fn aurora_merged_zryqgussdv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(828.0, 515.0), Vec2::new(766.0, 609.0)) .unwrap() .length, 112.606 ); } #[test] fn aurora_merged_awominbujs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(773.0, 354.0), Vec2::new(861.0, 289.0)) .unwrap() .length, 112.932 ); } #[test] fn aurora_merged_turgmcgrjd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(99.0, 387.0), Vec2::new(62.0, 436.0)) .unwrap() .length, 110.422 ); } #[test] fn aurora_merged_qvqjlkoljh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(176.0, 639.0), Vec2::new(294.0, 639.0)) .unwrap() .length, 118.0 ); } #[test] fn aurora_merged_erpailnozn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(458.0, 405.0), Vec2::new(549.0, 340.0)) .unwrap() .length, 111.844 ); } #[test] fn aurora_merged_rjwajaciue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(308.0, 226.0), Vec2::new(195.0, 231.0)) .unwrap() .length, 113.579 ); } #[test] fn aurora_merged_tdkaiwxwxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(827.0, 456.0), Vec2::new(921.0, 434.0)) .unwrap() .length, 117.226 ); } #[test] fn aurora_merged_rhpcxmntih() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(469.0, 434.0), Vec2::new(455.0, 539.0)) .unwrap() .length, 112.804 ); } #[test] fn aurora_merged_dquhxqnzor() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(135.0, 656.0), Vec2::new(124.0, 613.0)) .unwrap() .length, 111.949 ); } #[test] fn aurora_merged_zzhvcahgus() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(508.0, 504.0), Vec2::new(393.0, 503.0)) .unwrap() .length, 116.462 ); } #[test] fn aurora_merged_azyfmlhtcu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(515.0, 427.0), Vec2::new(516.0, 316.0)) .unwrap() .length, 113.893 ); } #[test] fn aurora_merged_rifmopjaxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(221.0, 260.0), Vec2::new(124.0, 321.0)) .unwrap() .length, 114.586 ); } #[test] fn aurora_merged_wpnchjszie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(492.0, 553.0), Vec2::new(480.0, 447.0)) .unwrap() .length, 115.111 ); } #[test] fn aurora_merged_rmiigpjpiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(265.0, 319.0), Vec2::new(195.0, 357.0)) .unwrap() .length, 115.028 ); } #[test] fn aurora_merged_qhlllcepag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(550.0, 201.0), Vec2::new(451.0, 261.0)) .unwrap() .length, 115.763 ); } #[test] fn aurora_merged_agmgpimmyd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 128.0), Vec2::new(337.0, 243.0)) .unwrap() .length, 115.849 ); } #[test] fn aurora_merged_ojzlbuotts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 627.0), Vec2::new(555.0, 628.0)) .unwrap() .length, 126.004 ); } #[test] fn aurora_merged_gqnfuqsrko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 569.0), Vec2::new(850.0, 543.0)) .unwrap() .length, 118.878 ); } #[test] fn aurora_merged_nsjqwvtnny() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(700.0, 595.0), Vec2::new(820.0, 612.0)) .unwrap() .length, 121.277 ); } #[test] fn aurora_merged_pujxijqhvm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(841.0, 523.0), Vec2::new(837.0, 620.0)) .unwrap() .length, 118.67 ); } #[test] fn aurora_merged_uopjuhojoq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(422.0, 523.0), Vec2::new(484.0, 548.0)) .unwrap() .length, 119.616 ); } #[test] fn aurora_merged_ajefivbaoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(556.0, 541.0), Vec2::new(524.0, 626.0)) .unwrap() .length, 124.426 ); } #[test] fn aurora_merged_ozcxwmejxk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(159.0, 396.0), Vec2::new(186.0, 489.0)) .unwrap() .length, 120.74 ); } #[test] fn aurora_merged_byafswsxrr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(816.0, 262.0), Vec2::new(918.0, 265.0)) .unwrap() .length, 118.635 ); } #[test] fn aurora_merged_gdawgdekbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(340.0, 103.0), Vec2::new(445.0, 151.0)) .unwrap() .length, 115.451 ); } #[test] fn aurora_merged_ggcrkxzifh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(755.0, 164.0), Vec2::new(852.0, 111.0)) .unwrap() .length, 116.292 ); } #[test] fn aurora_merged_vkkiyfwioj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(810.0, 524.0), Vec2::new(894.0, 468.0)) .unwrap() .length, 120.924 ); } #[test] fn aurora_merged_ihhcuzdpmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(605.0, 561.0), Vec2::new(689.0, 575.0)) .unwrap() .length, 123.012 ); } #[test] fn aurora_merged_kqgwyjzxft() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(371.0, 179.0), Vec2::new(263.0, 125.0)) .unwrap() .length, 120.748 ); } #[test] fn aurora_merged_mswjmooomi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(298.0, 741.0), Vec2::new(181.0, 708.0)) .unwrap() .length, 121.644 ); } #[test] fn aurora_merged_tprmnqjneg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(556.0, 247.0), Vec2::new(531.0, 215.0)) .unwrap() .length, 123.026 ); } #[test] fn aurora_merged_wnforrgjle() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(858.0, 121.0), Vec2::new(760.0, 200.0)) .unwrap() .length, 126.749 ); } #[test] fn aurora_merged_lyfeadmujo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(259.0, 107.0), Vec2::new(333.0, 187.0)) .unwrap() .length, 119.329 ); } #[test] fn aurora_merged_bdjmzmygbb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(449.0, 626.0), Vec2::new(549.0, 553.0)) .unwrap() .length, 124.803 ); } #[test] fn aurora_merged_jzprfkqntk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(422.0, 620.0), Vec2::new(315.0, 562.0)) .unwrap() .length, 121.709 ); } #[test] fn aurora_merged_bfhefdojna() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(736.0, 174.0), Vec2::new(623.0, 139.0)) .unwrap() .length, 122.716 ); } #[test] fn aurora_merged_gimybnmbel() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(571.0, 598.0), Vec2::new(450.0, 628.0)) .unwrap() .length, 124.733 ); } #[test] fn aurora_merged_dvwohszeam() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(494.0, 599.0), Vec2::new(604.0, 608.0)) .unwrap() .length, 129.666 ); } #[test] fn aurora_merged_gfkjyhqhbc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 681.0), Vec2::new(236.0, 706.0)) .unwrap() .length, 121.637 ); } #[test] fn aurora_merged_gbhdajvpqi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(873.0, 564.0), Vec2::new(977.0, 633.0)) .unwrap() .length, 124.808 ); } #[test] fn aurora_merged_ildtmprlca() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 79.0), Vec2::new(117.0, 122.0)) .unwrap() .length, 123.911 ); } #[test] fn aurora_merged_sthnslvsbp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(35.0, 481.0), Vec2::new(40.0, 404.0)) .unwrap() .length, 128.897 ); } #[test] fn aurora_merged_muyqpwaqqs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(416.0, 451.0), Vec2::new(296.0, 484.0)) .unwrap() .length, 125.304 ); } #[test] fn aurora_merged_bvcsvehkib() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(456.0, 630.0), Vec2::new(563.0, 561.0)) .unwrap() .length, 127.318 ); } #[test] fn aurora_merged_edjminadpx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(287.0, 538.0), Vec2::new(407.0, 570.0)) .unwrap() .length, 124.193 ); } #[test] fn aurora_merged_lyboxxnaeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(433.0, 666.0), Vec2::new(318.0, 709.0)) .unwrap() .length, 122.776 ); } #[test] fn aurora_merged_jfjhfkohcg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(523.0, 573.0), Vec2::new(497.0, 453.0)) .unwrap() .length, 127.196 ); } #[test] fn aurora_merged_dddyqnsyxh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(139.0, 270.0), Vec2::new(183.0, 376.0)) .unwrap() .length, 130.02 ); } #[test] fn aurora_merged_sunlqzxvqg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(229.0, 222.0), Vec2::new(126.0, 139.0)) .unwrap() .length, 132.28 ); } #[test] fn aurora_merged_tbzatpdpnu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 299.0), Vec2::new(508.0, 364.0)) .unwrap() .length, 128.118 ); } #[test] fn aurora_merged_wlokiikgpl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 344.0), Vec2::new(438.0, 349.0)) .unwrap() .length, 126.209 ); } #[test] fn aurora_merged_ufotiimmue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(432.0, 110.0), Vec2::new(552.0, 149.0)) .unwrap() .length, 126.5 ); } #[test] fn aurora_merged_ykmkdlkxro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 373.0), Vec2::new(64.0, 368.0)) .unwrap() .length, 137.091 ); } #[test] fn aurora_merged_ljanwkehup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(469.0, 405.0), Vec2::new(564.0, 307.0)) .unwrap() .length, 136.488 ); } #[test] fn aurora_merged_naxeqnbzub() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(765.0, 374.0), Vec2::new(894.0, 350.0)) .unwrap() .length, 131.334 ); } #[test] fn aurora_merged_swnngqeylc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(567.0, 416.0), Vec2::new(623.0, 347.0)) .unwrap() .length, 128.501 ); } #[test] fn aurora_merged_gnesebntkp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(982.0, 359.0), Vec2::new(859.0, 311.0)) .unwrap() .length, 133.355 ); } #[test] fn aurora_merged_odvihurnxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(825.0, 254.0), Vec2::new(712.0, 187.0)) .unwrap() .length, 132.362 ); } #[test] fn aurora_merged_vmsdkvmsvx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(177.0, 581.0), Vec2::new(271.0, 556.0)) .unwrap() .length, 136.399 ); } #[test] fn aurora_merged_wifgvplkhq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(611.0, 477.0), Vec2::new(705.0, 567.0)) .unwrap() .length, 136.083 ); } #[test] fn aurora_merged_ydbovdpuww() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(467.0, 676.0), Vec2::new(598.0, 661.0)) .unwrap() .length, 133.475 ); } #[test] fn aurora_merged_fhswjeowty() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(260.0, 502.0), Vec2::new(291.0, 597.0)) .unwrap() .length, 136.976 ); } #[test] fn aurora_merged_gvpjjylovz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(805.0, 727.0), Vec2::new(758.0, 635.0)) .unwrap() .length, 134.216 ); } #[test] fn aurora_merged_inywlditvp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 687.0), Vec2::new(342.0, 701.0)) .unwrap() .length, 132.358 ); } #[test] fn aurora_merged_byilghhgke() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(607.0, 40.0), Vec2::new(730.0, 42.0)) .unwrap() .length, 133.171 ); } #[test] fn aurora_merged_huxugnqaiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 499.0), Vec2::new(376.0, 562.0)) .unwrap() .length, 130.287 ); } #[test] fn aurora_merged_prlabwsbtl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(473.0, 285.0), Vec2::new(604.0, 326.0)) .unwrap() .length, 139.231 ); } #[test] fn aurora_merged_fhwgiaobpq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(528.0, 292.0), Vec2::new(572.0, 225.0)) .unwrap() .length, 137.677 ); } #[test] fn aurora_merged_tcvwyqclmc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(800.0, 249.0), Vec2::new(720.0, 152.0)) .unwrap() .length, 138.227 ); } #[test] fn aurora_merged_cfikcavmja() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(554.0, 686.0), Vec2::new(425.0, 686.0)) .unwrap() .length, 135.514 ); } #[test] fn aurora_merged_stcbqfapoj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(156.0, 258.0), Vec2::new(293.0, 281.0)) .unwrap() .length, 140.492 ); } #[test] fn aurora_merged_taipitshme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(404.0, 92.0), Vec2::new(525.0, 154.0)) .unwrap() .length, 135.96 ); } #[test] fn aurora_merged_afklpvvtwd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(682.0, 532.0), Vec2::new(654.0, 649.0)) .unwrap() .length, 134.929 ); } #[test] fn aurora_merged_yspdpfztjw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(340.0, 697.0), Vec2::new(306.0, 660.0)) .unwrap() .length, 136.33 ); } #[test] fn aurora_merged_ieutcawfuy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(688.0, 355.0), Vec2::new(817.0, 324.0)) .unwrap() .length, 135.82 ); } #[test] fn aurora_merged_ckilmljiii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(524.0, 300.0), Vec2::new(547.0, 375.0)) .unwrap() .length, 134.456 ); } #[test] fn aurora_merged_cudyublrog() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(427.0, 269.0), Vec2::new(551.0, 206.0)) .unwrap() .length, 139.086 ); } #[test] fn aurora_merged_byrhnxgxvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(449.0, 208.0), Vec2::new(348.0, 98.0)) .unwrap() .length, 149.416 ); } #[test] fn aurora_merged_qipswkfhzg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(457.0, 483.0), Vec2::new(366.0, 386.0)) .unwrap() .length, 142.206 ); } #[test] fn aurora_merged_yefendgadg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(850.0, 365.0), Vec2::new(957.0, 460.0)) .unwrap() .length, 144.053 ); } #[test] fn aurora_merged_owgucrxpol() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 149.0), Vec2::new(907.0, 129.0)) .unwrap() .length, 142.585 ); } #[test] fn aurora_merged_qslhveaaum() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(541.0, 247.0), Vec2::new(413.0, 301.0)) .unwrap() .length, 140.008 ); } #[test] fn aurora_merged_ndmyavpiaj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(825.0, 378.0), Vec2::new(918.0, 469.0)) .unwrap() .length, 141.696 ); } #[test] fn aurora_merged_rkfhmvggbm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(711.0, 346.0), Vec2::new(831.0, 278.0)) .unwrap() .length, 137.928 ); } #[test] fn aurora_merged_pmyxtbycsu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(880.0, 500.0), Vec2::new(837.0, 547.0)) .unwrap() .length, 138.679 ); } #[test] fn aurora_merged_tryqsitfim() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(686.0, 581.0), Vec2::new(812.0, 639.0)) .unwrap() .length, 138.763 ); } #[test] fn aurora_merged_bpohiajbeg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 241.0), Vec2::new(39.0, 151.0)) .unwrap() .length, 142.817 ); } #[test] fn aurora_merged_drmxdwofgn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 349.0), Vec2::new(202.0, 375.0)) .unwrap() .length, 142.821 ); } #[test] fn aurora_merged_upvrkibxuc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(935.0, 610.0), Vec2::new(833.0, 524.0)) .unwrap() .length, 143.02 ); } #[test] fn aurora_merged_zsuanpycwf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(455.0, 532.0), Vec2::new(406.0, 409.0)) .unwrap() .length, 149.544 ); } #[test] fn aurora_merged_ckzkfphmqn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 191.0), Vec2::new(672.0, 227.0)) .unwrap() .length, 144.617 ); } #[test] fn aurora_merged_ipbsmfnumq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(683.0, 406.0), Vec2::new(667.0, 317.0)) .unwrap() .length, 144.737 ); } #[test] fn aurora_merged_iyalytemlk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(486.0, 683.0), Vec2::new(628.0, 681.0)) .unwrap() .length, 145.697 ); } #[test] fn aurora_merged_kcybfsdlnp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(399.0, 261.0), Vec2::new(308.0, 150.0)) .unwrap() .length, 146.233 ); } #[test] fn aurora_merged_fqpvfqhkvs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(773.0, 504.0), Vec2::new(903.0, 464.0)) .unwrap() .length, 141.756 ); } #[test] fn aurora_merged_qpjoylikhc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(321.0, 522.0), Vec2::new(215.0, 581.0)) .unwrap() .length, 144.722 ); } #[test] fn aurora_merged_kjmmnemzip() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(790.0, 142.0), Vec2::new(810.0, 256.0)) .unwrap() .length, 147.918 ); } #[test] fn aurora_merged_suyevxuufz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(797.0, 248.0), Vec2::new(933.0, 276.0)) .unwrap() .length, 147.208 ); } #[test] fn aurora_merged_ioraxlhmaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(769.0, 200.0), Vec2::new(900.0, 138.0)) .unwrap() .length, 144.931 ); } #[test] fn aurora_merged_tyeawyjlkm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(588.0, 367.0), Vec2::new(497.0, 325.0)) .unwrap() .length, 148.565 ); } #[test] fn aurora_merged_ckkkiairze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 389.0), Vec2::new(386.0, 300.0)) .unwrap() .length, 148.544 ); } #[test] fn aurora_merged_mnmcseqean() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(119.0, 646.0), Vec2::new(233.0, 723.0)) .unwrap() .length, 146.179 ); } #[test] fn aurora_merged_yulhfwexmi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(579.0, 135.0), Vec2::new(672.0, 236.0)) .unwrap() .length, 147.476 ); } #[test] fn aurora_merged_gcagltcter() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(237.0, 54.0), Vec2::new(203.0, 197.0)) .unwrap() .length, 149.81 ); } #[test] fn aurora_merged_crgwhcfpps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(185.0, 152.0), Vec2::new(33.0, 158.0)) .unwrap() .length, 153.783 ); } #[test] fn aurora_merged_qdxcigsomi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(920.0, 444.0), Vec2::new(789.0, 429.0)) .unwrap() .length, 149.376 ); } #[test] fn aurora_merged_tbkgypvemx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(594.0, 182.0), Vec2::new(742.0, 187.0)) .unwrap() .length, 150.47 ); } #[test] fn aurora_merged_waukevlgmk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(443.0, 480.0), Vec2::new(389.0, 588.0)) .unwrap() .length, 152.957 ); } #[test] fn aurora_merged_dufegjdlvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(882.0, 490.0), Vec2::new(869.0, 369.0)) .unwrap() .length, 155.027 ); } #[test] fn aurora_merged_gvmnqokvuq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(258.0, 125.0), Vec2::new(340.0, 252.0)) .unwrap() .length, 152.023 ); } #[test] fn aurora_merged_uumizommff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(236.0, 480.0), Vec2::new(88.0, 454.0)) .unwrap() .length, 152.556 ); } #[test] fn aurora_merged_aeekcmejrt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 715.0), Vec2::new(772.0, 609.0)) .unwrap() .length, 155.232 ); } #[test] fn aurora_merged_gdlbvuvcch() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(820.0, 274.0), Vec2::new(950.0, 349.0)) .unwrap() .length, 150.106 ); } #[test] fn aurora_merged_xtfotuetrh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(355.0, 563.0), Vec2::new(503.0, 546.0)) .unwrap() .length, 152.626 ); } #[test] fn aurora_merged_mmplkzjtat() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(794.0, 674.0), Vec2::new(928.0, 604.0)) .unwrap() .length, 151.182 ); } #[test] fn aurora_merged_bxvqsxopvd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(462.0, 255.0), Vec2::new(487.0, 147.0)) .unwrap() .length, 151.721 ); } #[test] fn aurora_merged_ofjaoyhudf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(272.0, 577.0), Vec2::new(113.0, 582.0)) .unwrap() .length, 160.231 ); } #[test] fn aurora_merged_tylvfpuzea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 644.0), Vec2::new(373.0, 677.0)) .unwrap() .length, 160.811 ); } #[test] fn aurora_merged_fzkysbhbnc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(335.0, 158.0), Vec2::new(481.0, 202.0)) .unwrap() .length, 153.226 ); } #[test] fn aurora_merged_iafxbbilbv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(260.0, 312.0), Vec2::new(185.0, 416.0)) .unwrap() .length, 158.572 ); } #[test] fn aurora_merged_apuravukxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(582.0, 598.0), Vec2::new(473.0, 673.0)) .unwrap() .length, 153.715 ); } #[test] fn aurora_merged_jldmrfmnye() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(633.0, 195.0), Vec2::new(708.0, 70.0)) .unwrap() .length, 158.24 ); } #[test] fn aurora_merged_hpbdtxerhe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(184.0, 541.0), Vec2::new(53.0, 559.0)) .unwrap() .length, 154.085 ); } #[test] fn aurora_merged_csflzpmgma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 603.0), Vec2::new(273.0, 567.0)) .unwrap() .length, 156.453 ); } #[test] fn aurora_merged_waydkjqfmg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(617.0, 500.0), Vec2::new(478.0, 556.0)) .unwrap() .length, 157.818 ); } #[test] fn aurora_merged_ulcyqzxlfb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(926.0, 461.0), Vec2::new(989.0, 330.0)) .unwrap() .length, 158.092 ); } #[test] fn aurora_merged_wudxgjztcu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(557.0, 132.0), Vec2::new(412.0, 193.0)) .unwrap() .length, 165.026 ); } #[test] fn aurora_merged_yskzcqvkwy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(934.0, 627.0), Vec2::new(770.0, 616.0)) .unwrap() .length, 164.585 ); } #[test] fn aurora_merged_otbpqaqhsn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 697.0), Vec2::new(187.0, 711.0)) .unwrap() .length, 159.321 ); } #[test] fn aurora_merged_uleqjidcpi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(316.0, 373.0), Vec2::new(410.0, 372.0)) .unwrap() .length, 157.286 ); } #[test] fn aurora_merged_xvqbtiwyqo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(258.0, 627.0), Vec2::new(146.0, 530.0)) .unwrap() .length, 157.567 ); } #[test] fn aurora_merged_wysmtsmwjx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 651.0), Vec2::new(815.0, 492.0)) .unwrap() .length, 161.868 ); } #[test] fn aurora_merged_nnnujvhuxb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(351.0, 368.0), Vec2::new(348.0, 462.0)) .unwrap() .length, 159.461 ); } #[test] fn aurora_merged_vyggjhuhps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(206.0, 469.0), Vec2::new(330.0, 573.0)) .unwrap() .length, 163.413 ); } #[test] fn aurora_merged_tkowzrerxd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(692.0, 544.0), Vec2::new(835.0, 475.0)) .unwrap() .length, 158.777 ); } #[test] fn aurora_merged_llwnorktuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(265.0, 149.0), Vec2::new(131.0, 201.0)) .unwrap() .length, 161.894 ); } #[test] fn aurora_merged_prriffetes() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(338.0, 474.0), Vec2::new(213.0, 434.0)) .unwrap() .length, 163.459 ); } #[test] fn aurora_merged_laxqxfshxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(979.0, 430.0), Vec2::new(850.0, 441.0)) .unwrap() .length, 161.263 ); } #[test] fn aurora_merged_kleeafrpnr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(329.0, 193.0), Vec2::new(233.0, 281.0)) .unwrap() .length, 159.323 ); } #[test] fn aurora_merged_hqerrdpmva() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(306.0, 315.0), Vec2::new(421.0, 436.0)) .unwrap() .length, 169.07 ); } #[test] fn aurora_merged_vwkarhogic() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 660.0), Vec2::new(232.0, 524.0)) .unwrap() .length, 168.439 ); } #[test] fn aurora_merged_eqkxtkvbyf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(358.0, 115.0), Vec2::new(212.0, 165.0)) .unwrap() .length, 162.386 ); } #[test] fn aurora_merged_eshtmyfhud() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(308.0, 387.0), Vec2::new(177.0, 478.0)) .unwrap() .length, 161.827 ); } #[test] fn aurora_merged_xvtmsbussb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(577.0, 373.0), Vec2::new(724.0, 416.0)) .unwrap() .length, 159.53 ); } #[test] fn aurora_merged_gyaakcqubl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(373.0, 124.0), Vec2::new(292.0, 210.0)) .unwrap() .length, 164.841 ); } #[test] fn aurora_merged_odtdfgsjvx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(588.0, 113.0), Vec2::new(451.0, 204.0)) .unwrap() .length, 166.026 ); } #[test] fn aurora_merged_wjondiqwvq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 192.0), Vec2::new(357.0, 153.0)) .unwrap() .length, 164.475 ); } #[test] fn aurora_merged_othaoyuuuq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(86.0, 220.0), Vec2::new(140.0, 338.0)) .unwrap() .length, 167.778 ); } #[test] fn aurora_merged_obmrnrmuuy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(283.0, 146.0), Vec2::new(271.0, 245.0)) .unwrap() .length, 166.83 ); } #[test] fn aurora_merged_ymybsjffci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(752.0, 123.0), Vec2::new(592.0, 151.0)) .unwrap() .length, 167.203 ); } #[test] fn aurora_merged_kazdomgnfi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(249.0, 473.0), Vec2::new(177.0, 616.0)) .unwrap() .length, 172.179 ); } #[test] fn aurora_merged_qfgapevsdm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(750.0, 343.0), Vec2::new(906.0, 343.0)) .unwrap() .length, 164.868 ); } #[test] fn aurora_merged_wjduuxuurb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(281.0, 680.0), Vec2::new(155.0, 673.0)) .unwrap() .length, 164.082 ); } #[test] fn aurora_merged_dgwzrvfayb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(404.0, 581.0), Vec2::new(373.0, 483.0)) .unwrap() .length, 167.047 ); } #[test] fn aurora_merged_wxjqymmbbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(855.0, 365.0), Vec2::new(870.0, 480.0)) .unwrap() .length, 170.752 ); } #[test] fn aurora_merged_zpaubznktz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(858.0, 461.0), Vec2::new(806.0, 610.0)) .unwrap() .length, 169.693 ); } #[test] fn aurora_merged_louohelqoq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(931.0, 443.0), Vec2::new(1003.0, 299.0)) .unwrap() .length, 174.761 ); } #[test] fn aurora_merged_ddusbhsxci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(534.0, 473.0), Vec2::new(390.0, 386.0)) .unwrap() .length, 168.241 ); } #[test] fn aurora_merged_vmdgvbuink() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 519.0), Vec2::new(570.0, 564.0)) .unwrap() .length, 170.573 ); } #[test] fn aurora_merged_ohnsfrsajz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(437.0, 393.0), Vec2::new(545.0, 280.0)) .unwrap() .length, 171.173 ); } #[test] fn aurora_merged_onukwjlxuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 474.0), Vec2::new(169.0, 326.0)) .unwrap() .length, 171.883 ); } #[test] fn aurora_merged_qksugrrjor() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(181.0, 636.0), Vec2::new(23.0, 612.0)) .unwrap() .length, 172.545 ); } #[test] fn aurora_merged_flfvuqtjnc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(375.0, 604.0), Vec2::new(223.0, 533.0)) .unwrap() .length, 171.12 ); } #[test] fn aurora_merged_wchefbosbb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(935.0, 612.0), Vec2::new(800.0, 693.0)) .unwrap() .length, 167.634 ); } #[test] fn aurora_merged_qpgscdfaru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(431.0, 242.0), Vec2::new(279.0, 173.0)) .unwrap() .length, 167.413 ); } #[test] fn aurora_merged_rlzacdsfqi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(465.0, 295.0), Vec2::new(622.0, 339.0)) .unwrap() .length, 169.643 ); } #[test] fn aurora_merged_mooxaephwb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(544.0, 660.0), Vec2::new(642.0, 514.0)) .unwrap() .length, 175.98 ); } #[test] fn aurora_merged_sqklvamfbe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(243.0, 688.0), Vec2::new(240.0, 528.0)) .unwrap() .length, 178.875 ); } #[test] fn aurora_merged_euhsphjzri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(819.0, 231.0), Vec2::new(650.0, 195.0)) .unwrap() .length, 175.312 ); } #[test] fn aurora_merged_sxvdcdzdde() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(375.0, 484.0), Vec2::new(519.0, 556.0)) .unwrap() .length, 171.601 ); } #[test] fn aurora_merged_hxnotfjeod() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 545.0), Vec2::new(480.0, 508.0)) .unwrap() .length, 174.304 ); } #[test] fn aurora_merged_ybsbpnlzlp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(924.0, 560.0), Vec2::new(856.0, 466.0)) .unwrap() .length, 172.538 ); } #[test] fn aurora_merged_xvlmsmpney() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(579.0, 293.0), Vec2::new(411.0, 311.0)) .unwrap() .length, 172.892 ); } #[test] fn aurora_merged_oveeipzhps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 331.0), Vec2::new(503.0, 339.0)) .unwrap() .length, 175.926 ); } #[test] fn aurora_merged_rghfbdchhm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(679.0, 354.0), Vec2::new(590.0, 280.0)) .unwrap() .length, 172.808 ); } #[test] fn aurora_merged_ivtajitait() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(551.0, 328.0), Vec2::new(377.0, 315.0)) .unwrap() .length, 177.865 ); } #[test] fn aurora_merged_hxromhllmm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(890.0, 490.0), Vec2::new(980.0, 446.0)) .unwrap() .length, 181.533 ); } #[test] fn aurora_merged_wdbwlmofbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(243.0, 295.0), Vec2::new(101.0, 364.0)) .unwrap() .length, 177.181 ); } #[test] fn aurora_merged_tqfjfzblkp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(846.0, 438.0), Vec2::new(741.0, 294.0)) .unwrap() .length, 181.413 ); } #[test] fn aurora_merged_epchobnejq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 514.0), Vec2::new(610.0, 596.0)) .unwrap() .length, 176.298 ); } #[test] fn aurora_merged_mxpvpgwagi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(2.0, 409.0), Vec2::new(174.0, 390.0)) .unwrap() .length, 179.584 ); } #[test] fn aurora_merged_apaxqzecxw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(35.0, 506.0), Vec2::new(204.0, 453.0)) .unwrap() .length, 178.924 ); } #[test] fn aurora_merged_hhajyviojy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(276.0, 248.0), Vec2::new(236.0, 357.0)) .unwrap() .length, 179.213 ); } #[test] fn aurora_merged_mvxzzuzesl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(346.0, 662.0), Vec2::new(189.0, 686.0)) .unwrap() .length, 175.221 ); } #[test] fn aurora_merged_nyvhbgtizf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(915.0, 136.0), Vec2::new(743.0, 110.0)) .unwrap() .length, 176.634 ); } #[test] fn aurora_merged_rzzyxlqqrv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 488.0), Vec2::new(286.0, 512.0)) .unwrap() .length, 181.012 ); } #[test] fn aurora_merged_ysujusfkpf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(809.0, 250.0), Vec2::new(904.0, 325.0)) .unwrap() .length, 180.298 ); } #[test] fn aurora_merged_sxgmolypux() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(681.0, 180.0), Vec2::new(844.0, 194.0)) .unwrap() .length, 179.713 ); } #[test] fn aurora_merged_ohlasoanuu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 117.0), Vec2::new(678.0, 100.0)) .unwrap() .length, 186.097 ); } #[test] fn aurora_merged_zhpecekaix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(332.0, 99.0), Vec2::new(493.0, 55.0)) .unwrap() .length, 179.698 ); } #[test] fn aurora_merged_mmygigqkmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(603.0, 188.0), Vec2::new(762.0, 104.0)) .unwrap() .length, 179.825 ); } #[test] fn aurora_merged_ewxdyrkoba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 622.0), Vec2::new(764.0, 530.0)) .unwrap() .length, 182.094 ); } #[test] fn aurora_merged_qilciinwdb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(255.0, 23.0), Vec2::new(414.0, 108.0)) .unwrap() .length, 180.294 ); } #[test] fn aurora_merged_erakangjkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(464.0, 444.0), Vec2::new(589.0, 560.0)) .unwrap() .length, 181.807 ); } #[test] fn aurora_merged_ctyfedjwvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(634.0, 294.0), Vec2::new(780.0, 365.0)) .unwrap() .length, 181.317 ); } #[test] fn aurora_merged_flemrgoiyr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(894.0, 172.0), Vec2::new(725.0, 211.0)) .unwrap() .length, 183.489 ); } #[test] fn aurora_merged_jikbdehbme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(197.0, 485.0), Vec2::new(39.0, 386.0)) .unwrap() .length, 187.699 ); } #[test] fn aurora_merged_hwgvqnxmcj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(448.0, 230.0), Vec2::new(609.0, 248.0)) .unwrap() .length, 184.641 ); } #[test] fn aurora_merged_rxzebllpdd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(168.0, 170.0), Vec2::new(338.0, 235.0)) .unwrap() .length, 182.003 ); } #[test] fn aurora_merged_ehtnzntayc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(70.0, 352.0), Vec2::new(45.0, 519.0)) .unwrap() .length, 183.486 ); } #[test] fn aurora_merged_gfxscaurru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 643.0), Vec2::new(105.0, 516.0)) .unwrap() .length, 189.423 ); } #[test] fn aurora_merged_nyrodqqfki() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 112.0), Vec2::new(565.0, 38.0)) .unwrap() .length, 183.043 ); } #[test] fn aurora_merged_imyygnnzeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(481.0, 361.0), Vec2::new(309.0, 330.0)) .unwrap() .length, 183.115 ); } #[test] fn aurora_merged_syrgclpyss() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(248.0, 213.0), Vec2::new(251.0, 53.0)) .unwrap() .length, 185.151 ); } #[test] fn aurora_merged_udniadtbqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(245.0, 323.0), Vec2::new(99.0, 228.0)) .unwrap() .length, 185.278 ); } #[test] fn aurora_merged_eudgbflclh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(175.0, 616.0), Vec2::new(52.0, 509.0)) .unwrap() .length, 188.069 ); } #[test] fn aurora_merged_pwgjrypsib() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(592.0, 376.0), Vec2::new(681.0, 451.0)) .unwrap() .length, 192.924 ); } #[test] fn aurora_merged_csxtvgegti() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(697.0, 675.0), Vec2::new(642.0, 510.0)) .unwrap() .length, 191.851 ); } #[test] fn aurora_merged_npvewchkyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(781.0, 198.0), Vec2::new(602.0, 154.0)) .unwrap() .length, 188.678 ); } #[test] fn aurora_merged_unfkuvcctq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 97.0), Vec2::new(621.0, 222.0)) .unwrap() .length, 186.518 ); } #[test] fn aurora_merged_svfbagqiwy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 287.0), Vec2::new(173.0, 328.0)) .unwrap() .length, 188.084 ); } #[test] fn aurora_merged_xcpdsbprtw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(854.0, 448.0), Vec2::new(823.0, 629.0)) .unwrap() .length, 194.695 ); } #[test] fn aurora_merged_orqxepimbz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(602.0, 513.0), Vec2::new(678.0, 630.0)) .unwrap() .length, 186.046 ); } #[test] fn aurora_merged_yugkzzxvax() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(747.0, 566.0), Vec2::new(749.0, 669.0)) .unwrap() .length, 192.915 ); } #[test] fn aurora_merged_iirwteshri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(355.0, 266.0), Vec2::new(463.0, 157.0)) .unwrap() .length, 186.596 ); } #[test] fn aurora_merged_ueapwqlktz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 705.0), Vec2::new(321.0, 638.0)) .unwrap() .length, 186.55 ); } #[test] fn aurora_merged_bpjjqmagxt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(608.0, 378.0), Vec2::new(471.0, 300.0)) .unwrap() .length, 194.326 ); } #[test] fn aurora_merged_xxerfleigj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(187.0, 136.0), Vec2::new(345.0, 253.0)) .unwrap() .length, 196.664 ); } #[test] fn aurora_merged_zlvvvwrgbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(537.0, 209.0), Vec2::new(371.0, 305.0)) .unwrap() .length, 191.76 ); } #[test] fn aurora_merged_kimfouuegw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(549.0, 562.0), Vec2::new(735.0, 514.0)) .unwrap() .length, 194.016 ); } #[test] fn aurora_merged_dggkgonzkz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(33.0, 601.0), Vec2::new(223.0, 623.0)) .unwrap() .length, 196.21 ); } #[test] fn aurora_merged_wmxcmjwqbp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(475.0, 301.0), Vec2::new(658.0, 251.0)) .unwrap() .length, 198.251 ); } #[test] fn aurora_merged_rkqzmwemod() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(842.0, 670.0), Vec2::new(652.0, 650.0)) .unwrap() .length, 193.201 ); } #[test] fn aurora_merged_ncsnorgdzs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(103.0, 700.0), Vec2::new(228.0, 565.0)) .unwrap() .length, 195.824 ); } #[test] fn aurora_merged_yaxqxdpibe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(386.0, 661.0), Vec2::new(524.0, 644.0)) .unwrap() .length, 200.087 ); } #[test] fn aurora_merged_whtujvnffi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 475.0), Vec2::new(889.0, 626.0)) .unwrap() .length, 196.045 ); } #[test] fn aurora_merged_usuxfszlza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 423.0), Vec2::new(819.0, 369.0)) .unwrap() .length, 196.748 ); } #[test] fn aurora_merged_seppswtvqs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(915.0, 533.0), Vec2::new(978.0, 406.0)) .unwrap() .length, 197.576 ); } #[test] fn aurora_merged_bloctfqvsp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(794.0, 134.0), Vec2::new(620.0, 51.0)) .unwrap() .length, 193.667 ); } #[test] fn aurora_merged_jatxrvvwmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 437.0), Vec2::new(160.0, 504.0)) .unwrap() .length, 204.523 ); } #[test] fn aurora_merged_dcxuytluxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(88.0, 292.0), Vec2::new(277.0, 242.0)) .unwrap() .length, 197.357 ); } #[test] fn aurora_merged_alguloudjl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(226.0, 229.0), Vec2::new(33.0, 197.0)) .unwrap() .length, 197.895 ); } #[test] fn aurora_merged_ouxaxfjdjc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(530.0, 162.0), Vec2::new(726.0, 192.0)) .unwrap() .length, 199.664 ); } #[test] fn aurora_merged_nilnwcdesq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(508.0, 454.0), Vec2::new(518.0, 633.0)) .unwrap() .length, 199.708 ); } #[test] fn aurora_merged_akabqwstac() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(771.0, 378.0), Vec2::new(628.0, 315.0)) .unwrap() .length, 198.242 ); } #[test] fn aurora_merged_jklntrtvmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(792.0, 84.0), Vec2::new(626.0, 188.0)) .unwrap() .length, 196.305 ); } #[test] fn aurora_merged_ogsoxmvtze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(402.0, 505.0), Vec2::new(597.0, 501.0)) .unwrap() .length, 206.097 ); } #[test] fn aurora_merged_gyxddkagbw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(978.0, 326.0), Vec2::new(983.0, 455.0)) .unwrap() .length, 207.018 ); } #[test] fn aurora_merged_pcnxofywti() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(304.0, 537.0), Vec2::new(491.0, 472.0)) .unwrap() .length, 201.396 ); } #[test] fn aurora_merged_magdlvmtlw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(622.0, 698.0), Vec2::new(813.0, 660.0)) .unwrap() .length, 199.122 ); } #[test] fn aurora_merged_fwxncmtqrt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(389.0, 476.0), Vec2::new(337.0, 316.0)) .unwrap() .length, 204.466 ); } #[test] fn aurora_merged_ihhcmecnyf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(958.0, 384.0), Vec2::new(877.0, 243.0)) .unwrap() .length, 202.756 ); } #[test] fn aurora_merged_nbslvbnioz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(133.0, 106.0), Vec2::new(220.0, 220.0)) .unwrap() .length, 202.284 ); } #[test] fn aurora_merged_gxtdgcdmkl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(681.0, 697.0), Vec2::new(548.0, 605.0)) .unwrap() .length, 199.454 ); } #[test] fn aurora_merged_qruzjuvrop() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(701.0, 426.0), Vec2::new(836.0, 522.0)) .unwrap() .length, 198.012 ); } #[test] fn aurora_merged_rgyiavjlpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(160.0, 291.0), Vec2::new(42.0, 434.0)) .unwrap() .length, 199.254 ); } #[test] fn aurora_merged_pogniwmdhe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(396.0, 590.0), Vec2::new(590.0, 644.0)) .unwrap() .length, 202.771 ); } #[test] fn aurora_merged_ocwpjqdnfx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 446.0), Vec2::new(730.0, 324.0)) .unwrap() .length, 206.696 ); } #[test] fn aurora_merged_vfhaihizzc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(597.0, 457.0), Vec2::new(414.0, 377.0)) .unwrap() .length, 200.115 ); } #[test] fn aurora_merged_uiifxiztse() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(125.0, 216.0), Vec2::new(298.0, 174.0)) .unwrap() .length, 203.715 ); } #[test] fn aurora_merged_bgnslazahh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(273.0, 525.0), Vec2::new(288.0, 665.0)) .unwrap() .length, 202.155 ); } #[test] fn aurora_merged_fsxianeqds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(601.0, 533.0), Vec2::new(715.0, 665.0)) .unwrap() .length, 205.821 ); } #[test] fn aurora_merged_nmolqabxef() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(711.0, 266.0), Vec2::new(874.0, 175.0)) .unwrap() .length, 206.216 ); } #[test] fn aurora_merged_xqsuaaiywd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(293.0, 249.0), Vec2::new(177.0, 172.0)) .unwrap() .length, 201.476 ); } #[test] fn aurora_merged_iqjvflgfuc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(444.0, 430.0), Vec2::new(489.0, 614.0)) .unwrap() .length, 207.735 ); } #[test] fn aurora_merged_zndikqahha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(458.0, 532.0), Vec2::new(258.0, 539.0)) .unwrap() .length, 206.98 ); } #[test] fn aurora_merged_mzzqsmpfkf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(664.0, 364.0), Vec2::new(875.0, 362.0)) .unwrap() .length, 213.235 ); } #[test] fn aurora_merged_yjaddznrqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(653.0, 318.0), Vec2::new(506.0, 194.0)) .unwrap() .length, 206.847 ); } #[test] fn aurora_merged_rhruwfojia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(847.0, 326.0), Vec2::new(652.0, 330.0)) .unwrap() .length, 207.1 ); } #[test] fn aurora_merged_fkrvwakusg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(494.0, 280.0), Vec2::new(583.0, 410.0)) .unwrap() .length, 208.274 ); } #[test] fn aurora_merged_pikgbexnrl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(38.0, 554.0), Vec2::new(200.0, 461.0)) .unwrap() .length, 208.278 ); } #[test] fn aurora_merged_cgkrwjoxjg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(805.0, 474.0), Vec2::new(687.0, 354.0)) .unwrap() .length, 207.139 ); } #[test] fn aurora_merged_snmzkhtrkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(425.0, 77.0), Vec2::new(303.0, 228.0)) .unwrap() .length, 211.559 ); } #[test] fn aurora_merged_jopmuamjov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(920.0, 301.0), Vec2::new(910.0, 492.0)) .unwrap() .length, 210.543 ); } #[test] fn aurora_merged_irzxocbxhd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1018.0, 306.0), Vec2::new(862.0, 434.0)) .unwrap() .length, 207.889 ); } #[test] fn aurora_merged_qljoqblfay() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(796.0, 115.0), Vec2::new(595.0, 105.0)) .unwrap() .length, 207.152 ); } #[test] fn aurora_merged_yucxhvroxm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(957.0, 321.0), Vec2::new(877.0, 183.0)) .unwrap() .length, 211.778 ); } #[test] fn aurora_merged_chskiesmju() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(418.0, 694.0), Vec2::new(625.0, 670.0)) .unwrap() .length, 213.136 ); } #[test] fn aurora_merged_zphglgnqdc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(604.0, 732.0), Vec2::new(607.0, 690.0)) .unwrap() .length, 212.884 ); } #[test] fn aurora_merged_vbdowukzgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(922.0, 415.0), Vec2::new(864.0, 522.0)) .unwrap() .length, 210.044 ); } #[test] fn aurora_merged_ebvzgvvfzx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(385.0, 578.0), Vec2::new(567.0, 680.0)) .unwrap() .length, 211.439 ); } #[test] fn aurora_merged_xggqhvqchq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(213.0, 460.0), Vec2::new(13.0, 521.0)) .unwrap() .length, 211.274 ); } #[test] fn aurora_merged_hwruclbfyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(42.0, 588.0), Vec2::new(199.0, 701.0)) .unwrap() .length, 213.179 ); } #[test] fn aurora_merged_safrbxzesr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 85.0), Vec2::new(368.0, 275.0)) .unwrap() .length, 209.189 ); } #[test] fn aurora_merged_ijuhdopnps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(210.0, 647.0), Vec2::new(232.0, 466.0)) .unwrap() .length, 215.503 ); } #[test] fn aurora_merged_gtpuazfrsa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(251.0, 231.0), Vec2::new(111.0, 118.0)) .unwrap() .length, 210.622 ); } #[test] fn aurora_merged_eblfrxxjos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(778.0, 647.0), Vec2::new(788.0, 487.0)) .unwrap() .length, 214.56 ); } #[test] fn aurora_merged_pstvfkbiph() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(357.0, 484.0), Vec2::new(476.0, 576.0)) .unwrap() .length, 213.721 ); } #[test] fn aurora_merged_ibmyemqpac() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(413.0, 177.0), Vec2::new(473.0, 271.0)) .unwrap() .length, 214.377 ); } #[test] fn aurora_merged_bmncusikue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(164.0, 351.0), Vec2::new(230.0, 415.0)) .unwrap() .length, 221.926 ); } #[test] fn aurora_merged_udalptpzlk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(960.0, 274.0), Vec2::new(770.0, 370.0)) .unwrap() .length, 213.957 ); } #[test] fn aurora_merged_peikqmurot() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(173.0, 227.0), Vec2::new(187.0, 346.0)) .unwrap() .length, 215.753 ); } #[test] fn aurora_merged_dypavfknkx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(894.0, 487.0), Vec2::new(789.0, 348.0)) .unwrap() .length, 217.319 ); } #[test] fn aurora_merged_ndmseuspjl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(225.0, 274.0), Vec2::new(421.0, 219.0)) .unwrap() .length, 217.784 ); } #[test] fn aurora_merged_wzamyfvccv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(635.0, 584.0), Vec2::new(837.0, 652.0)) .unwrap() .length, 214.457 ); } #[test] fn aurora_merged_xiryixqlyi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(621.0, 153.0), Vec2::new(526.0, 28.0)) .unwrap() .length, 214.572 ); } #[test] fn aurora_merged_jhmdteuwko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(881.0, 244.0), Vec2::new(848.0, 129.0)) .unwrap() .length, 218.857 ); } #[test] fn aurora_merged_zlqkbsiflx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(741.0, 412.0), Vec2::new(664.0, 523.0)) .unwrap() .length, 216.44 ); } #[test] fn aurora_merged_eeswfxrvso() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(407.0, 561.0), Vec2::new(511.0, 666.0)) .unwrap() .length, 217.731 ); } #[test] fn aurora_merged_ujoetfwzih() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(778.0, 507.0), Vec2::new(950.0, 616.0)) .unwrap() .length, 218.827 ); } #[test] fn aurora_merged_lgypnbzzrs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(495.0, 376.0), Vec2::new(335.0, 371.0)) .unwrap() .length, 214.937 ); } #[test] fn aurora_merged_uygpjldxsj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(944.0, 333.0), Vec2::new(728.0, 326.0)) .unwrap() .length, 221.049 ); } #[test] fn aurora_merged_fttnqqieng() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 389.0), Vec2::new(309.0, 318.0)) .unwrap() .length, 220.553 ); } #[test] fn aurora_merged_gukhfswxut() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(713.0, 537.0), Vec2::new(504.0, 580.0)) .unwrap() .length, 217.888 ); } #[test] fn aurora_merged_gfaskgnmos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(504.0, 160.0), Vec2::new(603.0, 270.0)) .unwrap() .length, 221.895 ); } #[test] fn aurora_merged_njxxaunldj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(799.0, 504.0), Vec2::new(954.0, 383.0)) .unwrap() .length, 218.98 ); } #[test] fn aurora_merged_ngiiurancq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(364.0, 614.0), Vec2::new(255.0, 485.0)) .unwrap() .length, 220.263 ); } #[test] fn aurora_merged_yxziydmfvb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(365.0, 602.0), Vec2::new(588.0, 600.0)) .unwrap() .length, 226.416 ); } #[test] fn aurora_merged_mnxtwepnok() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(547.0, 281.0), Vec2::new(696.0, 353.0)) .unwrap() .length, 219.968 ); } #[test] fn aurora_merged_jayaadhlhv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(721.0, 394.0), Vec2::new(539.0, 341.0)) .unwrap() .length, 221.279 ); } #[test] fn aurora_merged_pjskurxahy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(156.0, 297.0), Vec2::new(318.0, 375.0)) .unwrap() .length, 220.32 ); } #[test] fn aurora_merged_cqfgjjppcz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(104.0, 374.0), Vec2::new(79.0, 214.0)) .unwrap() .length, 227.57 ); } #[test] fn aurora_merged_zwcxksbvdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 364.0), Vec2::new(513.0, 181.0)) .unwrap() .length, 227.045 ); } #[test] fn aurora_merged_aifjwihedv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(422.0, 339.0), Vec2::new(220.0, 267.0)) .unwrap() .length, 222.11 ); } #[test] fn aurora_merged_yhaqvgxwav() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(581.0, 681.0), Vec2::new(482.0, 637.0)) .unwrap() .length, 221.812 ); } #[test] fn aurora_merged_bwqctuhyly() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(723.0, 329.0), Vec2::new(555.0, 221.0)) .unwrap() .length, 219.11 ); } #[test] fn aurora_merged_espckkdsqg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(438.0, 636.0), Vec2::new(661.0, 594.0)) .unwrap() .length, 229.07 ); } #[test] fn aurora_merged_tauffreyft() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(424.0, 411.0), Vec2::new(634.0, 465.0)) .unwrap() .length, 225.474 ); } #[test] fn aurora_merged_sjzcgcrzue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(45.0, 416.0), Vec2::new(229.0, 473.0)) .unwrap() .length, 223.592 ); } #[test] fn aurora_merged_fqqgblrrzw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(198.0, 352.0), Vec2::new(52.0, 534.0)) .unwrap() .length, 239.656 ); } #[test] fn aurora_merged_rpioczuyvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(44.0, 429.0), Vec2::new(184.0, 271.0)) .unwrap() .length, 226.393 ); } #[test] fn aurora_merged_oufsziahrm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(294.0, 324.0), Vec2::new(486.0, 422.0)) .unwrap() .length, 234.908 ); } #[test] fn aurora_merged_fludsrnlei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(481.0, 366.0), Vec2::new(304.0, 383.0)) .unwrap() .length, 224.219 ); } #[test] fn aurora_merged_yljikuqhub() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 611.0), Vec2::new(368.0, 463.0)) .unwrap() .length, 230.688 ); } #[test] fn aurora_merged_slytogqeya() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 262.0), Vec2::new(858.0, 135.0)) .unwrap() .length, 223.436 ); } #[test] fn aurora_merged_alybnzbgkd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(237.0, 603.0), Vec2::new(26.0, 656.0)) .unwrap() .length, 223.627 ); } #[test] fn aurora_merged_mbuhaqutwj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 415.0), Vec2::new(624.0, 452.0)) .unwrap() .length, 225.432 ); } #[test] fn aurora_merged_cmfiuqovdg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(989.0, 596.0), Vec2::new(838.0, 473.0)) .unwrap() .length, 228.117 ); } #[test] fn aurora_merged_usjyzvwyxx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(431.0, 164.0), Vec2::new(194.0, 167.0)) .unwrap() .length, 239.016 ); } #[test] fn aurora_merged_sqwqxeqvjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 726.0), Vec2::new(855.0, 640.0)) .unwrap() .length, 229.616 ); } #[test] fn aurora_merged_ycbkkbjmiy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(770.0, 639.0), Vec2::new(555.0, 620.0)) .unwrap() .length, 227.223 ); } #[test] fn aurora_merged_qbnlgcckeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(797.0, 613.0), Vec2::new(599.0, 508.0)) .unwrap() .length, 231.476 ); } #[test] fn aurora_merged_lllrfrcxst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(695.0, 661.0), Vec2::new(618.0, 482.0)) .unwrap() .length, 235.097 ); } #[test] fn aurora_merged_lfdexnyfya() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(211.0, 660.0), Vec2::new(89.0, 541.0)) .unwrap() .length, 232.407 ); } #[test] fn aurora_merged_bidhplikvx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(387.0, 514.0), Vec2::new(300.0, 483.0)) .unwrap() .length, 233.101 ); } #[test] fn aurora_merged_iemimmvkvf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 333.0), Vec2::new(199.0, 244.0)) .unwrap() .length, 231.198 ); } #[test] fn aurora_merged_zmdnxkqjnx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(446.0, 654.0), Vec2::new(527.0, 564.0)) .unwrap() .length, 238.427 ); } #[test] fn aurora_merged_btjdudqkct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 484.0), Vec2::new(751.0, 638.0)) .unwrap() .length, 233.369 ); } #[test] fn aurora_merged_uvdcaaehfy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 708.0), Vec2::new(90.0, 686.0)) .unwrap() .length, 239.059 ); } #[test] fn aurora_merged_ggniuhwinf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(423.0, 93.0), Vec2::new(301.0, 274.0)) .unwrap() .length, 238.412 ); } #[test] fn aurora_merged_xxbldfowjc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(890.0, 296.0), Vec2::new(860.0, 449.0)) .unwrap() .length, 237.411 ); } #[test] fn aurora_merged_gppivsqjfm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(287.0, 144.0), Vec2::new(505.0, 217.0)) .unwrap() .length, 231.767 ); } #[test] fn aurora_merged_cqovvqzode() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(449.0, 686.0), Vec2::new(308.0, 707.0)) .unwrap() .length, 232.008 ); } #[test] fn aurora_merged_ppcpvjnmar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 307.0), Vec2::new(452.0, 113.0)) .unwrap() .length, 242.494 ); } #[test] fn aurora_merged_xgmfwzovrb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(231.0, 480.0), Vec2::new(218.0, 354.0)) .unwrap() .length, 235.39 ); } #[test] fn aurora_merged_fxiqegcgta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(434.0, 156.0), Vec2::new(198.0, 177.0)) .unwrap() .length, 242.862 ); } #[test] fn aurora_merged_ihfivihpwt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 573.0), Vec2::new(530.0, 683.0)) .unwrap() .length, 240.421 ); } #[test] fn aurora_merged_afnodzlkaz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(384.0, 294.0), Vec2::new(160.0, 295.0)) .unwrap() .length, 235.407 ); } #[test] fn aurora_merged_eisasiyftj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(367.0, 280.0), Vec2::new(560.0, 160.0)) .unwrap() .length, 242.259 ); } #[test] fn aurora_merged_potglgpuvm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(932.0, 416.0), Vec2::new(771.0, 539.0)) .unwrap() .length, 235.097 ); } #[test] fn aurora_merged_tsankavheq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 601.0), Vec2::new(575.0, 637.0)) .unwrap() .length, 243.909 ); } #[test] fn aurora_merged_bgvsoyhznr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(194.0, 347.0), Vec2::new(33.0, 534.0)) .unwrap() .length, 247.181 ); } #[test] fn aurora_merged_pxhuqscmys() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(495.0, 495.0), Vec2::new(729.0, 532.0)) .unwrap() .length, 239.689 ); } #[test] fn aurora_merged_zpbpvrugtn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(399.0, 647.0), Vec2::new(502.0, 603.0)) .unwrap() .length, 239.987 ); } #[test] fn aurora_merged_ydacvpgpyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(714.0, 358.0), Vec2::new(573.0, 212.0)) .unwrap() .length, 237.645 ); } #[test] fn aurora_merged_mhpdlcvfup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 102.0), Vec2::new(848.0, 169.0)) .unwrap() .length, 235.78 ); } #[test] fn aurora_merged_rhbqtybzzu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 292.0), Vec2::new(234.0, 325.0)) .unwrap() .length, 239.853 ); } #[test] fn aurora_merged_samnevxuqt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(528.0, 141.0), Vec2::new(288.0, 137.0)) .unwrap() .length, 244.596 ); } #[test] fn aurora_merged_fsqkrajrcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(699.0, 588.0), Vec2::new(496.0, 684.0)) .unwrap() .length, 242.071 ); } #[test] fn aurora_merged_gsvmwfnlvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(571.0, 474.0), Vec2::new(795.0, 527.0)) .unwrap() .length, 240.125 ); } #[test] fn aurora_merged_dbnbpeovzr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(852.0, 268.0), Vec2::new(964.0, 434.0)) .unwrap() .length, 241.389 ); } #[test] fn aurora_merged_olpzshdbnw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(591.0, 564.0), Vec2::new(417.0, 671.0)) .unwrap() .length, 244.188 ); } #[test] fn aurora_merged_ttjlpujwcv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 401.0), Vec2::new(301.0, 302.0)) .unwrap() .length, 243.265 ); } #[test] fn aurora_merged_baxijfwdkj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(55.0, 589.0), Vec2::new(298.0, 616.0)) .unwrap() .length, 248.444 ); } #[test] fn aurora_merged_xnprrzsnpp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(353.0, 453.0), Vec2::new(164.0, 593.0)) .unwrap() .length, 241.667 ); } #[test] fn aurora_merged_vxqdddzlde() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(623.0, 706.0), Vec2::new(827.0, 626.0)) .unwrap() .length, 243.438 ); } #[test] fn aurora_merged_ryoahkfdhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(31.0, 466.0), Vec2::new(16.0, 541.0)) .unwrap() .length, 247.582 ); } #[test] fn aurora_merged_oaubodnqsr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(745.0, 670.0), Vec2::new(608.0, 684.0)) .unwrap() .length, 246.752 ); } #[test] fn aurora_merged_lxparaftzi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(244.0, 185.0), Vec2::new(480.0, 186.0)) .unwrap() .length, 249.351 ); } #[test] fn aurora_merged_aaqiwguznu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(203.0, 511.0), Vec2::new(420.0, 553.0)) .unwrap() .length, 244.072 ); } #[test] fn aurora_merged_rfrszuzeud() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(909.0, 490.0), Vec2::new(973.0, 280.0)) .unwrap() .length, 249.973 ); } #[test] fn aurora_merged_aunbopgvhl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 469.0), Vec2::new(125.0, 240.0)) .unwrap() .length, 248.567 ); } #[test] fn aurora_merged_ewsihfufcl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(581.0, 293.0), Vec2::new(818.0, 338.0)) .unwrap() .length, 245.051 ); } #[test] fn aurora_merged_mhbvjfoasr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(241.0, 333.0), Vec2::new(476.0, 328.0)) .unwrap() .length, 243.293 ); } #[test] fn aurora_merged_krgkhlvzlc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(433.0, 657.0), Vec2::new(199.0, 663.0)) .unwrap() .length, 246.176 ); } #[test] fn aurora_merged_gnzhzexcvc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(570.0, 33.0), Vec2::new(431.0, 142.0)) .unwrap() .length, 245.148 ); } #[test] fn aurora_merged_ffhwbtuvqz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(739.0, 514.0), Vec2::new(519.0, 621.0)) .unwrap() .length, 252.843 ); } #[test] fn aurora_merged_kfccganacg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 126.0), Vec2::new(267.0, 258.0)) .unwrap() .length, 249.148 ); } #[test] fn aurora_merged_jrmwponpqq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(919.0, 153.0), Vec2::new(714.0, 170.0)) .unwrap() .length, 247.913 ); } #[test] fn aurora_merged_nkybmlegoy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(635.0, 187.0), Vec2::new(880.0, 147.0)) .unwrap() .length, 255.253 ); } #[test] fn aurora_merged_kjdtgowbqo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(909.0, 465.0), Vec2::new(694.0, 559.0)) .unwrap() .length, 243.719 ); } #[test] fn aurora_merged_imwbomprho() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(532.0, 147.0), Vec2::new(429.0, 225.0)) .unwrap() .length, 254.289 ); } #[test] fn aurora_merged_jvfjdtmmsn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(218.0, 602.0), Vec2::new(397.0, 583.0)) .unwrap() .length, 245.525 ); } #[test] fn aurora_merged_lqqhqkwpej() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 122.0), Vec2::new(425.0, 172.0)) .unwrap() .length, 254.369 ); } #[test] fn aurora_merged_mxgyxhaizm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(365.0, 691.0), Vec2::new(255.0, 538.0)) .unwrap() .length, 250.886 ); } #[test] fn aurora_merged_jmtrfxrtzf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(509.0, 454.0), Vec2::new(734.0, 400.0)) .unwrap() .length, 248.635 ); } #[test] fn aurora_merged_gyevmctdms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 330.0), Vec2::new(217.0, 179.0)) .unwrap() .length, 256.281 ); } #[test] fn aurora_merged_setmvsykug() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 675.0), Vec2::new(55.0, 496.0)) .unwrap() .length, 256.523 ); } #[test] fn aurora_merged_jyxihrzkfk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(577.0, 480.0), Vec2::new(398.0, 595.0)) .unwrap() .length, 251.883 ); } #[test] fn aurora_merged_skwjoiigyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(47.0, 450.0), Vec2::new(6.0, 554.0)) .unwrap() .length, 249.712 ); } #[test] fn aurora_merged_fdyobkxfat() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(379.0, 526.0), Vec2::new(298.0, 498.0)) .unwrap() .length, 250.278 ); } #[test] fn aurora_merged_nhiewlkamo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(314.0, 215.0), Vec2::new(555.0, 143.0)) .unwrap() .length, 257.637 ); } #[test] fn aurora_merged_yohiktekko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 253.0), Vec2::new(456.0, 400.0)) .unwrap() .length, 251.281 ); } #[test] fn aurora_merged_fbskiksyuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(207.0, 419.0), Vec2::new(377.0, 604.0)) .unwrap() .length, 263.3 ); } #[test] fn aurora_merged_mmazofuyao() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 578.0), Vec2::new(89.0, 446.0)) .unwrap() .length, 250.51 ); } #[test] fn aurora_merged_tkojjbmosy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(470.0, 51.0), Vec2::new(598.0, 165.0)) .unwrap() .length, 254.42 ); } #[test] fn aurora_merged_uopdocidxg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(791.0, 188.0), Vec2::new(794.0, 338.0)) .unwrap() .length, 254.738 ); } #[test] fn aurora_merged_malibdoigm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 131.0), Vec2::new(72.0, 293.0)) .unwrap() .length, 255.546 ); } #[test] fn aurora_merged_bjwdjlshbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(827.0, 418.0), Vec2::new(701.0, 442.0)) .unwrap() .length, 256.967 ); } #[test] fn aurora_merged_zcvivwdqlk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(848.0, 279.0), Vec2::new(753.0, 232.0)) .unwrap() .length, 256.52 ); } #[test] fn aurora_merged_trixtkgfmh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(418.0, 547.0), Vec2::new(183.0, 487.0)) .unwrap() .length, 256.25 ); } #[test] fn aurora_merged_bjymvzwebe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(815.0, 406.0), Vec2::new(944.0, 547.0)) .unwrap() .length, 255.274 ); } #[test] fn aurora_merged_cdzodgenhv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 198.0), Vec2::new(774.0, 396.0)) .unwrap() .length, 259.527 ); } #[test] fn aurora_merged_jmubdazjqg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 209.0), Vec2::new(1014.0, 379.0)) .unwrap() .length, 256.155 ); } #[test] fn aurora_merged_ufjbdiynyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 407.0), Vec2::new(524.0, 488.0)) .unwrap() .length, 257.078 ); } #[test] fn aurora_merged_vvvpyvsfhs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(238.0, 421.0), Vec2::new(237.0, 272.0)) .unwrap() .length, 255.65 ); } #[test] fn aurora_merged_ouzvbrmytw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(497.0, 665.0), Vec2::new(285.0, 702.0)) .unwrap() .length, 263.069 ); } #[test] fn aurora_merged_iqttyctzny() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(364.0, 166.0), Vec2::new(621.0, 147.0)) .unwrap() .length, 264.982 ); } #[test] fn aurora_merged_uxlfgmqizf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 575.0), Vec2::new(746.0, 417.0)) .unwrap() .length, 261.928 ); } #[test] fn aurora_merged_dxjwtgxpzl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(259.0, 293.0), Vec2::new(169.0, 187.0)) .unwrap() .length, 256.412 ); } #[test] fn aurora_merged_gjbmkotxmi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(49.0, 536.0), Vec2::new(115.0, 303.0)) .unwrap() .length, 264.878 ); } #[test] fn aurora_merged_imtualmmly() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(883.0, 372.0), Vec2::new(880.0, 174.0)) .unwrap() .length, 259.556 ); } #[test] fn aurora_merged_riaimtjfby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(866.0, 351.0), Vec2::new(832.0, 513.0)) .unwrap() .length, 261.386 ); } #[test] fn aurora_merged_hvfzyabhlc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(102.0, 211.0), Vec2::new(359.0, 232.0)) .unwrap() .length, 269.746 ); } #[test] fn aurora_merged_cxbvizozin() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(822.0, 640.0), Vec2::new(746.0, 423.0)) .unwrap() .length, 266.339 ); } #[test] fn aurora_merged_gqhuavgiqi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(684.0, 70.0), Vec2::new(827.0, 217.0)) .unwrap() .length, 261.986 ); } #[test] fn aurora_merged_wffmmfbmdg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(419.0, 574.0), Vec2::new(646.0, 558.0)) .unwrap() .length, 267.048 ); } #[test] fn aurora_merged_ypcssfqqro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(220.0, 511.0), Vec2::new(1.0, 441.0)) .unwrap() .length, 264.169 ); } #[test] fn aurora_merged_hknnkyhqbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(787.0, 432.0), Vec2::new(850.0, 350.0)) .unwrap() .length, 268.436 ); } #[test] fn aurora_merged_kpzxfpybvm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(451.0, 72.0), Vec2::new(603.0, 243.0)) .unwrap() .length, 267.156 ); } #[test] fn aurora_merged_jmertrzipd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(916.0, 612.0), Vec2::new(662.0, 652.0)) .unwrap() .length, 266.9 ); } #[test] fn aurora_merged_tibndfqzwz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(843.0, 478.0), Vec2::new(609.0, 375.0)) .unwrap() .length, 262.484 ); } #[test] fn aurora_merged_wpmqlpdgib() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 663.0), Vec2::new(138.0, 695.0)) .unwrap() .length, 266.84 ); } #[test] fn aurora_merged_mxohbkkhly() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(512.0, 164.0), Vec2::new(269.0, 83.0)) .unwrap() .length, 260.84 ); } #[test] fn aurora_merged_npeffrkouh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(80.0, 160.0), Vec2::new(82.0, 299.0)) .unwrap() .length, 264.576 ); } #[test] fn aurora_merged_padgrfvall() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(280.0, 568.0), Vec2::new(407.0, 601.0)) .unwrap() .length, 259.138 ); } #[test] fn aurora_merged_lcvijlkkst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 429.0), Vec2::new(889.0, 353.0)) .unwrap() .length, 274.702 ); } #[test] fn aurora_merged_bcwduskmvv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(362.0, 220.0), Vec2::new(125.0, 306.0)) .unwrap() .length, 263.792 ); } #[test] fn aurora_merged_xcozgpbtgx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 203.0), Vec2::new(940.0, 357.0)) .unwrap() .length, 269.994 ); } #[test] fn aurora_merged_jdchuovhhl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(220.0, 54.0), Vec2::new(398.0, 231.0)) .unwrap() .length, 263.402 ); } #[test] fn aurora_merged_exhrlyfedx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 402.0), Vec2::new(313.0, 330.0)) .unwrap() .length, 266.703 ); } #[test] fn aurora_merged_vfakmpvrmc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(149.0, 294.0), Vec2::new(408.0, 316.0)) .unwrap() .length, 266.903 ); } #[test] fn aurora_merged_cyfquiytxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 260.0), Vec2::new(906.0, 127.0)) .unwrap() .length, 261.839 ); } #[test] fn aurora_merged_cngzmfuaux() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(99.0, 464.0), Vec2::new(28.0, 603.0)) .unwrap() .length, 269.578 ); } #[test] fn aurora_merged_fqvemaxjar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(242.0, 489.0), Vec2::new(492.0, 568.0)) .unwrap() .length, 269.65 ); } #[test] fn aurora_merged_rxvsuagyle() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(525.0, 529.0), Vec2::new(614.0, 686.0)) .unwrap() .length, 267.8 ); } #[test] fn aurora_merged_howasctedu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(789.0, 106.0), Vec2::new(535.0, 181.0)) .unwrap() .length, 268.19 ); } #[test] fn aurora_merged_xzykmbkqqm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(325.0, 640.0), Vec2::new(60.0, 685.0)) .unwrap() .length, 276.914 ); } #[test] fn aurora_merged_augvikwqzv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(443.0, 349.0), Vec2::new(694.0, 355.0)) .unwrap() .length, 271.022 ); } #[test] fn aurora_merged_murlybvyzr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(817.0, 584.0), Vec2::new(557.0, 605.0)) .unwrap() .length, 274.758 ); } #[test] fn aurora_merged_fzhvaarzdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(72.0, 662.0), Vec2::new(17.0, 488.0)) .unwrap() .length, 275.481 ); } #[test] fn aurora_merged_voaxntdrxv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(411.0, 521.0), Vec2::new(662.0, 453.0)) .unwrap() .length, 273.995 ); } #[test] fn aurora_merged_xuuypshkii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 375.0), Vec2::new(91.0, 425.0)) .unwrap() .length, 273.026 ); } #[test] fn aurora_merged_kxepqwscie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(220.0, 493.0), Vec2::new(318.0, 693.0)) .unwrap() .length, 272.764 ); } #[test] fn aurora_merged_jfjkzbqoxb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 660.0), Vec2::new(21.0, 482.0)) .unwrap() .length, 275.712 ); } #[test] fn aurora_merged_tebirlsfca() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(247.0, 97.0), Vec2::new(179.0, 255.0)) .unwrap() .length, 269.23 ); } #[test] fn aurora_merged_mvshdkipjw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(294.0, 499.0), Vec2::new(37.0, 545.0)) .unwrap() .length, 272.027 ); } #[test] fn aurora_merged_xcmdoitzoj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(468.0, 163.0), Vec2::new(704.0, 196.0)) .unwrap() .length, 275.26 ); } #[test] fn aurora_merged_qoselsdjnv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(546.0, 427.0), Vec2::new(760.0, 426.0)) .unwrap() .length, 272.081 ); } #[test] fn aurora_merged_oxdqfcggwe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(940.0, 430.0), Vec2::new(853.0, 231.0)) .unwrap() .length, 278.698 ); } #[test] fn aurora_merged_ufgmvdpfry() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 273.0), Vec2::new(157.0, 363.0)) .unwrap() .length, 275.684 ); } #[test] fn aurora_merged_qgizwhcrfj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(410.0, 452.0), Vec2::new(449.0, 264.0)) .unwrap() .length, 278.757 ); } #[test] fn aurora_merged_wtryjryecz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(250.0, 83.0), Vec2::new(115.0, 275.0)) .unwrap() .length, 275.379 ); } #[test] fn aurora_merged_ozxbijekiw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(32.0, 653.0), Vec2::new(264.0, 500.0)) .unwrap() .length, 277.908 ); } #[test] fn aurora_merged_opvgobqvmg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(196.0, 69.0), Vec2::new(348.0, 272.0)) .unwrap() .length, 271.375 ); } #[test] fn aurora_merged_crorpduhyj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(704.0, 282.0), Vec2::new(792.0, 264.0)) .unwrap() .length, 270.881 ); } #[test] fn aurora_merged_kqlcubcxcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(329.0, 351.0), Vec2::new(528.0, 545.0)) .unwrap() .length, 287.643 ); } #[test] fn aurora_merged_nqzptikqjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(373.0, 726.0), Vec2::new(277.0, 602.0)) .unwrap() .length, 278.563 ); } #[test] fn aurora_merged_fvunohwrec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(565.0, 607.0), Vec2::new(706.0, 396.0)) .unwrap() .length, 282.344 ); } #[test] fn aurora_merged_zjlvmhzlok() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(140.0, 637.0), Vec2::new(174.0, 453.0)) .unwrap() .length, 281.129 ); } #[test] fn aurora_merged_ikxmaakjzk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(174.0, 592.0), Vec2::new(443.0, 648.0)) .unwrap() .length, 277.524 ); } #[test] fn aurora_merged_ylepobnzvj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(774.0, 503.0), Vec2::new(624.0, 721.0)) .unwrap() .length, 283.334 ); } #[test] fn aurora_merged_bophkdqwut() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(393.0, 449.0), Vec2::new(149.0, 575.0)) .unwrap() .length, 274.612 ); } #[test] fn aurora_merged_cjosueijzb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(349.0, 145.0), Vec2::new(482.0, 274.0)) .unwrap() .length, 277.004 ); } #[test] fn aurora_merged_okopsvjllo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(712.0, 315.0), Vec2::new(435.0, 299.0)) .unwrap() .length, 281.968 ); } #[test] fn aurora_merged_uafzmxgmee() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(606.0, 170.0), Vec2::new(862.0, 174.0)) .unwrap() .length, 281.659 ); } #[test] fn aurora_merged_klivphgiuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 270.0), Vec2::new(1012.0, 377.0)) .unwrap() .length, 283.56 ); } #[test] fn aurora_merged_uyweujrabw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(363.0, 237.0), Vec2::new(295.0, 368.0)) .unwrap() .length, 282.696 ); } #[test] fn aurora_merged_ogajplhvlf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(140.0, 137.0), Vec2::new(205.0, 302.0)) .unwrap() .length, 282.889 ); } #[test] fn aurora_merged_niqoaogkai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(868.0, 299.0), Vec2::new(700.0, 420.0)) .unwrap() .length, 281.845 ); } #[test] fn aurora_merged_qqtudcgjvc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(775.0, 420.0), Vec2::new(967.0, 347.0)) .unwrap() .length, 286.67 ); } #[test] fn aurora_merged_soksjqpvdo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(794.0, 179.0), Vec2::new(878.0, 348.0)) .unwrap() .length, 279.989 ); } #[test] fn aurora_merged_bpvkjcxcbd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(194.0, 310.0), Vec2::new(183.0, 109.0)) .unwrap() .length, 289.481 ); } #[test] fn aurora_merged_xcrcuqziqu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(844.0, 199.0), Vec2::new(677.0, 369.0)) .unwrap() .length, 284.239 ); } #[test] fn aurora_merged_mmbieervgi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(686.0, 382.0), Vec2::new(505.0, 448.0)) .unwrap() .length, 280.895 ); } #[test] fn aurora_merged_owsfmgmnob() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(743.0, 280.0), Vec2::new(783.0, 355.0)) .unwrap() .length, 283.718 ); } #[test] fn aurora_merged_mibovvscqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(62.0, 617.0), Vec2::new(324.0, 550.0)) .unwrap() .length, 284.318 ); } #[test] fn aurora_merged_xnzpzjzyka() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(213.0, 346.0), Vec2::new(361.0, 202.0)) .unwrap() .length, 286.119 ); } #[test] fn aurora_merged_ufetrmotfo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 597.0), Vec2::new(145.0, 421.0)) .unwrap() .length, 291.28 ); } #[test] fn aurora_merged_ayagwmopio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(570.0, 343.0), Vec2::new(573.0, 132.0)) .unwrap() .length, 289.533 ); } #[test] fn aurora_merged_cjvxmcvuxw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(497.0, 158.0), Vec2::new(762.0, 259.0)) .unwrap() .length, 285.367 ); } #[test] fn aurora_merged_pgwqdfmegr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(838.0, 248.0), Vec2::new(625.0, 95.0)) .unwrap() .length, 283.857 ); } #[test] fn aurora_merged_vazoushhxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(113.0, 478.0), Vec2::new(110.0, 220.0)) .unwrap() .length, 287.128 ); } #[test] fn aurora_merged_jkwyadxent() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(46.0, 518.0), Vec2::new(176.0, 266.0)) .unwrap() .length, 289.133 ); } #[test] fn aurora_merged_mnyrvnctdk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(655.0, 636.0), Vec2::new(458.0, 493.0)) .unwrap() .length, 284.045 ); } #[test] fn aurora_merged_yjmvmqidwy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(648.0, 585.0), Vec2::new(900.0, 479.0)) .unwrap() .length, 282.311 ); } #[test] fn aurora_merged_lrzvfaryfy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(385.0, 339.0), Vec2::new(472.0, 129.0)) .unwrap() .length, 294.848 ); } #[test] fn aurora_merged_hwurtdpbgj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(629.0, 239.0), Vec2::new(347.0, 210.0)) .unwrap() .length, 290.739 ); } #[test] fn aurora_merged_wghgrftyex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(259.0, 627.0), Vec2::new(27.0, 487.0)) .unwrap() .length, 290.22 ); } #[test] fn aurora_merged_hhfcjlotyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 343.0), Vec2::new(553.0, 211.0)) .unwrap() .length, 287.153 ); } #[test] fn aurora_merged_rdgcujbuzs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(477.0, 124.0), Vec2::new(454.0, 361.0)) .unwrap() .length, 295.356 ); } #[test] fn aurora_merged_xdlybhkpan() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(233.0, 106.0), Vec2::new(492.0, 174.0)) .unwrap() .length, 290.251 ); } #[test] fn aurora_merged_jhlczcidrt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 141.0), Vec2::new(552.0, 346.0)) .unwrap() .length, 289.594 ); } #[test] fn aurora_merged_roinuymksf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(287.0, 486.0), Vec2::new(281.0, 715.0)) .unwrap() .length, 295.692 ); } #[test] fn aurora_merged_pekyuxhvfm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(275.0, 25.0), Vec2::new(111.0, 230.0)) .unwrap() .length, 291.598 ); } #[test] fn aurora_merged_eirovbsnhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(724.0, 529.0), Vec2::new(867.0, 420.0)) .unwrap() .length, 285.903 ); } #[test] fn aurora_merged_svpnfwlcrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(668.0, 353.0), Vec2::new(823.0, 260.0)) .unwrap() .length, 288.852 ); } #[test] fn aurora_merged_sgenpjptla() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(39.0, 164.0), Vec2::new(13.0, 327.0)) .unwrap() .length, 291.061 ); } #[test] fn aurora_merged_lnlkjkvarj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(496.0, 591.0), Vec2::new(355.0, 623.0)) .unwrap() .length, 297.477 ); } #[test] fn aurora_merged_anjblqruky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(228.0, 384.0), Vec2::new(349.0, 210.0)) .unwrap() .length, 296.628 ); } #[test] fn aurora_merged_lsirsfxfte() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(878.0, 576.0), Vec2::new(636.0, 695.0)) .unwrap() .length, 291.473 ); } #[test] fn aurora_merged_kidbqynrms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 705.0), Vec2::new(571.0, 700.0)) .unwrap() .length, 295.334 ); } #[test] fn aurora_merged_kavwdtkpcn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(270.0, 69.0), Vec2::new(17.0, 193.0)) .unwrap() .length, 291.812 ); } #[test] fn aurora_merged_oaugczueuq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(230.0, 356.0), Vec2::new(281.0, 200.0)) .unwrap() .length, 296.23 ); } #[test] fn aurora_merged_qcyjaslcic() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(139.0, 490.0), Vec2::new(309.0, 618.0)) .unwrap() .length, 296.522 ); } #[test] fn aurora_merged_pppegwvxgu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(505.0, 149.0), Vec2::new(449.0, 383.0)) .unwrap() .length, 298.154 ); } #[test] fn aurora_merged_dfgcdxcckg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(51.0, 299.0), Vec2::new(341.0, 313.0)) .unwrap() .length, 298.338 ); } #[test] fn aurora_merged_mylnclcpkm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(267.0, 376.0), Vec2::new(523.0, 263.0)) .unwrap() .length, 293.847 ); } #[test] fn aurora_merged_kwomjvwvwv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 627.0), Vec2::new(563.0, 550.0)) .unwrap() .length, 297.653 ); } #[test] fn aurora_merged_ezwotwjdbr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(132.0, 100.0), Vec2::new(405.0, 158.0)) .unwrap() .length, 294.013 ); } #[test] fn aurora_merged_vrizddrgiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 196.0), Vec2::new(872.0, 289.0)) .unwrap() .length, 299.148 ); } #[test] fn aurora_merged_ypofxhlvrk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(335.0, 323.0), Vec2::new(510.0, 139.0)) .unwrap() .length, 297.536 ); } #[test] fn aurora_merged_vlfibxxucp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(77.0, 375.0), Vec2::new(337.0, 265.0)) .unwrap() .length, 298.86 ); } #[test] fn aurora_merged_znzeumxknm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(698.0, 615.0), Vec2::new(727.0, 409.0)) .unwrap() .length, 304.138 ); } #[test] fn aurora_merged_bejyheayae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(458.0, 194.0), Vec2::new(166.0, 132.0)) .unwrap() .length, 299.568 ); } #[test] fn aurora_merged_wwaygufzhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(631.0, 464.0), Vec2::new(834.0, 614.0)) .unwrap() .length, 299.631 ); } #[test] fn aurora_merged_oshpjqbgox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(86.0, 565.0), Vec2::new(32.0, 428.0)) .unwrap() .length, 298.591 ); } #[test] fn aurora_merged_srspyyqbol() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 719.0), Vec2::new(233.0, 646.0)) .unwrap() .length, 302.246 ); } #[test] fn aurora_merged_tiezgokzni() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(335.0, 611.0), Vec2::new(138.0, 483.0)) .unwrap() .length, 302.391 ); } #[test] fn aurora_merged_lmhilabxqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(701.0, 223.0), Vec2::new(424.0, 171.0)) .unwrap() .length, 298.38 ); } #[test] fn aurora_merged_bsqqjnqxis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(405.0, 134.0), Vec2::new(115.0, 177.0)) .unwrap() .length, 306.041 ); } #[test] fn aurora_merged_vnmexxheld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 614.0), Vec2::new(946.0, 578.0)) .unwrap() .length, 300.536 ); } #[test] fn aurora_merged_ytlcusnlbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(216.0, 305.0), Vec2::new(427.0, 485.0)) .unwrap() .length, 305.795 ); } #[test] fn aurora_merged_azponicdya() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(448.0, 395.0), Vec2::new(420.0, 463.0)) .unwrap() .length, 309.479 ); } #[test] fn aurora_merged_zpcvsgyhpy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(672.0, 103.0), Vec2::new(859.0, 183.0)) .unwrap() .length, 303.844 ); } #[test] fn aurora_merged_nzuprwpejp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(466.0, 531.0), Vec2::new(257.0, 578.0)) .unwrap() .length, 299.773 ); } #[test] fn aurora_merged_javqjaipis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(228.0, 97.0), Vec2::new(179.0, 311.0)) .unwrap() .length, 303.671 ); } #[test] fn aurora_merged_whugwqppiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(543.0, 277.0), Vec2::new(637.0, 96.0)) .unwrap() .length, 301.05 ); } #[test] fn aurora_merged_nrnquntapn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(896.0, 175.0), Vec2::new(693.0, 318.0)) .unwrap() .length, 306.758 ); } #[test] fn aurora_merged_soxacrqfza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(525.0, 654.0), Vec2::new(311.0, 541.0)) .unwrap() .length, 304.721 ); } #[test] fn aurora_merged_rtpcettpyv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(470.0, 462.0), Vec2::new(700.0, 615.0)) .unwrap() .length, 303.386 ); } #[test] fn aurora_merged_zjsoolmjrz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(784.0, 734.0), Vec2::new(619.0, 531.0)) .unwrap() .length, 308.02 ); } #[test] fn aurora_merged_oqaythnqmd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(646.0, 412.0), Vec2::new(892.0, 285.0)) .unwrap() .length, 300.29 ); } #[test] fn aurora_merged_avozuzmibp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 192.0), Vec2::new(588.0, 27.0)) .unwrap() .length, 306.702 ); } #[test] fn aurora_merged_gmunjmxwgc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(223.0, 151.0), Vec2::new(196.0, 360.0)) .unwrap() .length, 304.762 ); } #[test] fn aurora_merged_erbhrsfkgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(246.0, 586.0), Vec2::new(455.0, 560.0)) .unwrap() .length, 304.17 ); } #[test] fn aurora_merged_yhingiykge() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(445.0, 69.0), Vec2::new(645.0, 260.0)) .unwrap() .length, 309.947 ); } #[test] fn aurora_merged_fbnnyuaaba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(628.0, 501.0), Vec2::new(647.0, 347.0)) .unwrap() .length, 307.523 ); } #[test] fn aurora_merged_uscthqeivb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 353.0), Vec2::new(711.0, 438.0)) .unwrap() .length, 311.782 ); } #[test] fn aurora_merged_sslanvfxuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(62.0, 552.0), Vec2::new(290.0, 664.0)) .unwrap() .length, 308.318 ); } #[test] fn aurora_merged_uxivdabzox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(491.0, 536.0), Vec2::new(798.0, 546.0)) .unwrap() .length, 313.495 ); } #[test] fn aurora_merged_ryazwyukqt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 142.0), Vec2::new(452.0, 190.0)) .unwrap() .length, 314.74 ); } #[test] fn aurora_merged_btjeeutyvb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(698.0, 188.0), Vec2::new(470.0, 260.0)) .unwrap() .length, 312.797 ); } #[test] fn aurora_merged_ihtveuohqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(197.0, 84.0), Vec2::new(451.0, 235.0)) .unwrap() .length, 311.626 ); } #[test] fn aurora_merged_ufneapvamx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(398.0, 245.0), Vec2::new(97.0, 178.0)) .unwrap() .length, 312.181 ); } #[test] fn aurora_merged_tllfstxsrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(721.0, 370.0), Vec2::new(509.0, 231.0)) .unwrap() .length, 305.99 ); } #[test] fn aurora_merged_lsxeznrghg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(129.0, 670.0), Vec2::new(73.0, 448.0)) .unwrap() .length, 312.338 ); } #[test] fn aurora_merged_jalljjtoyq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(778.0, 524.0), Vec2::new(516.0, 659.0)) .unwrap() .length, 317.78 ); } #[test] fn aurora_merged_lnnctsnyst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(259.0, 78.0), Vec2::new(195.0, 271.0)) .unwrap() .length, 313.106 ); } #[test] fn aurora_merged_lyqxkeqapq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(255.0, 572.0), Vec2::new(66.0, 395.0)) .unwrap() .length, 318.313 ); } #[test] fn aurora_merged_oxgakrlxgd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 610.0), Vec2::new(483.0, 508.0)) .unwrap() .length, 315.955 ); } #[test] fn aurora_merged_tparsumemw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(63.0, 333.0), Vec2::new(286.0, 504.0)) .unwrap() .length, 316.434 ); } #[test] fn aurora_merged_norlvrfaqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(346.0, 263.0), Vec2::new(45.0, 335.0)) .unwrap() .length, 313.267 ); } #[test] fn aurora_merged_udtbeuscnm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 660.0), Vec2::new(174.0, 498.0)) .unwrap() .length, 314.05 ); } #[test] fn aurora_merged_idpwqwcqgs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 248.0), Vec2::new(440.0, 164.0)) .unwrap() .length, 309.947 ); } #[test] fn aurora_merged_znmodhwibs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(212.0, 225.0), Vec2::new(509.0, 153.0)) .unwrap() .length, 311.711 ); } #[test] fn aurora_merged_kedgnkebev() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(486.0, 397.0), Vec2::new(565.0, 167.0)) .unwrap() .length, 313.135 ); } #[test] fn aurora_merged_bxzjlwqvzm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 307.0), Vec2::new(258.0, 509.0)) .unwrap() .length, 318.701 ); } #[test] fn aurora_merged_bmljnilxik() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(141.0, 366.0), Vec2::new(337.0, 174.0)) .unwrap() .length, 314.686 ); } #[test] fn aurora_merged_cuhtszzqwx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(428.0, 265.0), Vec2::new(329.0, 220.0)) .unwrap() .length, 316.204 ); } #[test] fn aurora_merged_ywyxglgxim() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(716.0, 345.0), Vec2::new(494.0, 166.0)) .unwrap() .length, 316.741 ); } #[test] fn aurora_merged_uhextmqioe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(193.0, 100.0), Vec2::new(501.0, 56.0)) .unwrap() .length, 315.439 ); } #[test] fn aurora_merged_hfwicqfqmg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(662.0, 447.0), Vec2::new(711.0, 697.0)) .unwrap() .length, 321.433 ); } #[test] fn aurora_merged_qoulxmmbmp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(207.0, 436.0), Vec2::new(378.0, 640.0)) .unwrap() .length, 318.014 ); } #[test] fn aurora_merged_fqewimqmaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 553.0), Vec2::new(599.0, 539.0)) .unwrap() .length, 323.287 ); } #[test] fn aurora_merged_zvfzikeltk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(448.0, 244.0), Vec2::new(559.0, 18.0)) .unwrap() .length, 315.571 ); } #[test] fn aurora_merged_xekvssszil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(716.0, 363.0), Vec2::new(420.0, 347.0)) .unwrap() .length, 317.424 ); } #[test] fn aurora_merged_zooyuvgips() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(558.0, 678.0), Vec2::new(243.0, 660.0)) .unwrap() .length, 323.434 ); } #[test] fn aurora_merged_charvhxtoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(59.0, 514.0), Vec2::new(233.0, 298.0)) .unwrap() .length, 319.251 ); } #[test] fn aurora_merged_vumqtkpmtb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(117.0, 393.0), Vec2::new(3.0, 174.0)) .unwrap() .length, 319.349 ); } #[test] fn aurora_merged_nufildkjoo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(550.0, 451.0), Vec2::new(807.0, 422.0)) .unwrap() .length, 320.221 ); } #[test] fn aurora_merged_jhmaseaksu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(737.0, 683.0), Vec2::new(583.0, 533.0)) .unwrap() .length, 325.535 ); } #[test] fn aurora_merged_azbomkipvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(235.0, 561.0), Vec2::new(394.0, 546.0)) .unwrap() .length, 317.456 ); } #[test] fn aurora_merged_qmfoeptbkc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 330.0), Vec2::new(294.0, 218.0)) .unwrap() .length, 317.698 ); } #[test] fn aurora_merged_issdngxgmr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 343.0), Vec2::new(392.0, 569.0)) .unwrap() .length, 327.473 ); } #[test] fn aurora_merged_njsaoqykrp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(283.0, 537.0), Vec2::new(597.0, 541.0)) .unwrap() .length, 324.725 ); } #[test] fn aurora_merged_yjlrnmnvhe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(969.0, 274.0), Vec2::new(814.0, 469.0)) .unwrap() .length, 331.225 ); } #[test] fn aurora_merged_trdtnyywws() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(598.0, 474.0), Vec2::new(791.0, 322.0)) .unwrap() .length, 321.992 ); } #[test] fn aurora_merged_geugcabvsz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 601.0), Vec2::new(346.0, 720.0)) .unwrap() .length, 327.48 ); } #[test] fn aurora_merged_frqymazdcv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(101.0, 670.0), Vec2::new(349.0, 581.0)) .unwrap() .length, 325.527 ); } #[test] fn aurora_merged_ddidhjstem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(93.0, 696.0), Vec2::new(318.0, 528.0)) .unwrap() .length, 325.764 ); } #[test] fn aurora_merged_vgwwvizzuk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(256.0, 703.0), Vec2::new(28.0, 595.0)) .unwrap() .length, 330.379 ); } #[test] fn aurora_merged_yiwwyrauxy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(539.0, 686.0), Vec2::new(246.0, 558.0)) .unwrap() .length, 323.091 ); } #[test] fn aurora_merged_mewetxaqfy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(648.0, 161.0), Vec2::new(334.0, 136.0)) .unwrap() .length, 324.917 ); } #[test] fn aurora_merged_plyiuhywaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(925.0, 344.0), Vec2::new(619.0, 328.0)) .unwrap() .length, 326.091 ); } #[test] fn aurora_merged_pxgfdjnqzt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(143.0, 438.0), Vec2::new(431.0, 326.0)) .unwrap() .length, 323.525 ); } #[test] fn aurora_merged_vcmjykmfui() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(757.0, 114.0), Vec2::new(899.0, 287.0)) .unwrap() .length, 328.351 ); } #[test] fn aurora_merged_hgzvmrcroz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(22.0, 158.0), Vec2::new(308.0, 292.0)) .unwrap() .length, 328.302 ); } #[test] fn aurora_merged_iejvnoeinr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(128.0, 550.0), Vec2::new(117.0, 323.0)) .unwrap() .length, 325.882 ); } #[test] fn aurora_merged_ngqyeaqnfl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(362.0, 78.0), Vec2::new(669.0, 75.0)) .unwrap() .length, 323.802 ); } #[test] fn aurora_merged_mktjereeam() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(415.0, 409.0), Vec2::new(316.0, 312.0)) .unwrap() .length, 327.931 ); } #[test] fn aurora_merged_efoatorlwu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(591.0, 502.0), Vec2::new(845.0, 706.0)) .unwrap() .length, 329.833 ); } #[test] fn aurora_merged_qgkulnjdbv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(685.0, 530.0), Vec2::new(725.0, 340.0)) .unwrap() .length, 329.019 ); } #[test] fn aurora_merged_angjihnjpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(371.0, 566.0), Vec2::new(53.0, 509.0)) .unwrap() .length, 329.439 ); } #[test] fn aurora_merged_qhvabyirps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(74.0, 399.0), Vec2::new(182.0, 155.0)) .unwrap() .length, 331.16 ); } #[test] fn aurora_merged_oagdugnvxg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(655.0, 587.0), Vec2::new(941.0, 461.0)) .unwrap() .length, 325.09 ); } #[test] fn aurora_merged_whvnywehzq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(286.0, 360.0), Vec2::new(184.0, 171.0)) .unwrap() .length, 331.889 ); } #[test] fn aurora_merged_olgwxibopx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(58.0, 133.0), Vec2::new(147.0, 386.0)) .unwrap() .length, 334.082 ); } #[test] fn aurora_merged_nksdlfxbez() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(857.0, 650.0), Vec2::new(573.0, 491.0)) .unwrap() .length, 330.302 ); } #[test] fn aurora_merged_hwumgijkjc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(206.0, 102.0), Vec2::new(208.0, 335.0)) .unwrap() .length, 331.32 ); } #[test] fn aurora_merged_vtvronncxi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 564.0), Vec2::new(98.0, 535.0)) .unwrap() .length, 329.336 ); } #[test] fn aurora_merged_twzukzhmyr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(507.0, 311.0), Vec2::new(653.0, 96.0)) .unwrap() .length, 330.127 ); } #[test] fn aurora_merged_mpvebihcfb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(113.0, 463.0), Vec2::new(398.0, 333.0)) .unwrap() .length, 333.927 ); } #[test] fn aurora_merged_ynixsmxuix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(233.0, 184.0), Vec2::new(329.0, 339.0)) .unwrap() .length, 328.142 ); } #[test] fn aurora_merged_cbwhueywor() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(19.0, 505.0), Vec2::new(318.0, 371.0)) .unwrap() .length, 333.661 ); } #[test] fn aurora_merged_cjuqocryyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1015.0, 445.0), Vec2::new(693.0, 443.0)) .unwrap() .length, 332.103 ); } #[test] fn aurora_merged_mrbodbbphr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(374.0, 334.0), Vec2::new(198.0, 521.0)) .unwrap() .length, 332.168 ); } #[test] fn aurora_merged_vnfbetolus() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 248.0), Vec2::new(493.0, 329.0)) .unwrap() .length, 335.657 ); } #[test] fn aurora_merged_mznlzuaxia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(593.0, 661.0), Vec2::new(279.0, 574.0)) .unwrap() .length, 335.327 ); } #[test] fn aurora_merged_wdbxwodbus() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 397.0), Vec2::new(545.0, 383.0)) .unwrap() .length, 331.306 ); } #[test] fn aurora_merged_pjtseactxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(401.0, 543.0), Vec2::new(174.0, 534.0)) .unwrap() .length, 335.188 ); } #[test] fn aurora_merged_ozaipjacwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(652.0, 449.0), Vec2::new(460.0, 680.0)) .unwrap() .length, 337.743 ); } #[test] fn aurora_merged_ekncwmmyna() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 417.0), Vec2::new(895.0, 235.0)) .unwrap() .length, 333.643 ); } #[test] fn aurora_merged_tdlooarlqt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(664.0, 239.0), Vec2::new(434.0, 274.0)) .unwrap() .length, 332.787 ); } #[test] fn aurora_merged_kkaetewqkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(468.0, 577.0), Vec2::new(789.0, 489.0)) .unwrap() .length, 335.683 ); } #[test] fn aurora_merged_fpwnllzzbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(616.0, 62.0), Vec2::new(306.0, 51.0)) .unwrap() .length, 330.974 ); } #[test] fn aurora_merged_amqckibmiw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 110.0), Vec2::new(826.0, 280.0)) .unwrap() .length, 341.174 ); } #[test] fn aurora_merged_lweucgqucf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(73.0, 136.0), Vec2::new(164.0, 386.0)) .unwrap() .length, 341.101 ); } #[test] fn aurora_merged_zwpxlprcda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(477.0, 590.0), Vec2::new(335.0, 752.0)) .unwrap() .length, 337.186 ); } #[test] fn aurora_merged_mucbiwvehk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(438.0, 499.0), Vec2::new(632.0, 671.0)) .unwrap() .length, 336.215 ); } #[test] fn aurora_merged_idhlqhrdvk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(253.0, 339.0), Vec2::new(572.0, 247.0)) .unwrap() .length, 336.527 ); } #[test] fn aurora_merged_yrqagrvvof() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(512.0, 412.0), Vec2::new(417.0, 188.0)) .unwrap() .length, 337.467 ); } #[test] fn aurora_merged_hzojitfjrq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(433.0, 197.0), Vec2::new(132.0, 319.0)) .unwrap() .length, 338.677 ); } #[test] fn aurora_merged_wtvguskmky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(420.0, 317.0), Vec2::new(205.0, 504.0)) .unwrap() .length, 335.174 ); } #[test] fn aurora_merged_qsaycaoddd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(427.0, 460.0), Vec2::new(288.0, 265.0)) .unwrap() .length, 340.82 ); } #[test] fn aurora_merged_qcjonchstl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(502.0, 497.0), Vec2::new(181.0, 462.0)) .unwrap() .length, 339.457 ); } #[test] fn aurora_merged_mhundusdxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 470.0), Vec2::new(483.0, 521.0)) .unwrap() .length, 342.358 ); } #[test] fn aurora_merged_qcfffdrleh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(406.0, 464.0), Vec2::new(95.0, 454.0)) .unwrap() .length, 340.502 ); } #[test] fn aurora_merged_phiyobzonb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(343.0, 254.0), Vec2::new(566.0, 263.0)) .unwrap() .length, 346.188 ); } #[test] fn aurora_merged_guymjezupv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 466.0), Vec2::new(601.0, 604.0)) .unwrap() .length, 338.366 ); } #[test] fn aurora_merged_qducrnjwju() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(554.0, 575.0), Vec2::new(866.0, 442.0)) .unwrap() .length, 343.438 ); } #[test] fn aurora_merged_qtefvaizap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 303.0), Vec2::new(473.0, 143.0)) .unwrap() .length, 340.131 ); } #[test] fn aurora_merged_yompdwykvz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 318.0), Vec2::new(13.0, 529.0)) .unwrap() .length, 348.338 ); } #[test] fn aurora_merged_ptofqarmvg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(752.0, 511.0), Vec2::new(639.0, 359.0)) .unwrap() .length, 339.859 ); } #[test] fn aurora_merged_yesmsnslag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(702.0, 215.0), Vec2::new(790.0, 391.0)) .unwrap() .length, 346.261 ); } #[test] fn aurora_merged_mrwdjialib() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(539.0, 151.0), Vec2::new(764.0, 326.0)) .unwrap() .length, 339.301 ); } #[test] fn aurora_merged_anjelaqwss() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(878.0, 118.0), Vec2::new(774.0, 301.0)) .unwrap() .length, 348.095 ); } #[test] fn aurora_merged_roghkhrnck() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(341.0, 605.0), Vec2::new(34.0, 572.0)) .unwrap() .length, 345.946 ); } #[test] fn aurora_merged_alpleckplh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(464.0, 361.0), Vec2::new(463.0, 483.0)) .unwrap() .length, 345.542 ); } #[test] fn aurora_merged_wqhutagxzn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 156.0), Vec2::new(316.0, 308.0)) .unwrap() .length, 347.137 ); } #[test] fn aurora_merged_ppjzgxwnno() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(100.0, 274.0), Vec2::new(431.0, 299.0)) .unwrap() .length, 346.763 ); } #[test] fn aurora_merged_oikgcsehhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(607.0, 216.0), Vec2::new(453.0, 354.0)) .unwrap() .length, 351.466 ); } #[test] fn aurora_merged_zvclqlstgt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 89.0), Vec2::new(268.0, 342.0)) .unwrap() .length, 351.094 ); } #[test] fn aurora_merged_hsxuizlkjv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(763.0, 492.0), Vec2::new(442.0, 462.0)) .unwrap() .length, 344.025 ); } #[test] fn aurora_merged_iseothtuva() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(950.0, 365.0), Vec2::new(640.0, 428.0)) .unwrap() .length, 357.351 ); } #[test] fn aurora_merged_gcbtjqhaop() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 669.0), Vec2::new(794.0, 658.0)) .unwrap() .length, 347.926 ); } #[test] fn aurora_merged_ejtpmnxznz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(776.0, 592.0), Vec2::new(715.0, 357.0)) .unwrap() .length, 348.08 ); } #[test] fn aurora_merged_mwamhgvtoh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 172.0), Vec2::new(647.0, 366.0)) .unwrap() .length, 349.325 ); } #[test] fn aurora_merged_qyxwxoksbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(579.0, 360.0), Vec2::new(604.0, 540.0)) .unwrap() .length, 348.051 ); } #[test] fn aurora_merged_mdnhicydzk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(98.0, 307.0), Vec2::new(142.0, 93.0)) .unwrap() .length, 353.399 ); } #[test] fn aurora_merged_xnfjqycaqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(453.0, 229.0), Vec2::new(761.0, 248.0)) .unwrap() .length, 349.701 ); } #[test] fn aurora_merged_tnhrtygnzp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(52.0, 178.0), Vec2::new(389.0, 126.0)) .unwrap() .length, 349.761 ); } #[test] fn aurora_merged_usskbbqofg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(425.0, 530.0), Vec2::new(159.0, 586.0)) .unwrap() .length, 345.464 ); } #[test] fn aurora_merged_wlaxdjtekq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(197.0, 275.0), Vec2::new(463.0, 490.0)) .unwrap() .length, 354.4 ); } #[test] fn aurora_merged_ljhlymcwtl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(634.0, 327.0), Vec2::new(389.0, 133.0)) .unwrap() .length, 355.084 ); } #[test] fn aurora_merged_vpigirwrbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(131.0, 159.0), Vec2::new(112.0, 394.0)) .unwrap() .length, 350.785 ); } #[test] fn aurora_merged_haorxdvaai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(416.0, 525.0), Vec2::new(150.0, 462.0)) .unwrap() .length, 350.559 ); } #[test] fn aurora_merged_juspgdbjhx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(669.0, 377.0), Vec2::new(633.0, 624.0)) .unwrap() .length, 356.228 ); } #[test] fn aurora_merged_ljpunlrnuf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(371.0, 570.0), Vec2::new(128.0, 710.0)) .unwrap() .length, 354.963 ); } #[test] fn aurora_merged_phaqknpkzq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(402.0, 309.0), Vec2::new(97.0, 465.0)) .unwrap() .length, 354.542 ); } #[test] fn aurora_merged_achfqgzool() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 83.0), Vec2::new(514.0, 351.0)) .unwrap() .length, 357.85 ); } #[test] fn aurora_merged_rqvamacvmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(370.0, 162.0), Vec2::new(112.0, 360.0)) .unwrap() .length, 354.594 ); } #[test] fn aurora_merged_iprimjicvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 649.0), Vec2::new(331.0, 524.0)) .unwrap() .length, 353.463 ); } #[test] fn aurora_merged_iezyflfgas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(224.0, 240.0), Vec2::new(115.0, 430.0)) .unwrap() .length, 350.03 ); } #[test] fn aurora_merged_iilfaoykjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(771.0, 202.0), Vec2::new(433.0, 190.0)) .unwrap() .length, 357.452 ); } #[test] fn aurora_merged_wzsmrjxgil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(837.0, 330.0), Vec2::new(488.0, 272.0)) .unwrap() .length, 358.773 ); } #[test] fn aurora_merged_vnocfgkxvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(248.0, 269.0), Vec2::new(120.0, 121.0)) .unwrap() .length, 352.39 ); } #[test] fn aurora_merged_cnztgbiejs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(561.0, 659.0), Vec2::new(250.0, 486.0)) .unwrap() .length, 356.431 ); } #[test] fn aurora_merged_zjmolawwyv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(604.0, 690.0), Vec2::new(279.0, 568.0)) .unwrap() .length, 355.942 ); } #[test] fn aurora_merged_raykqzutgw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(333.0, 632.0), Vec2::new(50.0, 477.0)) .unwrap() .length, 355.498 ); } #[test] fn aurora_merged_csiqvmdsjl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(638.0, 259.0), Vec2::new(326.0, 101.0)) .unwrap() .length, 357.855 ); } #[test] fn aurora_merged_ffgilzrrmq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(535.0, 248.0), Vec2::new(725.0, 169.0)) .unwrap() .length, 365.636 ); } #[test] fn aurora_merged_tnbunpbmru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(560.0, 612.0), Vec2::new(648.0, 358.0)) .unwrap() .length, 358.285 ); } #[test] fn aurora_merged_hpurooejad() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(321.0, 732.0), Vec2::new(320.0, 551.0)) .unwrap() .length, 357.478 ); } #[test] fn aurora_merged_ytiynrhwtb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(119.0, 387.0), Vec2::new(279.0, 633.0)) .unwrap() .length, 359.545 ); } #[test] fn aurora_merged_acltqnghii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 68.0), Vec2::new(361.0, 110.0)) .unwrap() .length, 356.232 ); } #[test] fn aurora_merged_jqdydzyuil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(877.0, 410.0), Vec2::new(715.0, 631.0)) .unwrap() .length, 363.353 ); } #[test] fn aurora_merged_vxdiyotubc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 547.0), Vec2::new(194.0, 496.0)) .unwrap() .length, 358.741 ); } #[test] fn aurora_merged_llcexhdxfu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(822.0, 431.0), Vec2::new(734.0, 208.0)) .unwrap() .length, 363.901 ); } #[test] fn aurora_merged_gviohfdbes() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(825.0, 387.0), Vec2::new(700.0, 258.0)) .unwrap() .length, 361.149 ); } #[test] fn aurora_merged_gouwtwkhta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(77.0, 210.0), Vec2::new(447.0, 212.0)) .unwrap() .length, 373.266 ); } #[test] fn aurora_merged_ebacikoopq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(907.0, 431.0), Vec2::new(632.0, 599.0)) .unwrap() .length, 361.269 ); } #[test] fn aurora_merged_tmvdzexkkh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(602.0, 108.0), Vec2::new(690.0, 324.0)) .unwrap() .length, 361.726 ); } #[test] fn aurora_merged_kwkwzmtwfx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 623.0), Vec2::new(320.0, 371.0)) .unwrap() .length, 364.53 ); } #[test] fn aurora_merged_apqyphcasq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(790.0, 660.0), Vec2::new(446.0, 585.0)) .unwrap() .length, 361.427 ); } #[test] fn aurora_merged_vpfdohhmjd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(393.0, 281.0), Vec2::new(369.0, 545.0)) .unwrap() .length, 365.689 ); } #[test] fn aurora_merged_mmpbfbgcow() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(292.0, 552.0), Vec2::new(278.0, 303.0)) .unwrap() .length, 374.587 ); } #[test] fn aurora_merged_qjwkhktzrx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(484.0, 437.0), Vec2::new(614.0, 685.0)) .unwrap() .length, 369.36 ); } #[test] fn aurora_merged_nwjghziagh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(937.0, 378.0), Vec2::new(725.0, 156.0)) .unwrap() .length, 365.721 ); } #[test] fn aurora_merged_vzzphysvgy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(499.0, 497.0), Vec2::new(200.0, 350.0)) .unwrap() .length, 368.583 ); } #[test] fn aurora_merged_viuefkstzx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(580.0, 112.0), Vec2::new(262.0, 263.0)) .unwrap() .length, 368.233 ); } #[test] fn aurora_merged_wihdgzorsv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(450.0, 580.0), Vec2::new(156.0, 439.0)) .unwrap() .length, 360.804 ); } #[test] fn aurora_merged_hwofeoudig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(400.0, 335.0), Vec2::new(47.0, 306.0)) .unwrap() .length, 368.488 ); } #[test] fn aurora_merged_essxnkpwxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 188.0), Vec2::new(832.0, 220.0)) .unwrap() .length, 364.854 ); } #[test] fn aurora_merged_ftspmnmcgj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(161.0, 373.0), Vec2::new(167.0, 634.0)) .unwrap() .length, 375.213 ); } #[test] fn aurora_merged_xxgjggbpwb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(473.0, 600.0), Vec2::new(251.0, 632.0)) .unwrap() .length, 366.017 ); } #[test] fn aurora_merged_nojqjztplx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(118.0, 430.0), Vec2::new(251.0, 211.0)) .unwrap() .length, 368.427 ); } #[test] fn aurora_merged_voufgwotaf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(430.0, 137.0), Vec2::new(272.0, 368.0)) .unwrap() .length, 369.794 ); } #[test] fn aurora_merged_sbvfxqonkg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(590.0, 516.0), Vec2::new(935.0, 633.0)) .unwrap() .length, 369.327 ); } #[test] fn aurora_merged_ydixhgjmsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(338.0, 374.0), Vec2::new(5.0, 413.0)) .unwrap() .length, 368.801 ); } #[test] fn aurora_merged_izselsxgeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(621.0, 479.0), Vec2::new(875.0, 360.0)) .unwrap() .length, 374.571 ); } #[test] fn aurora_merged_irbuidvqrj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(482.0, 271.0), Vec2::new(240.0, 226.0)) .unwrap() .length, 376.014 ); } #[test] fn aurora_merged_knwdlqrvyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(613.0, 200.0), Vec2::new(261.0, 188.0)) .unwrap() .length, 375.463 ); } #[test] fn aurora_merged_ieftvugvga() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(2.0, 362.0), Vec2::new(119.0, 171.0)) .unwrap() .length, 366.018 ); } #[test] fn aurora_merged_xukgkjnzgs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 387.0), Vec2::new(807.0, 594.0)) .unwrap() .length, 369.769 ); } #[test] fn aurora_merged_cpeiezblfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(276.0, 275.0), Vec2::new(535.0, 287.0)) .unwrap() .length, 367.206 ); } #[test] fn aurora_merged_zcjqzpgrjv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(483.0, 367.0), Vec2::new(314.0, 303.0)) .unwrap() .length, 368.626 ); } #[test] fn aurora_merged_ensmohdwrm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 729.0), Vec2::new(437.0, 667.0)) .unwrap() .length, 373.482 ); } #[test] fn aurora_merged_umudsxxmdm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(871.0, 361.0), Vec2::new(522.0, 298.0)) .unwrap() .length, 377.479 ); } #[test] fn aurora_merged_omvvgszwix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 645.0), Vec2::new(44.0, 396.0)) .unwrap() .length, 374.455 ); } #[test] fn aurora_merged_cjmjbfaujh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 328.0), Vec2::new(446.0, 400.0)) .unwrap() .length, 372.177 ); } #[test] fn aurora_merged_mmsvkewltn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(540.0, 460.0), Vec2::new(785.0, 332.0)) .unwrap() .length, 369.9 ); } #[test] fn aurora_merged_wmkhuagmen() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(894.0, 620.0), Vec2::new(555.0, 477.0)) .unwrap() .length, 370.948 ); } #[test] fn aurora_merged_jbwqzqhdyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(653.0, 285.0), Vec2::new(662.0, 221.0)) .unwrap() .length, 369.702 ); } #[test] fn aurora_merged_zalpgvcsch() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 607.0), Vec2::new(383.0, 668.0)) .unwrap() .length, 380.292 ); } #[test] fn aurora_merged_wogewrcmyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(463.0, 356.0), Vec2::new(365.0, 263.0)) .unwrap() .length, 379.594 ); } #[test] fn aurora_merged_vcvfwiltld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(647.0, 585.0), Vec2::new(344.0, 510.0)) .unwrap() .length, 376.343 ); } #[test] fn aurora_merged_whydcjsubo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(313.0, 176.0), Vec2::new(141.0, 435.0)) .unwrap() .length, 376.441 ); } #[test] fn aurora_merged_fpzmsqmbjt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(905.0, 377.0), Vec2::new(665.0, 555.0)) .unwrap() .length, 376.086 ); } #[test] fn aurora_merged_fnmdyulwcj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(850.0, 663.0), Vec2::new(471.0, 636.0)) .unwrap() .length, 385.347 ); } #[test] fn aurora_merged_stossobsbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(183.0, 555.0), Vec2::new(264.0, 354.0)) .unwrap() .length, 378.811 ); } #[test] fn aurora_merged_kpxfrjhwyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(382.0, 440.0), Vec2::new(730.0, 401.0)) .unwrap() .length, 374.328 ); } #[test] fn aurora_merged_takqsdwxvp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(294.0, 284.0), Vec2::new(43.0, 505.0)) .unwrap() .length, 380.548 ); } #[test] fn aurora_merged_sknomujmio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(407.0, 490.0), Vec2::new(515.0, 363.0)) .unwrap() .length, 376.821 ); } #[test] fn aurora_merged_vpprmuvykg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(338.0, 163.0), Vec2::new(712.0, 108.0)) .unwrap() .length, 381.264 ); } #[test] fn aurora_merged_cfstxnwmqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 295.0), Vec2::new(747.0, 513.0)) .unwrap() .length, 378.891 ); } #[test] fn aurora_merged_voldesjmxz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(682.0, 149.0), Vec2::new(344.0, 256.0)) .unwrap() .length, 384.67 ); } #[test] fn aurora_merged_gxdlfbyigz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(711.0, 404.0), Vec2::new(688.0, 683.0)) .unwrap() .length, 387.244 ); } #[test] fn aurora_merged_hgyrkrblpp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(613.0, 393.0), Vec2::new(968.0, 384.0)) .unwrap() .length, 377.47 ); } #[test] fn aurora_merged_lkktbdefcd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(754.0, 405.0), Vec2::new(977.0, 285.0)) .unwrap() .length, 387.29 ); } #[test] fn aurora_merged_gemvkbrsif() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(776.0, 308.0), Vec2::new(614.0, 185.0)) .unwrap() .length, 380.363 ); } #[test] fn aurora_merged_tlnldosnpw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(483.0, 656.0), Vec2::new(345.0, 492.0)) .unwrap() .length, 378.174 ); } #[test] fn aurora_merged_rcwfxkdfwj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 434.0), Vec2::new(243.0, 234.0)) .unwrap() .length, 378.012 ); } #[test] fn aurora_merged_gqlcojuhco() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(411.0, 412.0), Vec2::new(733.0, 602.0)) .unwrap() .length, 377.631 ); } #[test] fn aurora_merged_kqntgmgfig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(798.0, 401.0), Vec2::new(726.0, 152.0)) .unwrap() .length, 383.313 ); } #[test] fn aurora_merged_xdkhthlfed() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(187.0, 434.0), Vec2::new(526.0, 545.0)) .unwrap() .length, 383.499 ); } #[test] fn aurora_merged_jvcbjpllxq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(343.0, 101.0), Vec2::new(99.0, 322.0)) .unwrap() .length, 383.827 ); } #[test] fn aurora_merged_pvugsmggnw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(137.0, 504.0), Vec2::new(502.0, 569.0)) .unwrap() .length, 386.451 ); } #[test] fn aurora_merged_olwpxqchpt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(215.0, 368.0), Vec2::new(248.0, 614.0)) .unwrap() .length, 388.117 ); } #[test] fn aurora_merged_uawlvtvoat() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(65.0, 583.0), Vec2::new(162.0, 317.0)) .unwrap() .length, 386.419 ); } #[test] fn aurora_merged_fdiedpjwfu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(550.0, 269.0), Vec2::new(928.0, 278.0)) .unwrap() .length, 386.758 ); } #[test] fn aurora_merged_ajmmbbfwct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 536.0), Vec2::new(213.0, 304.0)) .unwrap() .length, 384.076 ); } #[test] fn aurora_merged_hwuqskpplh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 318.0), Vec2::new(671.0, 175.0)) .unwrap() .length, 385.533 ); } #[test] fn aurora_merged_bxvmmiuzec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 388.0), Vec2::new(444.0, 238.0)) .unwrap() .length, 385.422 ); } #[test] fn aurora_merged_tchftoupti() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(361.0, 568.0), Vec2::new(49.0, 362.0)) .unwrap() .length, 387.463 ); } #[test] fn aurora_merged_xnxlysmcul() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(14.0, 331.0), Vec2::new(45.0, 581.0)) .unwrap() .length, 384.823 ); } #[test] fn aurora_merged_zaqaijtyvi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 371.0), Vec2::new(285.0, 120.0)) .unwrap() .length, 389.062 ); } #[test] fn aurora_merged_qkbkwdjhmy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(339.0, 686.0), Vec2::new(394.0, 430.0)) .unwrap() .length, 391.129 ); } #[test] fn aurora_merged_glalvgnesb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(475.0, 444.0), Vec2::new(129.0, 291.0)) .unwrap() .length, 386.706 ); } #[test] fn aurora_merged_aenyfufnga() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 531.0), Vec2::new(343.0, 649.0)) .unwrap() .length, 382.428 ); } #[test] fn aurora_merged_coldbdroou() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(743.0, 239.0), Vec2::new(747.0, 367.0)) .unwrap() .length, 389.112 ); } #[test] fn aurora_merged_tsvemmtybt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(30.0, 459.0), Vec2::new(217.0, 171.0)) .unwrap() .length, 390.319 ); } #[test] fn aurora_merged_qyuwqtuxnf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(143.0, 415.0), Vec2::new(324.0, 142.0)) .unwrap() .length, 390.041 ); } #[test] fn aurora_merged_jjuryefali() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(386.0, 300.0), Vec2::new(382.0, 569.0)) .unwrap() .length, 391.428 ); } #[test] fn aurora_merged_tnofmmoxco() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(852.0, 365.0), Vec2::new(750.0, 220.0)) .unwrap() .length, 386.869 ); } #[test] fn aurora_merged_lkzarnofht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(625.0, 138.0), Vec2::new(252.0, 79.0)) .unwrap() .length, 384.961 ); } #[test] fn aurora_merged_usgwtjldfa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(637.0, 346.0), Vec2::new(829.0, 584.0)) .unwrap() .length, 389.616 ); } #[test] fn aurora_merged_zksderbbks() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(506.0, 329.0), Vec2::new(901.0, 303.0)) .unwrap() .length, 398.747 ); } #[test] fn aurora_merged_ibmahovdrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(482.0, 553.0), Vec2::new(285.0, 646.0)) .unwrap() .length, 391.15 ); } #[test] fn aurora_merged_anfmikshpp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 697.0), Vec2::new(766.0, 432.0)) .unwrap() .length, 391.079 ); } #[test] fn aurora_merged_lpfwlifyko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 257.0), Vec2::new(816.0, 364.0)) .unwrap() .length, 394.071 ); } #[test] fn aurora_merged_jbmskgkjkj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(704.0, 369.0), Vec2::new(478.0, 513.0)) .unwrap() .length, 398.299 ); } #[test] fn aurora_merged_nmeaaztpra() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(864.0, 356.0), Vec2::new(662.0, 154.0)) .unwrap() .length, 391.296 ); } #[test] fn aurora_merged_zbgccenckn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 68.0), Vec2::new(544.0, 347.0)) .unwrap() .length, 391.383 ); } #[test] fn aurora_merged_dtrnwyomzs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(446.0, 318.0), Vec2::new(265.0, 206.0)) .unwrap() .length, 399.45 ); } #[test] fn aurora_merged_dhqnbpulsl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(136.0, 625.0), Vec2::new(465.0, 460.0)) .unwrap() .length, 390.413 ); } #[test] fn aurora_merged_gdzfuwsyws() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 331.0), Vec2::new(600.0, 162.0)) .unwrap() .length, 394.792 ); } #[test] fn aurora_merged_nzgalwluju() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(847.0, 683.0), Vec2::new(521.0, 467.0)) .unwrap() .length, 395.976 ); } #[test] fn aurora_merged_kgvulcfthd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 437.0), Vec2::new(26.0, 600.0)) .unwrap() .length, 390.548 ); } #[test] fn aurora_merged_hubwzradnt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 89.0), Vec2::new(385.0, 351.0)) .unwrap() .length, 400.243 ); } #[test] fn aurora_merged_gjmzjgjvie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(786.0, 324.0), Vec2::new(411.0, 291.0)) .unwrap() .length, 399.437 ); } #[test] fn aurora_merged_tdpjinqugo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 569.0), Vec2::new(349.0, 366.0)) .unwrap() .length, 391.431 ); } #[test] fn aurora_merged_gvuinpwnbq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(443.0, 390.0), Vec2::new(192.0, 505.0)) .unwrap() .length, 398.109 ); } #[test] fn aurora_merged_imbaegwoaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(467.0, 669.0), Vec2::new(70.0, 661.0)) .unwrap() .length, 402.888 ); } #[test] fn aurora_merged_cyskxmgyjb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 559.0), Vec2::new(786.0, 334.0)) .unwrap() .length, 396.009 ); } #[test] fn aurora_merged_fdivchkdgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 440.0), Vec2::new(431.0, 456.0)) .unwrap() .length, 403.223 ); } #[test] fn aurora_merged_ampdwaiuig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(612.0, 47.0), Vec2::new(888.0, 251.0)) .unwrap() .length, 398.249 ); } #[test] fn aurora_merged_omtbksuynu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(532.0, 381.0), Vec2::new(624.0, 211.0)) .unwrap() .length, 398.016 ); } #[test] fn aurora_merged_gyuoicxaet() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(829.0, 375.0), Vec2::new(454.0, 342.0)) .unwrap() .length, 401.96 ); } #[test] fn aurora_merged_qzqdhkiheo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(463.0, 61.0), Vec2::new(355.0, 303.0)) .unwrap() .length, 399.139 ); } #[test] fn aurora_merged_yjonxwybro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(610.0, 319.0), Vec2::new(400.0, 244.0)) .unwrap() .length, 403.331 ); } #[test] fn aurora_merged_zycoscprcl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(485.0, 373.0), Vec2::new(111.0, 285.0)) .unwrap() .length, 397.104 ); } #[test] fn aurora_merged_hhspaubhiu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(802.0, 723.0), Vec2::new(439.0, 616.0)) .unwrap() .length, 400.644 ); } #[test] fn aurora_merged_faqxdaflal() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(844.0, 559.0), Vec2::new(784.0, 307.0)) .unwrap() .length, 398.74 ); } #[test] fn aurora_merged_pcjcxmecfk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(741.0, 397.0), Vec2::new(385.0, 543.0)) .unwrap() .length, 402.343 ); } #[test] fn aurora_merged_ubdscnlfxc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(509.0, 50.0), Vec2::new(418.0, 306.0)) .unwrap() .length, 401.729 ); } #[test] fn aurora_merged_heakssenpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(181.0, 472.0), Vec2::new(504.0, 368.0)) .unwrap() .length, 398.876 ); } #[test] fn aurora_merged_hdyjwwgdtd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(384.0, 679.0), Vec2::new(627.0, 697.0)) .unwrap() .length, 402.887 ); } #[test] fn aurora_merged_itgvcgxigs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(610.0, 547.0), Vec2::new(996.0, 455.0)) .unwrap() .length, 402.25 ); } #[test] fn aurora_merged_tzebzrhntn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(198.0, 570.0), Vec2::new(129.0, 320.0)) .unwrap() .length, 406.694 ); } #[test] fn aurora_merged_cvzufimvtd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(995.0, 618.0), Vec2::new(610.0, 637.0)) .unwrap() .length, 402.078 ); } #[test] fn aurora_merged_fmsejsaoxs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 479.0), Vec2::new(525.0, 262.0)) .unwrap() .length, 403.232 ); } #[test] fn aurora_merged_ypipcilmos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(443.0, 194.0), Vec2::new(782.0, 368.0)) .unwrap() .length, 399.551 ); } #[test] fn aurora_merged_lpuyyvbarc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(560.0, 320.0), Vec2::new(292.0, 118.0)) .unwrap() .length, 403.301 ); } #[test] fn aurora_merged_wfbgjcordi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(496.0, 543.0), Vec2::new(759.0, 360.0)) .unwrap() .length, 409.36 ); } #[test] fn aurora_merged_bwclgenumb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(478.0, 328.0), Vec2::new(403.0, 530.0)) .unwrap() .length, 402.696 ); } #[test] fn aurora_merged_bxnbbihutn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(64.0, 604.0), Vec2::new(49.0, 320.0)) .unwrap() .length, 403.551 ); } #[test] fn aurora_merged_nolslwlxwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 478.0), Vec2::new(418.0, 314.0)) .unwrap() .length, 402.082 ); } #[test] fn aurora_merged_lkddqjgqml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(594.0, 557.0), Vec2::new(219.0, 507.0)) .unwrap() .length, 410.619 ); } #[test] fn aurora_merged_ovatexhmep() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(684.0, 102.0), Vec2::new(583.0, 323.0)) .unwrap() .length, 403.567 ); } #[test] fn aurora_merged_qqftsscwze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(516.0, 565.0), Vec2::new(232.0, 378.0)) .unwrap() .length, 413.029 ); } #[test] fn aurora_merged_ocncinagql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(464.0, 207.0), Vec2::new(850.0, 102.0)) .unwrap() .length, 411.882 ); } #[test] fn aurora_merged_ojkmczgidg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(246.0, 607.0), Vec2::new(16.0, 362.0)) .unwrap() .length, 410.466 ); } #[test] fn aurora_merged_lbeebrpzqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(81.0, 621.0), Vec2::new(43.0, 315.0)) .unwrap() .length, 408.736 ); } #[test] fn aurora_merged_hxupudqtgu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(399.0, 716.0), Vec2::new(306.0, 545.0)) .unwrap() .length, 403.656 ); } #[test] fn aurora_merged_zttqkukbqi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(79.0, 125.0), Vec2::new(111.0, 430.0)) .unwrap() .length, 409.152 ); } #[test] fn aurora_merged_mgbtizkhet() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(757.0, 230.0), Vec2::new(465.0, 289.0)) .unwrap() .length, 409.409 ); } #[test] fn aurora_merged_ytfwgloxxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(765.0, 176.0), Vec2::new(511.0, 305.0)) .unwrap() .length, 419.386 ); } #[test] fn aurora_merged_tkurwqijbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 113.0), Vec2::new(309.0, 228.0)) .unwrap() .length, 409.659 ); } #[test] fn aurora_merged_wcixcnrnlw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(280.0, 77.0), Vec2::new(250.0, 384.0)) .unwrap() .length, 411.317 ); } #[test] fn aurora_merged_aqxyqwefst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(536.0, 408.0), Vec2::new(285.0, 266.0)) .unwrap() .length, 407.221 ); } #[test] fn aurora_merged_urgqnqpyif() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(737.0, 147.0), Vec2::new(559.0, 310.0)) .unwrap() .length, 415.318 ); } #[test] fn aurora_merged_lpblmeaorp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 139.0), Vec2::new(473.0, 350.0)) .unwrap() .length, 411.773 ); } #[test] fn aurora_merged_gohydehuwm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(63.0, 154.0), Vec2::new(213.0, 412.0)) .unwrap() .length, 409.67 ); } #[test] fn aurora_merged_yfinwhitlb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(53.0, 622.0), Vec2::new(9.0, 335.0)) .unwrap() .length, 413.208 ); } #[test] fn aurora_merged_vjpggjelox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(32.0, 308.0), Vec2::new(328.0, 564.0)) .unwrap() .length, 418.83 ); } #[test] fn aurora_merged_krsjzjavdo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(431.0, 192.0), Vec2::new(201.0, 412.0)) .unwrap() .length, 415.771 ); } #[test] fn aurora_merged_bddpefbuar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(87.0, 169.0), Vec2::new(2.0, 421.0)) .unwrap() .length, 415.887 ); } #[test] fn aurora_merged_jwvurnjhiy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(934.0, 663.0), Vec2::new(526.0, 608.0)) .unwrap() .length, 420.271 ); } #[test] fn aurora_merged_ozcvijasot() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(884.0, 409.0), Vec2::new(589.0, 522.0)) .unwrap() .length, 412.703 ); } #[test] fn aurora_merged_gyvorqjkng() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 201.0), Vec2::new(433.0, 392.0)) .unwrap() .length, 414.176 ); } #[test] fn aurora_merged_ixrsqxeape() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(613.0, 303.0), Vec2::new(216.0, 357.0)) .unwrap() .length, 411.753 ); } #[test] fn aurora_merged_fbbpmupapo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(785.0, 371.0), Vec2::new(523.0, 539.0)) .unwrap() .length, 417.059 ); } #[test] fn aurora_merged_odypxsgnbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 273.0), Vec2::new(320.0, 567.0)) .unwrap() .length, 420.097 ); } #[test] fn aurora_merged_foeywaywms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(271.0, 694.0), Vec2::new(632.0, 600.0)) .unwrap() .length, 420.676 ); } #[test] fn aurora_merged_chnzuguwer() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 536.0), Vec2::new(168.0, 247.0)) .unwrap() .length, 412.399 ); } #[test] fn aurora_merged_vibaijztdz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(621.0, 157.0), Vec2::new(620.0, 400.0)) .unwrap() .length, 417.794 ); } #[test] fn aurora_merged_kbnqfaxuot() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(577.0, 371.0), Vec2::new(782.0, 225.0)) .unwrap() .length, 416.74 ); } #[test] fn aurora_merged_dkkkwwzexw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 686.0), Vec2::new(79.0, 366.0)) .unwrap() .length, 417.615 ); } #[test] fn aurora_merged_yxbyhzgwdr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(399.0, 353.0), Vec2::new(47.0, 480.0)) .unwrap() .length, 414.584 ); } #[test] fn aurora_merged_curjhpwmij() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 634.0), Vec2::new(110.0, 325.0)) .unwrap() .length, 417.201 ); } #[test] fn aurora_merged_nbyndgmcoh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(290.0, 369.0), Vec2::new(569.0, 172.0)) .unwrap() .length, 412.043 ); } #[test] fn aurora_merged_ylwggpyuot() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(265.0, 412.0), Vec2::new(399.0, 242.0)) .unwrap() .length, 417.273 ); } #[test] fn aurora_merged_tcqshywigp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 273.0), Vec2::new(862.0, 552.0)) .unwrap() .length, 423.417 ); } #[test] fn aurora_merged_yqdfnrmdap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(581.0, 438.0), Vec2::new(819.0, 505.0)) .unwrap() .length, 413.794 ); } #[test] fn aurora_merged_tgfiwoossk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(829.0, 651.0), Vec2::new(936.0, 335.0)) .unwrap() .length, 424.047 ); } #[test] fn aurora_merged_rmmvdsfuag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(466.0, 505.0), Vec2::new(634.0, 429.0)) .unwrap() .length, 421.057 ); } #[test] fn aurora_merged_vkzjyoxale() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(576.0, 191.0), Vec2::new(706.0, 375.0)) .unwrap() .length, 418.507 ); } #[test] fn aurora_merged_phsdatwrnt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(612.0, 270.0), Vec2::new(206.0, 336.0)) .unwrap() .length, 421.58 ); } #[test] fn aurora_merged_dadaivqndt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(567.0, 558.0), Vec2::new(237.0, 614.0)) .unwrap() .length, 426.173 ); } #[test] fn aurora_merged_smbhhwwztt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(328.0, 89.0), Vec2::new(234.0, 396.0)) .unwrap() .length, 424.918 ); } #[test] fn aurora_merged_zcbmjhrbgm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(224.0, 285.0), Vec2::new(349.0, 539.0)) .unwrap() .length, 424.938 ); } #[test] fn aurora_merged_vdlffidyze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(456.0, 635.0), Vec2::new(880.0, 657.0)) .unwrap() .length, 431.499 ); } #[test] fn aurora_merged_uaeqnwabup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(721.0, 345.0), Vec2::new(432.0, 418.0)) .unwrap() .length, 417.287 ); } #[test] fn aurora_merged_befqddvtgt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(450.0, 382.0), Vec2::new(107.0, 491.0)) .unwrap() .length, 428.436 ); } #[test] fn aurora_merged_dnvtmkwnpd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(523.0, 233.0), Vec2::new(853.0, 102.0)) .unwrap() .length, 423.712 ); } #[test] fn aurora_merged_qbiodxsnzc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(513.0, 401.0), Vec2::new(335.0, 283.0)) .unwrap() .length, 423.937 ); } #[test] fn aurora_merged_qultqkgbil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(690.0, 102.0), Vec2::new(281.0, 117.0)) .unwrap() .length, 424.367 ); } #[test] fn aurora_merged_lnbxxcbcxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(386.0, 288.0), Vec2::new(502.0, 630.0)) .unwrap() .length, 434.657 ); } #[test] fn aurora_merged_uemuxgjsyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(339.0, 360.0), Vec2::new(616.0, 568.0)) .unwrap() .length, 422.809 ); } #[test] fn aurora_merged_lirtpsqplx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(846.0, 659.0), Vec2::new(489.0, 434.0)) .unwrap() .length, 425.043 ); } #[test] fn aurora_merged_eelyggchxs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 388.0), Vec2::new(823.0, 95.0)) .unwrap() .length, 421.173 ); } #[test] fn aurora_merged_wujignhdpm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(539.0, 335.0), Vec2::new(123.0, 285.0)) .unwrap() .length, 429.989 ); } #[test] fn aurora_merged_qtlwgjbhoi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(673.0, 696.0), Vec2::new(334.0, 551.0)) .unwrap() .length, 422.286 ); } #[test] fn aurora_merged_pmxikjmjtv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 425.0), Vec2::new(633.0, 565.0)) .unwrap() .length, 423.725 ); } #[test] fn aurora_merged_evkrzbzytr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(906.0, 584.0), Vec2::new(489.0, 536.0)) .unwrap() .length, 429.246 ); } #[test] fn aurora_merged_ehgcjvxxfb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(495.0, 623.0), Vec2::new(722.0, 363.0)) .unwrap() .length, 427.88 ); } #[test] fn aurora_merged_aqsctbwtfe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 585.0), Vec2::new(465.0, 485.0)) .unwrap() .length, 427.27 ); } #[test] fn aurora_merged_rrngdpichi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(261.0, 413.0), Vec2::new(650.0, 445.0)) .unwrap() .length, 424.059 ); } #[test] fn aurora_merged_padkuhwfgr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(155.0, 652.0), Vec2::new(580.0, 695.0)) .unwrap() .length, 434.844 ); } #[test] fn aurora_merged_yxgipnybpp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(484.0, 321.0), Vec2::new(719.0, 249.0)) .unwrap() .length, 427.143 ); } #[test] fn aurora_merged_ymssbovfpc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(288.0, 589.0), Vec2::new(581.0, 526.0)) .unwrap() .length, 427.611 ); } #[test] fn aurora_merged_rqgvwvgmjt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 166.0), Vec2::new(384.0, 301.0)) .unwrap() .length, 423.228 ); } #[test] fn aurora_merged_tfxzvmnkhu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(447.0, 149.0), Vec2::new(586.0, 464.0)) .unwrap() .length, 429.709 ); } #[test] fn aurora_merged_xotjvqosnd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(847.0, 160.0), Vec2::new(461.0, 73.0)) .unwrap() .length, 423.783 ); } #[test] fn aurora_merged_yjfaiswknq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(757.0, 410.0), Vec2::new(508.0, 168.0)) .unwrap() .length, 425.9 ); } #[test] fn aurora_merged_rgjoahlljx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(729.0, 82.0), Vec2::new(662.0, 264.0)) .unwrap() .length, 426.236 ); } #[test] fn aurora_merged_ehoqevmbbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(726.0, 232.0), Vec2::new(326.0, 91.0)) .unwrap() .length, 428.791 ); } #[test] fn aurora_merged_vnenugnsfq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(108.0, 291.0), Vec2::new(163.0, 616.0)) .unwrap() .length, 432.743 ); } #[test] fn aurora_merged_mamuvvlzky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(570.0, 401.0), Vec2::new(754.0, 517.0)) .unwrap() .length, 428.601 ); } #[test] fn aurora_merged_uzwpylmwbe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(313.0, 622.0), Vec2::new(352.0, 354.0)) .unwrap() .length, 433.174 ); } #[test] fn aurora_merged_ltdqvnyivg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(549.0, 603.0), Vec2::new(960.0, 573.0)) .unwrap() .length, 434.068 ); } #[test] fn aurora_merged_tmyssubfjc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(587.0, 334.0), Vec2::new(1002.0, 363.0)) .unwrap() .length, 434.586 ); } #[test] fn aurora_merged_xscnoizoym() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(471.0, 499.0), Vec2::new(127.0, 277.0)) .unwrap() .length, 437.855 ); } #[test] fn aurora_merged_wmcenwqjqs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 509.0), Vec2::new(498.0, 360.0)) .unwrap() .length, 431.204 ); } #[test] fn aurora_merged_kvjbdpbyvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(731.0, 276.0), Vec2::new(414.0, 281.0)) .unwrap() .length, 429.956 ); } #[test] fn aurora_merged_gwyrpaatue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(634.0, 341.0), Vec2::new(297.0, 171.0)) .unwrap() .length, 441.632 ); } #[test] fn aurora_merged_uwjjbcjngp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(408.0, 704.0), Vec2::new(68.0, 684.0)) .unwrap() .length, 440.138 ); } #[test] fn aurora_merged_fywunxsrcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(307.0, 321.0), Vec2::new(457.0, 63.0)) .unwrap() .length, 438.653 ); } #[test] fn aurora_merged_imkweurdlv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(745.0, 279.0), Vec2::new(590.0, 274.0)) .unwrap() .length, 434.65 ); } #[test] fn aurora_merged_kpbizwscoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 499.0), Vec2::new(510.0, 344.0)) .unwrap() .length, 439.298 ); } #[test] fn aurora_merged_ryjdajvpxr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(382.0, 457.0), Vec2::new(609.0, 685.0)) .unwrap() .length, 437.802 ); } #[test] fn aurora_merged_xwwmkadldz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(249.0, 224.0), Vec2::new(234.0, 416.0)) .unwrap() .length, 433.503 ); } #[test] fn aurora_merged_mmauxwtwjy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(106.0, 363.0), Vec2::new(138.0, 690.0)) .unwrap() .length, 439.785 ); } #[test] fn aurora_merged_execfcdpda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(225.0, 50.0), Vec2::new(639.0, 144.0)) .unwrap() .length, 434.946 ); } #[test] fn aurora_merged_nytwpfthyk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(455.0, 561.0), Vec2::new(734.0, 676.0)) .unwrap() .length, 439.071 ); } #[test] fn aurora_merged_udhqpuezeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(743.0, 423.0), Vec2::new(618.0, 724.0)) .unwrap() .length, 440.014 ); } #[test] fn aurora_merged_uitfsgirza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(251.0, 216.0), Vec2::new(537.0, 357.0)) .unwrap() .length, 447.117 ); } #[test] fn aurora_merged_ngjpewhmqz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(593.0, 331.0), Vec2::new(918.0, 552.0)) .unwrap() .length, 434.761 ); } #[test] fn aurora_merged_xwaggirdxt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(271.0, 43.0), Vec2::new(684.0, 179.0)) .unwrap() .length, 440.584 ); } #[test] fn aurora_merged_fzlvmftgcr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(370.0, 331.0), Vec2::new(656.0, 456.0)) .unwrap() .length, 434.808 ); } #[test] fn aurora_merged_pipzmdplyw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(64.0, 673.0), Vec2::new(398.0, 700.0)) .unwrap() .length, 446.771 ); } #[test] fn aurora_merged_jddxskpmsx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(113.0, 389.0), Vec2::new(539.0, 322.0)) .unwrap() .length, 440.949 ); } #[test] fn aurora_merged_zuelqwstsl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(456.0, 307.0), Vec2::new(780.0, 204.0)) .unwrap() .length, 446.48 ); } #[test] fn aurora_merged_wzlhkixsuc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(34.0, 312.0), Vec2::new(445.0, 200.0)) .unwrap() .length, 442.506 ); } #[test] fn aurora_merged_lxffhbwhql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(344.0, 317.0), Vec2::new(683.0, 207.0)) .unwrap() .length, 436.972 ); } #[test] fn aurora_merged_gdsabvysir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(584.0, 156.0), Vec2::new(147.0, 195.0)) .unwrap() .length, 456.86 ); } #[test] fn aurora_merged_cmygkypemm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 97.0), Vec2::new(511.0, 427.0)) .unwrap() .length, 440.539 ); } #[test] fn aurora_merged_iotfwlkyfk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(225.0, 124.0), Vec2::new(534.0, 293.0)) .unwrap() .length, 442.192 ); } #[test] fn aurora_merged_ogimayqhdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 656.0), Vec2::new(922.0, 356.0)) .unwrap() .length, 447.14 ); } #[test] fn aurora_merged_towtiiwfkz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 510.0), Vec2::new(393.0, 696.0)) .unwrap() .length, 440.979 ); } #[test] fn aurora_merged_jpogwazgem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(410.0, 197.0), Vec2::new(850.0, 134.0)) .unwrap() .length, 455.242 ); } #[test] fn aurora_merged_aqgheystkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 398.0), Vec2::new(365.0, 79.0)) .unwrap() .length, 441.681 ); } #[test] fn aurora_merged_eonmoyovbr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(588.0, 579.0), Vec2::new(827.0, 409.0)) .unwrap() .length, 444.749 ); } #[test] fn aurora_merged_antjlwqzwh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(372.0, 300.0), Vec2::new(73.0, 177.0)) .unwrap() .length, 437.185 ); } #[test] fn aurora_merged_sfuvwzirme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(671.0, 273.0), Vec2::new(279.0, 85.0)) .unwrap() .length, 442.336 ); } #[test] fn aurora_merged_viisielfwq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 748.0), Vec2::new(666.0, 708.0)) .unwrap() .length, 446.15 ); } #[test] fn aurora_merged_amkxdyxorh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(853.0, 299.0), Vec2::new(557.0, 517.0)) .unwrap() .length, 447.985 ); } #[test] fn aurora_merged_kitjyvbfez() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(101.0, 442.0), Vec2::new(381.0, 547.0)) .unwrap() .length, 444.246 ); } #[test] fn aurora_merged_gpxhmsncxs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(563.0, 550.0), Vec2::new(124.0, 509.0)) .unwrap() .length, 450.851 ); } #[test] fn aurora_merged_gyrpjvjuri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(74.0, 560.0), Vec2::new(137.0, 240.0)) .unwrap() .length, 448.51 ); } #[test] fn aurora_merged_atgjxwnjqm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(94.0, 424.0), Vec2::new(502.0, 514.0)) .unwrap() .length, 445.108 ); } #[test] fn aurora_merged_bgprzlbtii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(641.0, 559.0), Vec2::new(246.0, 664.0)) .unwrap() .length, 456.713 ); } #[test] fn aurora_merged_blixfivbin() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(132.0, 435.0), Vec2::new(540.0, 276.0)) .unwrap() .length, 446.555 ); } #[test] fn aurora_merged_ayyfbwljcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 216.0), Vec2::new(515.0, 387.0)) .unwrap() .length, 446.361 ); } #[test] fn aurora_merged_okuxndcgrb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(892.0, 442.0), Vec2::new(464.0, 478.0)) .unwrap() .length, 445.846 ); } #[test] fn aurora_merged_lhzuoehspo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 716.0), Vec2::new(101.0, 370.0)) .unwrap() .length, 458.984 ); } #[test] fn aurora_merged_mkaaegmxui() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(433.0, 405.0), Vec2::new(559.0, 142.0)) .unwrap() .length, 448.283 ); } #[test] fn aurora_merged_rcsesivqus() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(252.0, 632.0), Vec2::new(131.0, 293.0)) .unwrap() .length, 458.671 ); } #[test] fn aurora_merged_ejffaaedrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(980.0, 369.0), Vec2::new(593.0, 546.0)) .unwrap() .length, 455.998 ); } #[test] fn aurora_merged_mklmmpqhnx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(566.0, 404.0), Vec2::new(941.0, 459.0)) .unwrap() .length, 447.871 ); } #[test] fn aurora_merged_czkdfeolpt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(989.0, 356.0), Vec2::new(653.0, 612.0)) .unwrap() .length, 454.895 ); } #[test] fn aurora_merged_mpflyluguk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1018.0, 612.0), Vec2::new(664.0, 367.0)) .unwrap() .length, 449.968 ); } #[test] fn aurora_merged_jggbdawcsm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(641.0, 411.0), Vec2::new(421.0, 538.0)) .unwrap() .length, 452.05 ); } #[test] fn aurora_merged_nsdywjrlvx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 315.0), Vec2::new(308.0, 359.0)) .unwrap() .length, 456.803 ); } #[test] fn aurora_merged_rdjwdyrekh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(489.0, 329.0), Vec2::new(644.0, 516.0)) .unwrap() .length, 454.117 ); } #[test] fn aurora_merged_aswtrkpjad() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(527.0, 329.0), Vec2::new(785.0, 278.0)) .unwrap() .length, 459.407 ); } #[test] fn aurora_merged_nabkeurzqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(908.0, 300.0), Vec2::new(690.0, 594.0)) .unwrap() .length, 457.837 ); } #[test] fn aurora_merged_lqrfnkkrkj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(320.0, 143.0), Vec2::new(764.0, 200.0)) .unwrap() .length, 457.929 ); } #[test] fn aurora_merged_xrjkhqiqog() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 225.0), Vec2::new(558.0, 252.0)) .unwrap() .length, 464.633 ); } #[test] fn aurora_merged_lxpinzsbsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(132.0, 300.0), Vec2::new(377.0, 611.0)) .unwrap() .length, 464.107 ); } #[test] fn aurora_merged_pdfdupwcic() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(574.0, 434.0), Vec2::new(354.0, 210.0)) .unwrap() .length, 459.375 ); } #[test] fn aurora_merged_wnryglwpgi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(366.0, 71.0), Vec2::new(746.0, 312.0)) .unwrap() .length, 453.473 ); } #[test] fn aurora_merged_hmwccphqek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(363.0, 538.0), Vec2::new(332.0, 619.0)) .unwrap() .length, 450.005 ); } #[test] fn aurora_merged_smgoisvzen() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(115.0, 386.0), Vec2::new(528.0, 462.0)) .unwrap() .length, 453.153 ); } #[test] fn aurora_merged_snjwtmyuxh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 50.0), Vec2::new(608.0, 318.0)) .unwrap() .length, 453.569 ); } #[test] fn aurora_merged_thqpclmryc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(585.0, 295.0), Vec2::new(745.0, 92.0)) .unwrap() .length, 451.598 ); } #[test] fn aurora_merged_clngokmcce() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 152.0), Vec2::new(275.0, 218.0)) .unwrap() .length, 469.235 ); } #[test] fn aurora_merged_ogexjbpexa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(549.0, 318.0), Vec2::new(518.0, 523.0)) .unwrap() .length, 459.476 ); } #[test] fn aurora_merged_xwwbqkkzxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 335.0), Vec2::new(911.0, 613.0)) .unwrap() .length, 460.876 ); } #[test] fn aurora_merged_tdqsvhrgac() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(296.0, 396.0), Vec2::new(273.0, 84.0)) .unwrap() .length, 458.677 ); } #[test] fn aurora_merged_vmnnqzqftn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(316.0, 234.0), Vec2::new(773.0, 165.0)) .unwrap() .length, 476.46 ); } #[test] fn aurora_merged_mlhlbvokea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 169.0), Vec2::new(434.0, 263.0)) .unwrap() .length, 458.648 ); } #[test] fn aurora_merged_dutwdakzst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(545.0, 266.0), Vec2::new(241.0, 473.0)) .unwrap() .length, 453.32 ); } #[test] fn aurora_merged_kvhbktcble() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(339.0, 337.0), Vec2::new(689.0, 147.0)) .unwrap() .length, 457.375 ); } #[test] fn aurora_merged_ietwlelspu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(264.0, 536.0), Vec2::new(699.0, 431.0)) .unwrap() .length, 457.561 ); } #[test] fn aurora_merged_jveoeqvgea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(384.0, 386.0), Vec2::new(272.0, 82.0)) .unwrap() .length, 461.096 ); } #[test] fn aurora_merged_pkujrrbfum() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(633.0, 503.0), Vec2::new(303.0, 665.0)) .unwrap() .length, 465.27 ); } #[test] fn aurora_merged_lbhaaggicf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(671.0, 695.0), Vec2::new(656.0, 377.0)) .unwrap() .length, 469.023 ); } #[test] fn aurora_merged_erijiuddem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(784.0, 111.0), Vec2::new(678.0, 323.0)) .unwrap() .length, 461.64 ); } #[test] fn aurora_merged_mcfaacapxi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(141.0, 306.0), Vec2::new(383.0, 538.0)) .unwrap() .length, 467.381 ); } #[test] fn aurora_merged_nfkcdfhkec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(504.0, 630.0), Vec2::new(622.0, 432.0)) .unwrap() .length, 461.923 ); } #[test] fn aurora_merged_vgyedzwigv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(243.0, 668.0), Vec2::new(312.0, 320.0)) .unwrap() .length, 471.454 ); } #[test] fn aurora_merged_qlhvemqexy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(799.0, 97.0), Vec2::new(703.0, 370.0)) .unwrap() .length, 463.419 ); } #[test] fn aurora_merged_uyqywkwidl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(72.0, 335.0), Vec2::new(388.0, 97.0)) .unwrap() .length, 461.089 ); } #[test] fn aurora_merged_gutxwcmtyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(400.0, 221.0), Vec2::new(458.0, 418.0)) .unwrap() .length, 459.115 ); } #[test] fn aurora_merged_tevkcsgvsh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(451.0, 512.0), Vec2::new(905.0, 473.0)) .unwrap() .length, 467.006 ); } #[test] fn aurora_merged_cpjqoxpxtl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(215.0, 460.0), Vec2::new(364.0, 204.0)) .unwrap() .length, 465.092 ); } #[test] fn aurora_merged_snwmwquamq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 623.0), Vec2::new(654.0, 349.0)) .unwrap() .length, 463.335 ); } #[test] fn aurora_merged_flyfycnfda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 371.0), Vec2::new(417.0, 186.0)) .unwrap() .length, 459.064 ); } #[test] fn aurora_merged_dpudeaatmo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(227.0, 604.0), Vec2::new(389.0, 363.0)) .unwrap() .length, 467.833 ); } #[test] fn aurora_merged_axhphjecdg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(283.0, 671.0), Vec2::new(533.0, 496.0)) .unwrap() .length, 471.053 ); } #[test] fn aurora_merged_jqwohxaybj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(477.0, 644.0), Vec2::new(902.0, 484.0)) .unwrap() .length, 466.233 ); } #[test] fn aurora_merged_fhnoxirchy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(541.0, 379.0), Vec2::new(240.0, 484.0)) .unwrap() .length, 464.909 ); } #[test] fn aurora_merged_nhhhvusobt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(213.0, 459.0), Vec2::new(341.0, 187.0)) .unwrap() .length, 465.939 ); } #[test] fn aurora_merged_remupxeqwd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(823.0, 675.0), Vec2::new(375.0, 713.0)) .unwrap() .length, 463.853 ); } #[test] fn aurora_merged_nbrddcdppn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(981.0, 415.0), Vec2::new(670.0, 652.0)) .unwrap() .length, 470.458 ); } #[test] fn aurora_merged_mvlehvusuh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(689.0, 536.0), Vec2::new(949.0, 275.0)) .unwrap() .length, 465.79 ); } #[test] fn aurora_merged_hfxltvlgdm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(756.0, 235.0), Vec2::new(516.0, 357.0)) .unwrap() .length, 469.38 ); } #[test] fn aurora_merged_bkdnfdnuwt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(23.0, 544.0), Vec2::new(194.0, 254.0)) .unwrap() .length, 470.662 ); } #[test] fn aurora_merged_hnphhcepzp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(739.0, 574.0), Vec2::new(818.0, 282.0)) .unwrap() .length, 474.274 ); } #[test] fn aurora_merged_jahatpzbir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(653.0, 113.0), Vec2::new(215.0, 57.0)) .unwrap() .length, 465.554 ); } #[test] fn aurora_merged_tnmyauqrgn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(639.0, 147.0), Vec2::new(639.0, 427.0)) .unwrap() .length, 466.703 ); } #[test] fn aurora_merged_axufswntyf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(478.0, 52.0), Vec2::new(557.0, 403.0)) .unwrap() .length, 473.214 ); } #[test] fn aurora_merged_pxporhjgwz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 194.0), Vec2::new(683.0, 452.0)) .unwrap() .length, 471.055 ); } #[test] fn aurora_merged_kqnlwcptyy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(264.0, 239.0), Vec2::new(671.0, 297.0)) .unwrap() .length, 471.527 ); } #[test] fn aurora_merged_xffzxuhloa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 477.0), Vec2::new(594.0, 223.0)) .unwrap() .length, 475.617 ); } #[test] fn aurora_merged_iiqiajnrme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(589.0, 319.0), Vec2::new(508.0, 595.0)) .unwrap() .length, 472.897 ); } #[test] fn aurora_merged_gbiufwtdeg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(948.0, 393.0), Vec2::new(571.0, 420.0)) .unwrap() .length, 472.307 ); } #[test] fn aurora_merged_etzosujwri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(838.0, 94.0), Vec2::new(507.0, 283.0)) .unwrap() .length, 472.239 ); } #[test] fn aurora_merged_aaestycumg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(729.0, 278.0), Vec2::new(310.0, 81.0)) .unwrap() .length, 470.131 ); } #[test] fn aurora_merged_jjgjuhxmqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(741.0, 56.0), Vec2::new(297.0, 33.0)) .unwrap() .length, 469.718 ); } #[test] fn aurora_merged_bdbcbpetsa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(431.0, 634.0), Vec2::new(34.0, 384.0)) .unwrap() .length, 478.876 ); } #[test] fn aurora_merged_gbsxotnrou() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(432.0, 427.0), Vec2::new(635.0, 708.0)) .unwrap() .length, 476.123 ); } #[test] fn aurora_merged_woptmgkrsq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 515.0), Vec2::new(320.0, 572.0)) .unwrap() .length, 487.151 ); } #[test] fn aurora_merged_dfcbyndfpu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 529.0), Vec2::new(309.0, 682.0)) .unwrap() .length, 470.566 ); } #[test] fn aurora_merged_urjvvbzwix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 609.0), Vec2::new(61.0, 437.0)) .unwrap() .length, 476.724 ); } #[test] fn aurora_merged_ziughywstv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(960.0, 650.0), Vec2::new(623.0, 410.0)) .unwrap() .length, 482.714 ); } #[test] fn aurora_merged_lozazicsuj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 346.0), Vec2::new(374.0, 651.0)) .unwrap() .length, 481.703 ); } #[test] fn aurora_merged_chfpenyzte() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(415.0, 435.0), Vec2::new(681.0, 422.0)) .unwrap() .length, 471.401 ); } #[test] fn aurora_merged_ivhmybtqrs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(740.0, 419.0), Vec2::new(290.0, 528.0)) .unwrap() .length, 472.62 ); } #[test] fn aurora_merged_cwaenqxdqg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(545.0, 23.0), Vec2::new(99.0, 150.0)) .unwrap() .length, 473.543 ); } #[test] fn aurora_merged_wbevqknuma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(234.0, 361.0), Vec2::new(528.0, 622.0)) .unwrap() .length, 484.101 ); } #[test] fn aurora_merged_jcehzrwkmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(152.0, 590.0), Vec2::new(600.0, 619.0)) .unwrap() .length, 480.639 ); } #[test] fn aurora_merged_pxsfmlmtbl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 117.0), Vec2::new(542.0, 212.0)) .unwrap() .length, 483.633 ); } #[test] fn aurora_merged_vurfcpioxb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(416.0, 419.0), Vec2::new(769.0, 362.0)) .unwrap() .length, 477.74 ); } #[test] fn aurora_merged_yxbtzaduap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(953.0, 562.0), Vec2::new(524.0, 708.0)) .unwrap() .length, 479.178 ); } #[test] fn aurora_merged_spcslvkcxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(30.0, 477.0), Vec2::new(497.0, 516.0)) .unwrap() .length, 485.753 ); } #[test] fn aurora_merged_encpyjihts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(603.0, 549.0), Vec2::new(481.0, 332.0)) .unwrap() .length, 483.533 ); } #[test] fn aurora_merged_jlhjlzaedg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(33.0, 583.0), Vec2::new(348.0, 383.0)) .unwrap() .length, 476.255 ); } #[test] fn aurora_merged_bubklelemd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 173.0), Vec2::new(655.0, 113.0)) .unwrap() .length, 490.491 ); } #[test] fn aurora_merged_szuqvacgwp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(932.0, 156.0), Vec2::new(682.0, 450.0)) .unwrap() .length, 485.575 ); } #[test] fn aurora_merged_ymrznubiha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(485.0, 446.0), Vec2::new(904.0, 665.0)) .unwrap() .length, 482.32 ); } #[test] fn aurora_merged_oixrptrilg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 105.0), Vec2::new(32.0, 430.0)) .unwrap() .length, 480.632 ); } #[test] fn aurora_merged_dtovkepjpp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(376.0, 575.0), Vec2::new(806.0, 717.0)) .unwrap() .length, 477.084 ); } #[test] fn aurora_merged_tqmggsekph() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(482.0, 581.0), Vec2::new(55.0, 671.0)) .unwrap() .length, 483.528 ); } #[test] fn aurora_merged_ghcupqynbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(657.0, 575.0), Vec2::new(490.0, 374.0)) .unwrap() .length, 487.415 ); } #[test] fn aurora_merged_kbmfzsbatn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1011.0, 311.0), Vec2::new(926.0, 649.0)) .unwrap() .length, 488.482 ); } #[test] fn aurora_merged_ptairquxtc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(502.0, 388.0), Vec2::new(731.0, 242.0)) .unwrap() .length, 481.328 ); } #[test] fn aurora_merged_nvhunhkriw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(474.0, 558.0), Vec2::new(38.0, 400.0)) .unwrap() .length, 482.414 ); } #[test] fn aurora_merged_rkewbwlyjn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 653.0), Vec2::new(974.0, 396.0)) .unwrap() .length, 480.578 ); } #[test] fn aurora_merged_vreohvfpnq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(759.0, 552.0), Vec2::new(315.0, 370.0)) .unwrap() .length, 482.398 ); } #[test] fn aurora_merged_gikgeeufvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(806.0, 92.0), Vec2::new(935.0, 413.0)) .unwrap() .length, 490.011 ); } #[test] fn aurora_merged_qsjcmfaszt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(548.0, 428.0), Vec2::new(983.0, 361.0)) .unwrap() .length, 492.026 ); } #[test] fn aurora_merged_febjanries() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 705.0), Vec2::new(282.0, 668.0)) .unwrap() .length, 485.222 ); } #[test] fn aurora_merged_yfsfsmvydo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(745.0, 251.0), Vec2::new(708.0, 401.0)) .unwrap() .length, 484.553 ); } #[test] fn aurora_merged_chjqoeuhwo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(456.0, 242.0), Vec2::new(79.0, 469.0)) .unwrap() .length, 494.778 ); } #[test] fn aurora_merged_nwjbxemtsd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(381.0, 224.0), Vec2::new(794.0, 207.0)) .unwrap() .length, 492.921 ); } #[test] fn aurora_merged_wvdglvxfwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(63.0, 334.0), Vec2::new(167.0, 734.0)) .unwrap() .length, 492.445 ); } #[test] fn aurora_merged_qyewdriuxv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(570.0, 698.0), Vec2::new(333.0, 468.0)) .unwrap() .length, 492.232 ); } #[test] fn aurora_merged_doikuzwdmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(411.0, 583.0), Vec2::new(877.0, 688.0)) .unwrap() .length, 485.689 ); } #[test] fn aurora_merged_iwdevautpq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(489.0, 600.0), Vec2::new(478.0, 318.0)) .unwrap() .length, 491.786 ); } #[test] fn aurora_merged_rczmzaetnh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(243.0, 423.0), Vec2::new(577.0, 204.0)) .unwrap() .length, 491.426 ); } #[test] fn aurora_merged_ebvvnbrsgb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 644.0), Vec2::new(883.0, 363.0)) .unwrap() .length, 487.707 ); } #[test] fn aurora_merged_doxednzgfo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(925.0, 594.0), Vec2::new(463.0, 447.0)) .unwrap() .length, 487.106 ); } #[test] fn aurora_merged_ssxkntnsxs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(203.0, 181.0), Vec2::new(681.0, 85.0)) .unwrap() .length, 500.275 ); } #[test] fn aurora_merged_bsjtvkdlxn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 533.0), Vec2::new(875.0, 267.0)) .unwrap() .length, 491.335 ); } #[test] fn aurora_merged_lkgekvlfxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(197.0, 305.0), Vec2::new(43.0, 665.0)) .unwrap() .length, 499.197 ); } #[test] fn aurora_merged_woavgbpsnj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 203.0), Vec2::new(205.0, 442.0)) .unwrap() .length, 492.786 ); } #[test] fn aurora_merged_frfxlzodmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(768.0, 166.0), Vec2::new(727.0, 402.0)) .unwrap() .length, 488.639 ); } #[test] fn aurora_merged_ngoneftscq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(193.0, 179.0), Vec2::new(548.0, 342.0)) .unwrap() .length, 497.748 ); } #[test] fn aurora_merged_pyybxrtfbt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 146.0), Vec2::new(716.0, 422.0)) .unwrap() .length, 489.641 ); } #[test] fn aurora_merged_kuyhilgnal() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(470.0, 687.0), Vec2::new(28.0, 540.0)) .unwrap() .length, 485.16 ); } #[test] fn aurora_merged_ityygmyili() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(485.0, 644.0), Vec2::new(644.0, 347.0)) .unwrap() .length, 494.053 ); } #[test] fn aurora_merged_ehsjdoyfzk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 317.0), Vec2::new(311.0, 641.0)) .unwrap() .length, 499.216 ); } #[test] fn aurora_merged_tzlcrmkmzr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(37.0, 651.0), Vec2::new(491.0, 486.0)) .unwrap() .length, 496.928 ); } #[test] fn aurora_merged_zkpzpqpola() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(594.0, 723.0), Vec2::new(420.0, 473.0)) .unwrap() .length, 492.653 ); } #[test] fn aurora_merged_gzwejwovbv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(415.0, 599.0), Vec2::new(913.0, 614.0)) .unwrap() .length, 508.97 ); } #[test] fn aurora_merged_snojvlqume() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(505.0, 355.0), Vec2::new(519.0, 583.0)) .unwrap() .length, 500.307 ); } #[test] fn aurora_merged_lwelfvtwdo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(999.0, 438.0), Vec2::new(753.0, 122.0)) .unwrap() .length, 494.758 ); } #[test] fn aurora_merged_hfdtbcmoeo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(127.0, 306.0), Vec2::new(604.0, 262.0)) .unwrap() .length, 494.298 ); } #[test] fn aurora_merged_vtvmvlmbkf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(585.0, 574.0), Vec2::new(941.0, 433.0)) .unwrap() .length, 499.593 ); } #[test] fn aurora_merged_kocfqpifxn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(548.0, 430.0), Vec2::new(127.0, 439.0)) .unwrap() .length, 495.496 ); } #[test] fn aurora_merged_rpvkjtoncj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(707.0, 694.0), Vec2::new(263.0, 741.0)) .unwrap() .length, 493.97 ); } #[test] fn aurora_merged_jmlngbvlky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 72.0), Vec2::new(759.0, 80.0)) .unwrap() .length, 493.851 ); } #[test] fn aurora_merged_nxmzvsnpbc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(564.0, 571.0), Vec2::new(155.0, 353.0)) .unwrap() .length, 511.745 ); } #[test] fn aurora_merged_bozbprakrd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(332.0, 221.0), Vec2::new(803.0, 283.0)) .unwrap() .length, 500.716 ); } #[test] fn aurora_merged_nfryvienmd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 472.0), Vec2::new(428.0, 197.0)) .unwrap() .length, 505.727 ); } #[test] fn aurora_merged_gyamrpttii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 80.0), Vec2::new(141.0, 402.0)) .unwrap() .length, 499.754 ); } #[test] fn aurora_merged_fmddoiffcs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(601.0, 278.0), Vec2::new(870.0, 155.0)) .unwrap() .length, 495.758 ); } #[test] fn aurora_merged_lebmmatlvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(353.0, 293.0), Vec2::new(561.0, 463.0)) .unwrap() .length, 503.222 ); } #[test] fn aurora_merged_dlodlueyza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(157.0, 150.0), Vec2::new(666.0, 174.0)) .unwrap() .length, 515.258 ); } #[test] fn aurora_merged_ptfkabhmil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(326.0, 516.0), Vec2::new(310.0, 228.0)) .unwrap() .length, 502.646 ); } #[test] fn aurora_merged_zuqzzdjnhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(643.0, 672.0), Vec2::new(760.0, 399.0)) .unwrap() .length, 502.887 ); } #[test] fn aurora_merged_quqvrmsetf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 342.0), Vec2::new(239.0, 247.0)) .unwrap() .length, 503.551 ); } #[test] fn aurora_merged_gtzjwlnlvv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(611.0, 281.0), Vec2::new(199.0, 161.0)) .unwrap() .length, 503.642 ); } #[test] fn aurora_merged_jyrdtjpuyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(626.0, 390.0), Vec2::new(754.0, 228.0)) .unwrap() .length, 500.934 ); } #[test] fn aurora_merged_sqzaxdzaio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(573.0, 165.0), Vec2::new(103.0, 292.0)) .unwrap() .length, 511.339 ); } #[test] fn aurora_merged_pckgvbjxjw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(120.0, 386.0), Vec2::new(580.0, 427.0)) .unwrap() .length, 498.937 ); } #[test] fn aurora_merged_xdoaxuljxc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(981.0, 419.0), Vec2::new(547.0, 485.0)) .unwrap() .length, 500.841 ); } #[test] fn aurora_merged_vohccfhoiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 215.0), Vec2::new(185.0, 76.0)) .unwrap() .length, 499.544 ); } #[test] fn aurora_merged_eufnaikinb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(269.0, 261.0), Vec2::new(650.0, 360.0)) .unwrap() .length, 502.568 ); } #[test] fn aurora_merged_kfybndkuap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(236.0, 218.0), Vec2::new(745.0, 172.0)) .unwrap() .length, 522.283 ); } #[test] fn aurora_merged_fvqcifenti() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 518.0), Vec2::new(510.0, 193.0)) .unwrap() .length, 507.167 ); } #[test] fn aurora_merged_rpiasbqdrr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 534.0), Vec2::new(581.0, 294.0)) .unwrap() .length, 509.588 ); } #[test] fn aurora_merged_pqmxfsemed() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 268.0), Vec2::new(122.0, 645.0)) .unwrap() .length, 510.925 ); } #[test] fn aurora_merged_xoamhykqfx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(280.0, 623.0), Vec2::new(122.0, 245.0)) .unwrap() .length, 512.137 ); } #[test] fn aurora_merged_tsuqddgjox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(167.0, 708.0), Vec2::new(35.0, 309.0)) .unwrap() .length, 505.972 ); } #[test] fn aurora_merged_ufhiposogv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(108.0, 156.0), Vec2::new(420.0, 273.0)) .unwrap() .length, 500.906 ); } #[test] fn aurora_merged_zsybcpihge() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 507.0), Vec2::new(462.0, 296.0)) .unwrap() .length, 504.778 ); } #[test] fn aurora_merged_dvsgonyhvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(861.0, 388.0), Vec2::new(600.0, 104.0)) .unwrap() .length, 505.278 ); } #[test] fn aurora_merged_cfjaawlzcl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(497.0, 549.0), Vec2::new(555.0, 430.0)) .unwrap() .length, 509.249 ); } #[test] fn aurora_merged_dmmlzgfrfb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 654.0), Vec2::new(272.0, 349.0)) .unwrap() .length, 511.787 ); } #[test] fn aurora_merged_gowhadidnu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(505.0, 317.0), Vec2::new(227.0, 560.0)) .unwrap() .length, 507.114 ); } #[test] fn aurora_merged_mdfiscjuvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(748.0, 149.0), Vec2::new(887.0, 481.0)) .unwrap() .length, 508.815 ); } #[test] fn aurora_merged_qawexqmjik() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(433.0, 312.0), Vec2::new(70.0, 189.0)) .unwrap() .length, 503.959 ); } #[test] fn aurora_merged_dqjvofkpri() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(594.0, 208.0), Vec2::new(707.0, 426.0)) .unwrap() .length, 510.3 ); } #[test] fn aurora_merged_lbvzhvslmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 201.0), Vec2::new(546.0, 414.0)) .unwrap() .length, 510.129 ); } #[test] fn aurora_merged_bzlxllphny() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(645.0, 168.0), Vec2::new(228.0, 352.0)) .unwrap() .length, 514.682 ); } #[test] fn aurora_merged_bhzlmfadix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(220.0, 415.0), Vec2::new(167.0, 121.0)) .unwrap() .length, 517.634 ); } #[test] fn aurora_merged_vazddvfphl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(353.0, 458.0), Vec2::new(616.0, 443.0)) .unwrap() .length, 514.181 ); } #[test] fn aurora_merged_jwgxoegapc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 292.0), Vec2::new(696.0, 616.0)) .unwrap() .length, 515.78 ); } #[test] fn aurora_merged_joynawzppy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(520.0, 638.0), Vec2::new(452.0, 267.0)) .unwrap() .length, 518.081 ); } #[test] fn aurora_merged_lerrdkdwqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 381.0), Vec2::new(614.0, 671.0)) .unwrap() .length, 512.421 ); } #[test] fn aurora_merged_txiwtgywbx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(569.0, 394.0), Vec2::new(769.0, 275.0)) .unwrap() .length, 506.105 ); } #[test] fn aurora_merged_tlaseckjfa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 269.0), Vec2::new(506.0, 516.0)) .unwrap() .length, 514.74 ); } #[test] fn aurora_merged_bplpjgbjvc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(286.0, 205.0), Vec2::new(651.0, 369.0)) .unwrap() .length, 521.171 ); } #[test] fn aurora_merged_segmbjvcyf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(988.0, 586.0), Vec2::new(806.0, 321.0)) .unwrap() .length, 510.488 ); } #[test] fn aurora_merged_gbnugpxqcg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 103.0), Vec2::new(709.0, 397.0)) .unwrap() .length, 515.466 ); } #[test] fn aurora_merged_ojevuparab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(975.0, 466.0), Vec2::new(486.0, 413.0)) .unwrap() .length, 513.562 ); } #[test] fn aurora_merged_whqpuawwsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(798.0, 325.0), Vec2::new(358.0, 365.0)) .unwrap() .length, 516.42 ); } #[test] fn aurora_merged_xhjszvjley() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(506.0, 660.0), Vec2::new(25.0, 534.0)) .unwrap() .length, 511.684 ); } #[test] fn aurora_merged_zxmvvpewad() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 431.0), Vec2::new(388.0, 343.0)) .unwrap() .length, 510.944 ); } #[test] fn aurora_merged_dchokuenqv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 476.0), Vec2::new(548.0, 701.0)) .unwrap() .length, 510.9 ); } #[test] fn aurora_merged_tpvktjkokj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(546.0, 656.0), Vec2::new(867.0, 394.0)) .unwrap() .length, 518.093 ); } #[test] fn aurora_merged_gdsboyyjnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(426.0, 133.0), Vec2::new(227.0, 413.0)) .unwrap() .length, 511.548 ); } #[test] fn aurora_merged_jnxfksdxmk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(371.0, 604.0), Vec2::new(637.0, 405.0)) .unwrap() .length, 516.361 ); } #[test] fn aurora_merged_jpftbwxwuh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(196.0, 664.0), Vec2::new(658.0, 608.0)) .unwrap() .length, 527.336 ); } #[test] fn aurora_merged_ywozuzzngq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 547.0), Vec2::new(341.0, 273.0)) .unwrap() .length, 526.123 ); } #[test] fn aurora_merged_glqxqdspza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(106.0, 190.0), Vec2::new(237.0, 474.0)) .unwrap() .length, 518.445 ); } #[test] fn aurora_merged_dicclfvmea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(151.0, 301.0), Vec2::new(255.0, 712.0)) .unwrap() .length, 524.833 ); } #[test] fn aurora_merged_lglrlehxmb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(639.0, 409.0), Vec2::new(698.0, 114.0)) .unwrap() .length, 516.397 ); } #[test] fn aurora_merged_futftzymiy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 587.0), Vec2::new(498.0, 394.0)) .unwrap() .length, 523.083 ); } #[test] fn aurora_merged_rfxgfnprup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(552.0, 331.0), Vec2::new(231.0, 533.0)) .unwrap() .length, 523.221 ); } #[test] fn aurora_merged_kcmsfoboas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(333.0, 196.0), Vec2::new(847.0, 150.0)) .unwrap() .length, 528.238 ); } #[test] fn aurora_merged_vzqgaxnvbj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(572.0, 19.0), Vec2::new(895.0, 289.0)) .unwrap() .length, 519.295 ); } #[test] fn aurora_merged_tfemtzxgol() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 335.0), Vec2::new(782.0, 78.0)) .unwrap() .length, 517.51 ); } #[test] fn aurora_merged_ywzlxwcysb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(23.0, 483.0), Vec2::new(359.0, 533.0)) .unwrap() .length, 525.71 ); } #[test] fn aurora_merged_yxxwrehctu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 450.0), Vec2::new(391.0, 639.0)) .unwrap() .length, 528.322 ); } #[test] fn aurora_merged_xmojihqhjx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(446.0, 380.0), Vec2::new(830.0, 189.0)) .unwrap() .length, 524.155 ); } #[test] fn aurora_merged_poohvkifbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 604.0), Vec2::new(520.0, 344.0)) .unwrap() .length, 522.982 ); } #[test] fn aurora_merged_tjzbryhxhp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(705.0, 305.0), Vec2::new(217.0, 149.0)) .unwrap() .length, 524.068 ); } #[test] fn aurora_merged_xibegcygyd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(665.0, 313.0), Vec2::new(151.0, 262.0)) .unwrap() .length, 528.171 ); } #[test] fn aurora_merged_xcmqimtkvx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(583.0, 648.0), Vec2::new(968.0, 433.0)) .unwrap() .length, 522.613 ); } #[test] fn aurora_merged_qbrenxzcgp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 355.0), Vec2::new(50.0, 466.0)) .unwrap() .length, 520.719 ); } #[test] fn aurora_merged_zytdbsawle() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 413.0), Vec2::new(520.0, 615.0)) .unwrap() .length, 522.422 ); } #[test] fn aurora_merged_saxenrnuqe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(518.0, 388.0), Vec2::new(38.0, 196.0)) .unwrap() .length, 524.49 ); } #[test] fn aurora_merged_zkijnswnzd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(783.0, 277.0), Vec2::new(298.0, 99.0)) .unwrap() .length, 526.083 ); } #[test] fn aurora_merged_goybubqfge() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(616.0, 737.0), Vec2::new(369.0, 492.0)) .unwrap() .length, 526.081 ); } #[test] fn aurora_merged_yetugvgjmy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 610.0), Vec2::new(789.0, 694.0)) .unwrap() .length, 523.457 ); } #[test] fn aurora_merged_pfqhxnchhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(143.0, 192.0), Vec2::new(250.0, 590.0)) .unwrap() .length, 530.199 ); } #[test] fn aurora_merged_piwpksqhpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(415.0, 404.0), Vec2::new(92.0, 177.0)) .unwrap() .length, 522.84 ); } #[test] fn aurora_merged_vnpdgubkwe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(288.0, 673.0), Vec2::new(653.0, 453.0)) .unwrap() .length, 531.232 ); } #[test] fn aurora_merged_fbmpnqhpaf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(480.0, 606.0), Vec2::new(517.0, 338.0)) .unwrap() .length, 534.49 ); } #[test] fn aurora_merged_lhjzsexjyo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 310.0), Vec2::new(542.0, 576.0)) .unwrap() .length, 536.104 ); } #[test] fn aurora_merged_vhdmsppssc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(830.0, 169.0), Vec2::new(299.0, 163.0)) .unwrap() .length, 541.875 ); } #[test] fn aurora_merged_utenjbnfux() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(307.0, 617.0), Vec2::new(404.0, 364.0)) .unwrap() .length, 530.291 ); } #[test] fn aurora_merged_pubsdouypa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(908.0, 577.0), Vec2::new(384.0, 533.0)) .unwrap() .length, 534.947 ); } #[test] fn aurora_merged_plahwauxma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(673.0, 346.0), Vec2::new(702.0, 58.0)) .unwrap() .length, 528.087 ); } #[test] fn aurora_merged_wqtlmdwbtc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(241.0, 262.0), Vec2::new(243.0, 642.0)) .unwrap() .length, 532.829 ); } #[test] fn aurora_merged_rduomsiuid() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(521.0, 469.0), Vec2::new(31.0, 308.0)) .unwrap() .length, 534.416 ); } #[test] fn aurora_merged_bqgtzclymz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 429.0), Vec2::new(822.0, 277.0)) .unwrap() .length, 526.544 ); } #[test] fn aurora_merged_doymvxmcde() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(288.0, 733.0), Vec2::new(759.0, 513.0)) .unwrap() .length, 539.269 ); } #[test] fn aurora_merged_oowgjcaxhy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(586.0, 461.0), Vec2::new(344.0, 291.0)) .unwrap() .length, 528.907 ); } #[test] fn aurora_merged_qkjfjpxjcf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(132.0, 247.0), Vec2::new(645.0, 351.0)) .unwrap() .length, 534.687 ); } #[test] fn aurora_merged_tjroaubipo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(443.0, 75.0), Vec2::new(811.0, 401.0)) .unwrap() .length, 531.169 ); } #[test] fn aurora_merged_dgycmjxqjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(502.0, 414.0), Vec2::new(1002.0, 400.0)) .unwrap() .length, 529.984 ); } #[test] fn aurora_merged_ppbhzmksgx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 284.0), Vec2::new(766.0, 690.0)) .unwrap() .length, 545.17 ); } #[test] fn aurora_merged_nnaenbubdt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(704.0, 421.0), Vec2::new(228.0, 360.0)) .unwrap() .length, 527.835 ); } #[test] fn aurora_merged_caorbrwxhx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(733.0, 598.0), Vec2::new(224.0, 541.0)) .unwrap() .length, 534.313 ); } #[test] fn aurora_merged_iuxqjufqug() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(770.0, 225.0), Vec2::new(792.0, 542.0)) .unwrap() .length, 537.68 ); } #[test] fn aurora_merged_kzeacpsijl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(868.0, 361.0), Vec2::new(408.0, 136.0)) .unwrap() .length, 537.724 ); } #[test] fn aurora_merged_aefmphhcrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(610.0, 435.0), Vec2::new(660.0, 71.0)) .unwrap() .length, 535.392 ); } #[test] fn aurora_merged_lletjhtwae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(354.0, 461.0), Vec2::new(401.0, 153.0)) .unwrap() .length, 536.449 ); } #[test] fn aurora_merged_binoxyfhjq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(514.0, 445.0), Vec2::new(1009.0, 621.0)) .unwrap() .length, 528.697 ); } #[test] fn aurora_merged_rlqbjkjuaf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(834.0, 630.0), Vec2::new(550.0, 283.0)) .unwrap() .length, 530.87 ); } #[test] fn aurora_merged_ywyeulyguv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(245.0, 295.0), Vec2::new(52.0, 634.0)) .unwrap() .length, 539.564 ); } #[test] fn aurora_merged_zzctlmlinw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(396.0, 100.0), Vec2::new(137.0, 484.0)) .unwrap() .length, 539.577 ); } #[test] fn aurora_merged_jjpdyeeklr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(418.0, 347.0), Vec2::new(216.0, 658.0)) .unwrap() .length, 541.428 ); } #[test] fn aurora_merged_xnmftwfodc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(685.0, 359.0), Vec2::new(280.0, 539.0)) .unwrap() .length, 536.787 ); } #[test] fn aurora_merged_onhwrzswcu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(229.0, 290.0), Vec2::new(555.0, 674.0)) .unwrap() .length, 548.793 ); } #[test] fn aurora_merged_ynzxjjehne() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(421.0, 135.0), Vec2::new(75.0, 488.0)) .unwrap() .length, 533.52 ); } #[test] fn aurora_merged_lndtsaqcgf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(679.0, 703.0), Vec2::new(212.0, 639.0)) .unwrap() .length, 543.561 ); } #[test] fn aurora_merged_jbsjjbedcb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(477.0, 203.0), Vec2::new(944.0, 390.0)) .unwrap() .length, 532.576 ); } #[test] fn aurora_merged_urfoehtcqi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(57.0, 154.0), Vec2::new(592.0, 192.0)) .unwrap() .length, 548.47 ); } #[test] fn aurora_merged_xxmbxdghyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(315.0, 635.0), Vec2::new(396.0, 358.0)) .unwrap() .length, 536.34 ); } #[test] fn aurora_merged_ekeipobqoz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(36.0, 362.0), Vec2::new(369.0, 524.0)) .unwrap() .length, 546.326 ); } #[test] fn aurora_merged_hvkktnzrbq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 507.0), Vec2::new(577.0, 400.0)) .unwrap() .length, 540.861 ); } #[test] fn aurora_merged_sssueclcln() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(907.0, 585.0), Vec2::new(396.0, 680.0)) .unwrap() .length, 548.847 ); } #[test] fn aurora_merged_kamgsfhewt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 400.0), Vec2::new(491.0, 663.0)) .unwrap() .length, 535.653 ); } #[test] fn aurora_merged_kiowtchpuu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 383.0), Vec2::new(421.0, 673.0)) .unwrap() .length, 540.353 ); } #[test] fn aurora_merged_zepxhmnmdn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(643.0, 294.0), Vec2::new(476.0, 636.0)) .unwrap() .length, 540.244 ); } #[test] fn aurora_merged_sgsuphvpae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(916.0, 624.0), Vec2::new(589.0, 269.0)) .unwrap() .length, 541.102 ); } #[test] fn aurora_merged_hvwpzrpqep() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(248.0, 482.0), Vec2::new(376.0, 165.0)) .unwrap() .length, 541.162 ); } #[test] fn aurora_merged_dstexhbhlg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(426.0, 518.0), Vec2::new(835.0, 378.0)) .unwrap() .length, 544.14 ); } #[test] fn aurora_merged_ouiwlagrgi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(504.0, 265.0), Vec2::new(733.0, 565.0)) .unwrap() .length, 540.685 ); } #[test] fn aurora_merged_qrvlsiefba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 390.0), Vec2::new(555.0, 326.0)) .unwrap() .length, 550.582 ); } #[test] fn aurora_merged_ghqcyrdxrx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(11.0, 321.0), Vec2::new(329.0, 690.0)) .unwrap() .length, 552.94 ); } #[test] fn aurora_merged_jqtenfbsla() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(207.0, 712.0), Vec2::new(126.0, 295.0)) .unwrap() .length, 556.698 ); } #[test] fn aurora_merged_iyituhsjum() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(440.0, 685.0), Vec2::new(951.0, 575.0)) .unwrap() .length, 550.166 ); } #[test] fn aurora_merged_tvxivgmgay() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(95.0, 534.0), Vec2::new(348.0, 738.0)) .unwrap() .length, 537.337 ); } #[test] fn aurora_merged_ccatqoukvj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(950.0, 565.0), Vec2::new(417.0, 471.0)) .unwrap() .length, 546.343 ); } #[test] fn aurora_merged_dvredemlcl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(786.0, 395.0), Vec2::new(318.0, 376.0)) .unwrap() .length, 539.337 ); } #[test] fn aurora_merged_gvtucuicyf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(947.0, 285.0), Vec2::new(845.0, 702.0)) .unwrap() .length, 544.114 ); } #[test] fn aurora_merged_xjsfyhjlzg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(457.0, 618.0), Vec2::new(630.0, 293.0)) .unwrap() .length, 545.544 ); } #[test] fn aurora_merged_bnyogggabg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 554.0), Vec2::new(571.0, 262.0)) .unwrap() .length, 546.455 ); } #[test] fn aurora_merged_keazaipzyd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(378.0, 370.0), Vec2::new(692.0, 575.0)) .unwrap() .length, 546.046 ); } #[test] fn aurora_merged_ypogkeismt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(354.0, 360.0), Vec2::new(752.0, 138.0)) .unwrap() .length, 547.526 ); } #[test] fn aurora_merged_zjgljpdczv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(359.0, 510.0), Vec2::new(16.0, 580.0)) .unwrap() .length, 550.431 ); } #[test] fn aurora_merged_xaillzkaak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(694.0, 273.0), Vec2::new(1011.0, 600.0)) .unwrap() .length, 552.206 ); } #[test] fn aurora_merged_sornxmxxec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(255.0, 228.0), Vec2::new(573.0, 427.0)) .unwrap() .length, 554.65 ); } #[test] fn aurora_merged_pmkwdgleyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(933.0, 616.0), Vec2::new(643.0, 254.0)) .unwrap() .length, 556.515 ); } #[test] fn aurora_merged_ruaguvjkdq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(771.0, 503.0), Vec2::new(270.0, 643.0)) .unwrap() .length, 563.121 ); } #[test] fn aurora_merged_djmdatpwkv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(16.0, 463.0), Vec2::new(437.0, 161.0)) .unwrap() .length, 546.851 ); } #[test] fn aurora_merged_guztwjoisj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(929.0, 354.0), Vec2::new(610.0, 667.0)) .unwrap() .length, 552.821 ); } #[test] fn aurora_merged_apvrgwtdvw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 250.0), Vec2::new(780.0, 299.0)) .unwrap() .length, 547.361 ); } #[test] fn aurora_merged_horhandonr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(816.0, 275.0), Vec2::new(425.0, 543.0)) .unwrap() .length, 557.816 ); } #[test] fn aurora_merged_bbrterupwe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(346.0, 176.0), Vec2::new(853.0, 315.0)) .unwrap() .length, 546.587 ); } #[test] fn aurora_merged_hxccfqvltf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(207.0, 315.0), Vec2::new(154.0, 729.0)) .unwrap() .length, 557.65 ); } #[test] fn aurora_merged_cxwjbknifv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1010.0, 446.0), Vec2::new(473.0, 469.0)) .unwrap() .length, 554.594 ); } #[test] fn aurora_merged_gbxhpdjonw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(397.0, 499.0), Vec2::new(60.0, 216.0)) .unwrap() .length, 552.321 ); } #[test] fn aurora_merged_rwexvabqgm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(178.0, 410.0), Vec2::new(677.0, 403.0)) .unwrap() .length, 548.615 ); } #[test] fn aurora_merged_cnxqxpfyrx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(905.0, 425.0), Vec2::new(567.0, 123.0)) .unwrap() .length, 552.717 ); } #[test] fn aurora_merged_mehnvbuuqk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(155.0, 529.0), Vec2::new(35.0, 152.0)) .unwrap() .length, 554.842 ); } #[test] fn aurora_merged_lgfvzzcnsg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(885.0, 398.0), Vec2::new(481.0, 628.0)) .unwrap() .length, 555.473 ); } #[test] fn aurora_merged_jveitwlcnc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(6.0, 334.0), Vec2::new(241.0, 730.0)) .unwrap() .length, 561.718 ); } #[test] fn aurora_merged_jtfbriuuen() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 37.0), Vec2::new(911.0, 300.0)) .unwrap() .length, 551.075 ); } #[test] fn aurora_merged_wfjytoqvbn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(23.0, 478.0), Vec2::new(577.0, 477.0)) .unwrap() .length, 564.11 ); } #[test] fn aurora_merged_gwaexsetak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(471.0, 387.0), Vec2::new(271.0, 609.0)) .unwrap() .length, 558.753 ); } #[test] fn aurora_merged_jgdddldqoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(35.0, 665.0), Vec2::new(122.0, 234.0)) .unwrap() .length, 564.869 ); } #[test] fn aurora_merged_ofmjgnpahs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(727.0, 551.0), Vec2::new(817.0, 197.0)) .unwrap() .length, 561.595 ); } #[test] fn aurora_merged_waptshlgpf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(858.0, 502.0), Vec2::new(739.0, 263.0)) .unwrap() .length, 559.491 ); } #[test] fn aurora_merged_qqcowxghyn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 701.0), Vec2::new(952.0, 309.0)) .unwrap() .length, 564.684 ); } #[test] fn aurora_merged_jtahcameji() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 234.0), Vec2::new(789.0, 290.0)) .unwrap() .length, 556.218 ); } #[test] fn aurora_merged_pfmticgmaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(249.0, 42.0), Vec2::new(731.0, 300.0)) .unwrap() .length, 553.291 ); } #[test] fn aurora_merged_mcfiqclhqd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(768.0, 684.0), Vec2::new(345.0, 472.0)) .unwrap() .length, 555.376 ); } #[test] fn aurora_merged_jsdhufhtzp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(445.0, 68.0), Vec2::new(11.0, 321.0)) .unwrap() .length, 559.391 ); } #[test] fn aurora_merged_ytrurmyxhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(949.0, 273.0), Vec2::new(421.0, 130.0)) .unwrap() .length, 558.092 ); } #[test] fn aurora_merged_amosavobuf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(890.0, 356.0), Vec2::new(594.0, 711.0)) .unwrap() .length, 561.182 ); } #[test] fn aurora_merged_scvcczktrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(574.0, 635.0), Vec2::new(259.0, 253.0)) .unwrap() .length, 569.436 ); } #[test] fn aurora_merged_vlfsblxlat() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(287.0, 121.0), Vec2::new(829.0, 180.0)) .unwrap() .length, 563.879 ); } #[test] fn aurora_merged_dmhgaupzsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(721.0, 279.0), Vec2::new(830.0, 517.0)) .unwrap() .length, 559.339 ); } #[test] fn aurora_merged_ycnblspwdz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 636.0), Vec2::new(271.0, 645.0)) .unwrap() .length, 566.869 ); } #[test] fn aurora_merged_sdoktwrrjv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(678.0, 703.0), Vec2::new(937.0, 295.0)) .unwrap() .length, 561.242 ); } #[test] fn aurora_merged_jzsbojxxvm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(851.0, 222.0), Vec2::new(912.0, 615.0)) .unwrap() .length, 562.728 ); } #[test] fn aurora_merged_cejgptksix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(772.0, 195.0), Vec2::new(217.0, 202.0)) .unwrap() .length, 574.995 ); } #[test] fn aurora_merged_lpudtxedrm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(473.0, 228.0), Vec2::new(934.0, 462.0)) .unwrap() .length, 560.844 ); } #[test] fn aurora_merged_rbyiuhtcen() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(560.0, 645.0), Vec2::new(16.0, 589.0)) .unwrap() .length, 571.298 ); } #[test] fn aurora_merged_ikarfblqed() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(585.0, 671.0), Vec2::new(444.0, 302.0)) .unwrap() .length, 567.969 ); } #[test] fn aurora_merged_bykjlezxkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 396.0), Vec2::new(330.0, 235.0)) .unwrap() .length, 563.182 ); } #[test] fn aurora_merged_znjqrdrhab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(94.0, 380.0), Vec2::new(626.0, 389.0)) .unwrap() .length, 563.028 ); } #[test] fn aurora_merged_eeqpdyjufp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 465.0), Vec2::new(893.0, 378.0)) .unwrap() .length, 569.485 ); } #[test] fn aurora_merged_uuogluejdh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(421.0, 626.0), Vec2::new(303.0, 254.0)) .unwrap() .length, 567.494 ); } #[test] fn aurora_merged_mfldzxblrx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(361.0, 221.0), Vec2::new(209.0, 533.0)) .unwrap() .length, 561.595 ); } #[test] fn aurora_merged_ekhoonwryp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(230.0, 212.0), Vec2::new(323.0, 527.0)) .unwrap() .length, 565.73 ); } #[test] fn aurora_merged_lpemdrngms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 476.0), Vec2::new(213.0, 61.0)) .unwrap() .length, 567.751 ); } #[test] fn aurora_merged_vxuywmoknh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(916.0, 280.0), Vec2::new(407.0, 93.0)) .unwrap() .length, 563.881 ); } #[test] fn aurora_merged_dzdlotinnd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(475.0, 642.0), Vec2::new(498.0, 395.0)) .unwrap() .length, 573.881 ); } #[test] fn aurora_merged_pprebozafw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(668.0, 259.0), Vec2::new(868.0, 694.0)) .unwrap() .length, 573.343 ); } #[test] fn aurora_merged_xixvdciqlw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(551.0, 578.0), Vec2::new(919.0, 264.0)) .unwrap() .length, 568.176 ); } #[test] fn aurora_merged_brkhcjpflk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 586.0), Vec2::new(199.0, 588.0)) .unwrap() .length, 567.395 ); } #[test] fn aurora_merged_avvhhskxzj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(680.0, 434.0), Vec2::new(355.0, 205.0)) .unwrap() .length, 570.267 ); } #[test] fn aurora_merged_cpijykclck() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(772.0, 353.0), Vec2::new(640.0, 691.0)) .unwrap() .length, 571.901 ); } #[test] fn aurora_merged_txfhmwnzgy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(584.0, 657.0), Vec2::new(51.0, 503.0)) .unwrap() .length, 566.313 ); } #[test] fn aurora_merged_leojexzuyc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(39.0, 426.0), Vec2::new(561.0, 265.0)) .unwrap() .length, 568.842 ); } #[test] fn aurora_merged_kyyueaamzh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(678.0, 72.0), Vec2::new(1013.0, 427.0)) .unwrap() .length, 573.34 ); } #[test] fn aurora_merged_ujeddlutqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 450.0), Vec2::new(512.0, 418.0)) .unwrap() .length, 574.169 ); } #[test] fn aurora_merged_didssvjtol() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(263.0, 502.0), Vec2::new(799.0, 654.0)) .unwrap() .length, 570.491 ); } #[test] fn aurora_merged_txeuadwgek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(245.0, 355.0), Vec2::new(793.0, 354.0)) .unwrap() .length, 576.308 ); } #[test] fn aurora_merged_fzksqqhuvc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(193.0, 232.0), Vec2::new(739.0, 241.0)) .unwrap() .length, 574.394 ); } #[test] fn aurora_merged_cjltqvmeqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(944.0, 573.0), Vec2::new(508.0, 279.0)) .unwrap() .length, 566.158 ); } #[test] fn aurora_merged_hxhrkvrjke() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(21.0, 320.0), Vec2::new(563.0, 389.0)) .unwrap() .length, 573.278 ); } #[test] fn aurora_merged_pdgwzthtgw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 420.0), Vec2::new(653.0, 193.0)) .unwrap() .length, 565.703 ); } #[test] fn aurora_merged_cfnhnvayiw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(503.0, 246.0), Vec2::new(711.0, 563.0)) .unwrap() .length, 570.109 ); } #[test] fn aurora_merged_gpcsrgamsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(582.0, 588.0), Vec2::new(48.0, 561.0)) .unwrap() .length, 574.379 ); } #[test] fn aurora_merged_vfwruwtnmy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(12.0, 404.0), Vec2::new(435.0, 109.0)) .unwrap() .length, 571.821 ); } #[test] fn aurora_merged_adcszjemvi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(452.0, 336.0), Vec2::new(168.0, 88.0)) .unwrap() .length, 572.912 ); } #[test] fn aurora_merged_bcgftmcwtr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(605.0, 643.0), Vec2::new(186.0, 408.0)) .unwrap() .length, 571.507 ); } #[test] fn aurora_merged_nmdsgyxhte() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(86.0, 134.0), Vec2::new(634.0, 50.0)) .unwrap() .length, 572.338 ); } #[test] fn aurora_merged_anepxribyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(482.0, 296.0), Vec2::new(751.0, 593.0)) .unwrap() .length, 571.192 ); } #[test] fn aurora_merged_ptvjfuovyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 279.0), Vec2::new(400.0, 544.0)) .unwrap() .length, 579.393 ); } #[test] fn aurora_merged_mjokehtvxr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(720.0, 413.0), Vec2::new(311.0, 598.0)) .unwrap() .length, 573.382 ); } #[test] fn aurora_merged_qbmfxqwjmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(828.0, 212.0), Vec2::new(299.0, 241.0)) .unwrap() .length, 579.497 ); } #[test] fn aurora_merged_kexfkvpatx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(117.0, 326.0), Vec2::new(628.0, 226.0)) .unwrap() .length, 580.356 ); } #[test] fn aurora_merged_ehjyadocpy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(249.0, 203.0), Vec2::new(303.0, 543.0)) .unwrap() .length, 577.132 ); } #[test] fn aurora_merged_qjyknlskrt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(430.0, 455.0), Vec2::new(887.0, 403.0)) .unwrap() .length, 575.539 ); } #[test] fn aurora_merged_vfbmvnadrt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(685.0, 416.0), Vec2::new(313.0, 474.0)) .unwrap() .length, 572.599 ); } #[test] fn aurora_merged_wktqbgcbvz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(512.0, 573.0), Vec2::new(392.0, 272.0)) .unwrap() .length, 590.156 ); } #[test] fn aurora_merged_xsgogfklza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(145.0, 647.0), Vec2::new(692.0, 578.0)) .unwrap() .length, 593.825 ); } #[test] fn aurora_merged_twgbaxceig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(933.0, 141.0), Vec2::new(604.0, 489.0)) .unwrap() .length, 579.788 ); } #[test] fn aurora_merged_srwkgeuytd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(581.0, 642.0), Vec2::new(883.0, 262.0)) .unwrap() .length, 577.465 ); } #[test] fn aurora_merged_hggutubbpl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(587.0, 460.0), Vec2::new(702.0, 76.0)) .unwrap() .length, 572.758 ); } #[test] fn aurora_merged_ryakqhnhpi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(81.0, 215.0), Vec2::new(614.0, 379.0)) .unwrap() .length, 575.757 ); } #[test] fn aurora_merged_verrkjowcw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(315.0, 53.0), Vec2::new(153.0, 513.0)) .unwrap() .length, 580.12 ); } #[test] fn aurora_merged_xgmbdgyqsk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(612.0, 421.0), Vec2::new(1014.0, 398.0)) .unwrap() .length, 572.609 ); } #[test] fn aurora_merged_scurynmfza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 605.0), Vec2::new(276.0, 634.0)) .unwrap() .length, 590.835 ); } #[test] fn aurora_merged_dnqoehbotx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(458.0, 449.0), Vec2::new(975.0, 404.0)) .unwrap() .length, 578.789 ); } #[test] fn aurora_merged_zvmbggmjds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(701.0, 592.0), Vec2::new(419.0, 382.0)) .unwrap() .length, 576.842 ); } #[test] fn aurora_merged_weuljcblei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(355.0, 168.0), Vec2::new(684.0, 451.0)) .unwrap() .length, 583.349 ); } #[test] fn aurora_merged_mpdcnhixwp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(678.0, 449.0), Vec2::new(805.0, 89.0)) .unwrap() .length, 585.723 ); } #[test] fn aurora_merged_rwpifzcvph() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(256.0, 633.0), Vec2::new(303.0, 290.0)) .unwrap() .length, 583.831 ); } #[test] fn aurora_merged_lftpesbcbr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 553.0), Vec2::new(615.0, 323.0)) .unwrap() .length, 586.466 ); } #[test] fn aurora_merged_uprjswozem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(153.0, 150.0), Vec2::new(728.0, 54.0)) .unwrap() .length, 595.294 ); } #[test] fn aurora_merged_bfzdwogncl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(506.0, 373.0), Vec2::new(556.0, 684.0)) .unwrap() .length, 578.543 ); } #[test] fn aurora_merged_uadnkfkmhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(531.0, 289.0), Vec2::new(971.0, 594.0)) .unwrap() .length, 575.598 ); } #[test] fn aurora_merged_adysyvkeln() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(591.0, 119.0), Vec2::new(808.0, 441.0)) .unwrap() .length, 578.632 ); } #[test] fn aurora_merged_bsigebokei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(651.0, 426.0), Vec2::new(765.0, 77.0)) .unwrap() .length, 584.352 ); } #[test] fn aurora_merged_kgfmvamnrg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(136.0, 233.0), Vec2::new(646.0, 68.0)) .unwrap() .length, 586.74 ); } #[test] fn aurora_merged_ofqqrptgpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(362.0, 218.0), Vec2::new(552.0, 566.0)) .unwrap() .length, 594.669 ); } #[test] fn aurora_merged_jelbqukqpq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(248.0, 79.0), Vec2::new(644.0, 400.0)) .unwrap() .length, 584.427 ); } #[test] fn aurora_merged_lexknwvksq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(68.0, 349.0), Vec2::new(632.0, 293.0)) .unwrap() .length, 585.535 ); } #[test] fn aurora_merged_dnkadyoaho() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(649.0, 140.0), Vec2::new(472.0, 425.0)) .unwrap() .length, 581.048 ); } #[test] fn aurora_merged_cdqywliqom() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(797.0, 297.0), Vec2::new(275.0, 68.0)) .unwrap() .length, 585.36 ); } #[test] fn aurora_merged_vhvzqelzrz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(89.0, 418.0), Vec2::new(655.0, 319.0)) .unwrap() .length, 590.762 ); } #[test] fn aurora_merged_pblfngvffp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(112.0, 151.0), Vec2::new(610.0, 293.0)) .unwrap() .length, 595.009 ); } #[test] fn aurora_merged_sdrhyvfkez() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(158.0, 312.0), Vec2::new(461.0, 660.0)) .unwrap() .length, 585.628 ); } #[test] fn aurora_merged_kazezynquq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(676.0, 598.0), Vec2::new(464.0, 260.0)) .unwrap() .length, 590.072 ); } #[test] fn aurora_merged_mnpvxhuyry() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(263.0, 350.0), Vec2::new(836.0, 319.0)) .unwrap() .length, 592.106 ); } #[test] fn aurora_merged_xxofgubxts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(565.0, 493.0), Vec2::new(745.0, 213.0)) .unwrap() .length, 589.114 ); } #[test] fn aurora_merged_nkfjbapxlp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 366.0), Vec2::new(685.0, 84.0)) .unwrap() .length, 581.74 ); } #[test] fn aurora_merged_njdhneavhb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(497.0, 646.0), Vec2::new(952.0, 420.0)) .unwrap() .length, 589.055 ); } #[test] fn aurora_merged_pgjlkmwozu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 436.0), Vec2::new(685.0, 117.0)) .unwrap() .length, 588.387 ); } #[test] fn aurora_merged_qpohsnqosy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(612.0, 230.0), Vec2::new(673.0, 630.0)) .unwrap() .length, 591.951 ); } #[test] fn aurora_merged_vrjrgfwilv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(240.0, 678.0), Vec2::new(458.0, 291.0)) .unwrap() .length, 594.041 ); } #[test] fn aurora_merged_vgvhfgpxmg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(244.0, 485.0), Vec2::new(810.0, 443.0)) .unwrap() .length, 587.47 ); } #[test] fn aurora_merged_zbmqolcrdw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(518.0, 167.0), Vec2::new(64.0, 477.0)) .unwrap() .length, 587.684 ); } #[test] fn aurora_merged_nbqqdxtqeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(231.0, 427.0), Vec2::new(690.0, 669.0)) .unwrap() .length, 592.132 ); } #[test] fn aurora_merged_rwkpmdzhks() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(211.0, 235.0), Vec2::new(715.0, 350.0)) .unwrap() .length, 594.601 ); } #[test] fn aurora_merged_psyvopsnhm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(855.0, 521.0), Vec2::new(317.0, 328.0)) .unwrap() .length, 594.65 ); } #[test] fn aurora_merged_nbepzgioqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(638.0, 612.0), Vec2::new(454.0, 284.0)) .unwrap() .length, 595.112 ); } #[test] fn aurora_merged_cdrhieeqda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 468.0), Vec2::new(897.0, 571.0)) .unwrap() .length, 593.818 ); } #[test] fn aurora_merged_oqktjwgwrv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 637.0), Vec2::new(231.0, 291.0)) .unwrap() .length, 593.518 ); } #[test] fn aurora_merged_yasgyvpife() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(236.0, 419.0), Vec2::new(790.0, 422.0)) .unwrap() .length, 590.363 ); } #[test] fn aurora_merged_rspbwjhfxw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(451.0, 507.0), Vec2::new(987.0, 406.0)) .unwrap() .length, 595.91 ); } #[test] fn aurora_merged_mgofbmbcpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(409.0, 382.0), Vec2::new(784.0, 614.0)) .unwrap() .length, 596.678 ); } #[test] fn aurora_merged_wmtcuxzcyq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(40.0, 473.0), Vec2::new(379.0, 93.0)) .unwrap() .length, 593.616 ); } #[test] fn aurora_merged_xzkgmkrqna() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(275.0, 530.0), Vec2::new(626.0, 294.0)) .unwrap() .length, 600.581 ); } #[test] fn aurora_merged_ummoalamou() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 589.0), Vec2::new(179.0, 405.0)) .unwrap() .length, 599.901 ); } #[test] fn aurora_merged_einaeigonu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(299.0, 152.0), Vec2::new(906.0, 145.0)) .unwrap() .length, 613.826 ); } #[test] fn aurora_merged_txgosoydvs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(356.0, 166.0), Vec2::new(661.0, 441.0)) .unwrap() .length, 595.041 ); } #[test] fn aurora_merged_ymenrovsbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(129.0, 538.0), Vec2::new(527.0, 276.0)) .unwrap() .length, 596.105 ); } #[test] fn aurora_merged_ksuoujvyeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(413.0, 419.0), Vec2::new(868.0, 297.0)) .unwrap() .length, 593.492 ); } #[test] fn aurora_merged_sgpqphwdta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 459.0), Vec2::new(793.0, 286.0)) .unwrap() .length, 600.659 ); } #[test] fn aurora_merged_lnvoydkqzx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(554.0, 714.0), Vec2::new(9.0, 541.0)) .unwrap() .length, 590.835 ); } #[test] fn aurora_merged_rqvpmeiyok() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 516.0), Vec2::new(806.0, 185.0)) .unwrap() .length, 596.485 ); } #[test] fn aurora_merged_gseehvusye() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 376.0), Vec2::new(634.0, 234.0)) .unwrap() .length, 594.587 ); } #[test] fn aurora_merged_zfszmprocq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 590.0), Vec2::new(985.0, 365.0)) .unwrap() .length, 603.568 ); } #[test] fn aurora_merged_tjnhrzzibe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(297.0, 158.0), Vec2::new(737.0, 404.0)) .unwrap() .length, 601.47 ); } #[test] fn aurora_merged_stnmzenqcc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(477.0, 225.0), Vec2::new(35.0, 543.0)) .unwrap() .length, 607.805 ); } #[test] fn aurora_merged_qfobzjxeew() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(504.0, 319.0), Vec2::new(118.0, 593.0)) .unwrap() .length, 602.211 ); } #[test] fn aurora_merged_vgafnpehzn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(902.0, 540.0), Vec2::new(357.0, 354.0)) .unwrap() .length, 598.287 ); } #[test] fn aurora_merged_hpqsbnzozi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(827.0, 678.0), Vec2::new(460.0, 383.0)) .unwrap() .length, 605.301 ); } #[test] fn aurora_merged_qyukdwiysm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(412.0, 453.0), Vec2::new(692.0, 150.0)) .unwrap() .length, 604.084 ); } #[test] fn aurora_merged_jmuurimyok() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(855.0, 236.0), Vec2::new(586.0, 606.0)) .unwrap() .length, 603.812 ); } #[test] fn aurora_merged_ymmblqpkvf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(233.0, 323.0), Vec2::new(422.0, 650.0)) .unwrap() .length, 598.005 ); } #[test] fn aurora_merged_mtyuvygvcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(906.0, 161.0), Vec2::new(753.0, 566.0)) .unwrap() .length, 603.828 ); } #[test] fn aurora_merged_ozuskvdbfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(468.0, 584.0), Vec2::new(280.0, 199.0)) .unwrap() .length, 614.314 ); } #[test] fn aurora_merged_lytshcuond() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(120.0, 698.0), Vec2::new(424.0, 298.0)) .unwrap() .length, 610.808 ); } #[test] fn aurora_merged_rjmttineah() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(962.0, 389.0), Vec2::new(427.0, 191.0)) .unwrap() .length, 599.377 ); } #[test] fn aurora_merged_qlsulfhvht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(512.0, 170.0), Vec2::new(480.0, 595.0)) .unwrap() .length, 607.774 ); } #[test] fn aurora_merged_kjjxfemtdu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(611.0, 658.0), Vec2::new(494.0, 282.0)) .unwrap() .length, 604.497 ); } #[test] fn aurora_merged_nxzrwbmujr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(782.0, 221.0), Vec2::new(203.0, 68.0)) .unwrap() .length, 603.645 ); } #[test] fn aurora_merged_iivigfgtmj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(911.0, 345.0), Vec2::new(564.0, 698.0)) .unwrap() .length, 603.986 ); } #[test] fn aurora_merged_mhtrzuxtls() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(352.0, 267.0), Vec2::new(506.0, 633.0)) .unwrap() .length, 613.012 ); } #[test] fn aurora_merged_yaonfmegrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(265.0, 408.0), Vec2::new(793.0, 622.0)) .unwrap() .length, 599.604 ); } #[test] fn aurora_merged_pzxyeddpvg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(705.0, 538.0), Vec2::new(176.0, 410.0)) .unwrap() .length, 599.187 ); } #[test] fn aurora_merged_iockckfssv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(548.0, 454.0), Vec2::new(32.0, 490.0)) .unwrap() .length, 610.232 ); } #[test] fn aurora_merged_ljckcwvobn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(572.0, 131.0), Vec2::new(522.0, 519.0)) .unwrap() .length, 612.35 ); } #[test] fn aurora_merged_nkcahbyeww() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(708.0, 631.0), Vec2::new(139.0, 727.0)) .unwrap() .length, 616.802 ); } #[test] fn aurora_merged_ezlprellwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(580.0, 412.0), Vec2::new(173.0, 182.0)) .unwrap() .length, 605.375 ); } #[test] fn aurora_merged_pfkzidzcbs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(622.0, 246.0), Vec2::new(694.0, 672.0)) .unwrap() .length, 613.922 ); } #[test] fn aurora_merged_prjgokvskd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(899.0, 313.0), Vec2::new(366.0, 67.0)) .unwrap() .length, 607.405 ); } #[test] fn aurora_merged_ezvzcrqrli() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 234.0), Vec2::new(210.0, 552.0)) .unwrap() .length, 606.426 ); } #[test] fn aurora_merged_ojythaaxex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(736.0, 318.0), Vec2::new(148.0, 391.0)) .unwrap() .length, 612.109 ); } #[test] fn aurora_merged_wvwdvwqbxs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 472.0), Vec2::new(803.0, 563.0)) .unwrap() .length, 608.266 ); } #[test] fn aurora_merged_qdkcpxxmdx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(415.0, 668.0), Vec2::new(55.0, 317.0)) .unwrap() .length, 610.401 ); } #[test] fn aurora_merged_auqpllvwij() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(358.0, 266.0), Vec2::new(873.0, 423.0)) .unwrap() .length, 612.259 ); } #[test] fn aurora_merged_jzquqobagk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(46.0, 398.0), Vec2::new(649.0, 323.0)) .unwrap() .length, 620.905 ); } #[test] fn aurora_merged_aastdfvrjl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(110.0, 513.0), Vec2::new(705.0, 564.0)) .unwrap() .length, 616.64 ); } #[test] fn aurora_merged_qnodcqmxvh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(203.0, 268.0), Vec2::new(766.0, 249.0)) .unwrap() .length, 613.793 ); } #[test] fn aurora_merged_ybtpjtqqjm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(641.0, 655.0), Vec2::new(42.0, 668.0)) .unwrap() .length, 619.047 ); } #[test] fn aurora_merged_vgutrnaosc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(252.0, 405.0), Vec2::new(826.0, 285.0)) .unwrap() .length, 620.896 ); } #[test] fn aurora_merged_zbifmkhupk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(692.0, 189.0), Vec2::new(217.0, 416.0)) .unwrap() .length, 613.451 ); } #[test] fn aurora_merged_kwtwiimlys() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(308.0, 294.0), Vec2::new(265.0, 657.0)) .unwrap() .length, 614.687 ); } #[test] fn aurora_merged_yydkyezlbn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(676.0, 699.0), Vec2::new(885.0, 252.0)) .unwrap() .length, 616.443 ); } #[test] fn aurora_merged_lzcbygneas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(722.0, 428.0), Vec2::new(295.0, 150.0)) .unwrap() .length, 609.251 ); } #[test] fn aurora_merged_dvaowhbegk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(795.0, 103.0), Vec2::new(196.0, 229.0)) .unwrap() .length, 618.207 ); } #[test] fn aurora_merged_ygorndpikv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(513.0, 614.0), Vec2::new(560.0, 218.0)) .unwrap() .length, 620.518 ); } #[test] fn aurora_merged_eqzdsodhtt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(668.0, 601.0), Vec2::new(177.0, 283.0)) .unwrap() .length, 611.961 ); } #[test] fn aurora_merged_pyawkazfit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(894.0, 469.0), Vec2::new(453.0, 121.0)) .unwrap() .length, 615.485 ); } #[test] fn aurora_merged_rnpdifikvi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 166.0), Vec2::new(420.0, 515.0)) .unwrap() .length, 620.628 ); } #[test] fn aurora_merged_ipejpzzstx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(665.0, 271.0), Vec2::new(235.0, 512.0)) .unwrap() .length, 621.887 ); } #[test] fn aurora_merged_mqbueqapia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 272.0), Vec2::new(662.0, 564.0)) .unwrap() .length, 613.323 ); } #[test] fn aurora_merged_uugayuthyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 624.0), Vec2::new(394.0, 300.0)) .unwrap() .length, 612.886 ); } #[test] fn aurora_merged_tjrdtbbdzj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(282.0, 344.0), Vec2::new(888.0, 274.0)) .unwrap() .length, 626.291 ); } #[test] fn aurora_merged_urorrejfqe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(974.0, 283.0), Vec2::new(595.0, 666.0)) .unwrap() .length, 618.25 ); } #[test] fn aurora_merged_gbixevkxdw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 140.0), Vec2::new(210.0, 368.0)) .unwrap() .length, 618.698 ); } #[test] fn aurora_merged_jqvshovfci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 661.0), Vec2::new(526.0, 277.0)) .unwrap() .length, 619.247 ); } #[test] fn aurora_merged_lovuvyrpgr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(450.0, 596.0), Vec2::new(882.0, 252.0)) .unwrap() .length, 629.061 ); } #[test] fn aurora_merged_sthlexgkqd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 341.0), Vec2::new(890.0, 667.0)) .unwrap() .length, 619.387 ); } #[test] fn aurora_merged_dphtmkkfjw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 316.0), Vec2::new(686.0, 634.0)) .unwrap() .length, 625.555 ); } #[test] fn aurora_merged_mtqdvrxacq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 375.0), Vec2::new(550.0, 652.0)) .unwrap() .length, 615.799 ); } #[test] fn aurora_merged_jgvcwebewm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(814.0, 420.0), Vec2::new(308.0, 268.0)) .unwrap() .length, 621.068 ); } #[test] fn aurora_merged_bfacwhmlqm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(363.0, 115.0), Vec2::new(659.0, 456.0)) .unwrap() .length, 622.082 ); } #[test] fn aurora_merged_jrtqntgvxk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(794.0, 409.0), Vec2::new(318.0, 487.0)) .unwrap() .length, 617.266 ); } #[test] fn aurora_merged_xybcvpzafe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(419.0, 391.0), Vec2::new(866.0, 132.0)) .unwrap() .length, 629.989 ); } #[test] fn aurora_merged_ekjmzotuai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(131.0, 116.0), Vec2::new(730.0, 60.0)) .unwrap() .length, 623.167 ); } #[test] fn aurora_merged_pjctmueznu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(640.0, 665.0), Vec2::new(877.0, 255.0)) .unwrap() .length, 625.475 ); } #[test] fn aurora_merged_axsedoksms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(578.0, 434.0), Vec2::new(16.0, 187.0)) .unwrap() .length, 623.406 ); } #[test] fn aurora_merged_nyeppoemru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(234.0, 220.0), Vec2::new(836.0, 258.0)) .unwrap() .length, 633.422 ); } #[test] fn aurora_merged_jpkqbtxtwh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(587.0, 661.0), Vec2::new(939.0, 265.0)) .unwrap() .length, 623.862 ); } #[test] fn aurora_merged_vdocbqmqov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 453.0), Vec2::new(615.0, 742.0)) .unwrap() .length, 633.342 ); } #[test] fn aurora_merged_trpqpbayfc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(131.0, 571.0), Vec2::new(316.0, 151.0)) .unwrap() .length, 628.187 ); } #[test] fn aurora_merged_pjtntaqyud() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(210.0, 143.0), Vec2::new(598.0, 424.0)) .unwrap() .length, 624.858 ); } #[test] fn aurora_merged_okygrajcct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(476.0, 253.0), Vec2::new(312.0, 667.0)) .unwrap() .length, 625.925 ); } #[test] fn aurora_merged_hilmasundy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(317.0, 156.0), Vec2::new(90.0, 555.0)) .unwrap() .length, 626.77 ); } #[test] fn aurora_merged_qmagjvqvhq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(257.0, 494.0), Vec2::new(747.0, 317.0)) .unwrap() .length, 628.169 ); } #[test] fn aurora_merged_shedsfajhe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(726.0, 614.0), Vec2::new(134.0, 606.0)) .unwrap() .length, 632.218 ); } #[test] fn aurora_merged_twmzfvzsoj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(850.0, 303.0), Vec2::new(261.0, 396.0)) .unwrap() .length, 635.639 ); } #[test] fn aurora_merged_woptbzluxo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(744.0, 366.0), Vec2::new(245.0, 474.0)) .unwrap() .length, 625.91 ); } #[test] fn aurora_merged_zisxudgaxu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(171.0, 310.0), Vec2::new(726.0, 554.0)) .unwrap() .length, 624.069 ); } #[test] fn aurora_merged_fvfdvadkim() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(366.0, 293.0), Vec2::new(843.0, 592.0)) .unwrap() .length, 624.303 ); } #[test] fn aurora_merged_anvoninovf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(866.0, 373.0), Vec2::new(457.0, 660.0)) .unwrap() .length, 633.782 ); } #[test] fn aurora_merged_jajnoqrvyq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(706.0, 104.0), Vec2::new(85.0, 123.0)) .unwrap() .length, 643.778 ); } #[test] fn aurora_merged_ubpafaqbpt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(901.0, 552.0), Vec2::new(285.0, 513.0)) .unwrap() .length, 631.642 ); } #[test] fn aurora_merged_mxahekdahn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(29.0, 538.0), Vec2::new(558.0, 415.0)) .unwrap() .length, 629.094 ); } #[test] fn aurora_merged_rfgyedgwij() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(375.0, 194.0), Vec2::new(448.0, 590.0)) .unwrap() .length, 642.373 ); } #[test] fn aurora_merged_zvzjjcwuyw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(256.0, 496.0), Vec2::new(675.0, 412.0)) .unwrap() .length, 622.852 ); } #[test] fn aurora_merged_chpbgehnpn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(651.0, 111.0), Vec2::new(858.0, 488.0)) .unwrap() .length, 629.438 ); } #[test] fn aurora_merged_pahelphhjn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 551.0), Vec2::new(248.0, 134.0)) .unwrap() .length, 642.785 ); } #[test] fn aurora_merged_aqeqihswtq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(206.0, 138.0), Vec2::new(271.0, 582.0)) .unwrap() .length, 633.297 ); } #[test] fn aurora_merged_mqvvmnfiss() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(714.0, 173.0), Vec2::new(68.0, 138.0)) .unwrap() .length, 654.47 ); } #[test] fn aurora_merged_isaspxyouw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 594.0), Vec2::new(537.0, 196.0)) .unwrap() .length, 632.631 ); } #[test] fn aurora_merged_mqdmpykewl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(638.0, 561.0), Vec2::new(66.0, 489.0)) .unwrap() .length, 635.457 ); } #[test] fn aurora_merged_pzrtgzqlbu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(845.0, 289.0), Vec2::new(634.0, 739.0)) .unwrap() .length, 641.438 ); } #[test] fn aurora_merged_ztkmotbyqb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(624.0, 519.0), Vec2::new(37.0, 399.0)) .unwrap() .length, 629.169 ); } #[test] fn aurora_merged_fispsytdpm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(228.0, 586.0), Vec2::new(387.0, 237.0)) .unwrap() .length, 631.991 ); } #[test] fn aurora_merged_wdiewfmbmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 488.0), Vec2::new(767.0, 420.0)) .unwrap() .length, 638.24 ); } #[test] fn aurora_merged_gpgqtijhjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(474.0, 303.0), Vec2::new(207.0, 700.0)) .unwrap() .length, 643.417 ); } #[test] fn aurora_merged_vnzlhnlfpy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(20.0, 403.0), Vec2::new(624.0, 473.0)) .unwrap() .length, 635.691 ); } #[test] fn aurora_merged_oulfhlgqpi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(279.0, 291.0), Vec2::new(638.0, 601.0)) .unwrap() .length, 629.479 ); } #[test] fn aurora_merged_ahbqoccjtd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(127.0, 488.0), Vec2::new(715.0, 390.0)) .unwrap() .length, 639.701 ); } #[test] fn aurora_merged_pudjgimkbm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 364.0), Vec2::new(251.0, 56.0)) .unwrap() .length, 631.746 ); } #[test] fn aurora_merged_yozhnnyrdy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(484.0, 399.0), Vec2::new(702.0, 702.0)) .unwrap() .length, 639.465 ); } #[test] fn aurora_merged_qljcueqbbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 296.0), Vec2::new(275.0, 389.0)) .unwrap() .length, 642.142 ); } #[test] fn aurora_merged_rkdsokbpvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(112.0, 521.0), Vec2::new(481.0, 212.0)) .unwrap() .length, 642.266 ); } #[test] fn aurora_merged_habhwagmjl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(316.0, 676.0), Vec2::new(847.0, 516.0)) .unwrap() .length, 640.527 ); } #[test] fn aurora_merged_dblbxsyide() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 361.0), Vec2::new(702.0, 168.0)) .unwrap() .length, 653.175 ); } #[test] fn aurora_merged_gvobtdbvic() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(383.0, 632.0), Vec2::new(279.0, 250.0)) .unwrap() .length, 636.415 ); } #[test] fn aurora_merged_jagepkvntc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(238.0, 716.0), Vec2::new(821.0, 495.0)) .unwrap() .length, 648.683 ); } #[test] fn aurora_merged_dimgnzwmsc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(629.0, 591.0), Vec2::new(5.0, 648.0)) .unwrap() .length, 661.471 ); } #[test] fn aurora_merged_oamxnhncex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(303.0, 263.0), Vec2::new(109.0, 669.0)) .unwrap() .length, 645.588 ); } #[test] fn aurora_merged_nzhoxykymx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(837.0, 100.0), Vec2::new(304.0, 324.0)) .unwrap() .length, 634.713 ); } #[test] fn aurora_merged_cijfllwouu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(350.0, 454.0), Vec2::new(930.0, 654.0)) .unwrap() .length, 635.923 ); } #[test] fn aurora_merged_xkweeppylr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(51.0, 521.0), Vec2::new(620.0, 339.0)) .unwrap() .length, 645.499 ); } #[test] fn aurora_merged_qvtnsmvjjk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(712.0, 187.0), Vec2::new(157.0, 358.0)) .unwrap() .length, 647.49 ); } #[test] fn aurora_merged_pgnoyauvzm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(557.0, 691.0), Vec2::new(548.0, 452.0)) .unwrap() .length, 643.226 ); } #[test] fn aurora_merged_bgnxivgrxk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 150.0), Vec2::new(784.0, 313.0)) .unwrap() .length, 645.478 ); } #[test] fn aurora_merged_rgpakqdwfz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(111.0, 439.0), Vec2::new(608.0, 678.0)) .unwrap() .length, 635.395 ); } #[test] fn aurora_merged_lrijhexmcq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(286.0, 85.0), Vec2::new(230.0, 524.0)) .unwrap() .length, 648.844 ); } #[test] fn aurora_merged_sjdilwnsnf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(991.0, 444.0), Vec2::new(446.0, 422.0)) .unwrap() .length, 639.1 ); } #[test] fn aurora_merged_mayowcqipu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(501.0, 210.0), Vec2::new(1020.0, 442.0)) .unwrap() .length, 639.91 ); } #[test] fn aurora_merged_ywwvzecrgk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(909.0, 245.0), Vec2::new(309.0, 372.0)) .unwrap() .length, 646.55 ); } #[test] fn aurora_merged_pmytqidxgq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(302.0, 163.0), Vec2::new(621.0, 498.0)) .unwrap() .length, 636.542 ); } #[test] fn aurora_merged_uozsfwzxel() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 182.0), Vec2::new(494.0, 488.0)) .unwrap() .length, 643.572 ); } #[test] fn aurora_merged_mhlftnlwyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(783.0, 228.0), Vec2::new(152.0, 217.0)) .unwrap() .length, 655.307 ); } #[test] fn aurora_merged_teoyiuauld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(819.0, 155.0), Vec2::new(386.0, 386.0)) .unwrap() .length, 653.198 ); } #[test] fn aurora_merged_emqoboqjbe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(413.0, 333.0), Vec2::new(668.0, 671.0)) .unwrap() .length, 647.926 ); } #[test] fn aurora_merged_esfuzckece() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(617.0, 501.0), Vec2::new(393.0, 248.0)) .unwrap() .length, 641.224 ); } #[test] fn aurora_merged_npalzrsafx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(564.0, 548.0), Vec2::new(221.0, 231.0)) .unwrap() .length, 650.782 ); } #[test] fn aurora_merged_budblzerql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 228.0), Vec2::new(575.0, 554.0)) .unwrap() .length, 652.04 ); } #[test] fn aurora_merged_ashopdfwgb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(558.0, 259.0), Vec2::new(283.0, 612.0)) .unwrap() .length, 644.766 ); } #[test] fn aurora_merged_plrootjuzo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(377.0, 133.0), Vec2::new(321.0, 525.0)) .unwrap() .length, 651.082 ); } #[test] fn aurora_merged_uahevfjfhy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(331.0, 266.0), Vec2::new(694.0, 554.0)) .unwrap() .length, 641.774 ); } #[test] fn aurora_merged_uhzxdoylth() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(274.0, 587.0), Vec2::new(598.0, 267.0)) .unwrap() .length, 648.238 ); } #[test] fn aurora_merged_zxlwexopts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(769.0, 326.0), Vec2::new(143.0, 248.0)) .unwrap() .length, 650.506 ); } #[test] fn aurora_merged_xivrcgfjwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(608.0, 673.0), Vec2::new(12.0, 496.0)) .unwrap() .length, 642.854 ); } #[test] fn aurora_merged_boxlajmbkp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(663.0, 650.0), Vec2::new(24.0, 678.0)) .unwrap() .length, 659.428 ); } #[test] fn aurora_merged_asynadgaas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(879.0, 303.0), Vec2::new(274.0, 124.0)) .unwrap() .length, 643.704 ); } #[test] fn aurora_merged_ctqrkkeywl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 230.0), Vec2::new(61.0, 637.0)) .unwrap() .length, 653.937 ); } #[test] fn aurora_merged_ablxpyxxzm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(124.0, 549.0), Vec2::new(439.0, 184.0)) .unwrap() .length, 646.148 ); } #[test] fn aurora_merged_zlaltoeqvb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(858.0, 434.0), Vec2::new(346.0, 487.0)) .unwrap() .length, 648.679 ); } #[test] fn aurora_merged_jdawjfgsip() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(339.0, 164.0), Vec2::new(603.0, 532.0)) .unwrap() .length, 646.767 ); } #[test] fn aurora_merged_mnmcxqlbpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(750.0, 696.0), Vec2::new(226.0, 681.0)) .unwrap() .length, 649.555 ); } #[test] fn aurora_merged_kluejvkxtf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(815.0, 693.0), Vec2::new(473.0, 340.0)) .unwrap() .length, 651.111 ); } #[test] fn aurora_merged_plobhsusxn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(854.0, 143.0), Vec2::new(574.0, 493.0)) .unwrap() .length, 650.665 ); } #[test] fn aurora_merged_bzicxjzvzc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(577.0, 591.0), Vec2::new(475.0, 172.0)) .unwrap() .length, 654.576 ); } #[test] fn aurora_merged_esmoveactu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(646.0, 304.0), Vec2::new(26.0, 188.0)) .unwrap() .length, 655.421 ); } #[test] fn aurora_merged_yqhmzehnse() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(274.0, 235.0), Vec2::new(880.0, 235.0)) .unwrap() .length, 655.593 ); } #[test] fn aurora_merged_hayhylrahz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(333.0, 467.0), Vec2::new(207.0, 73.0)) .unwrap() .length, 653.804 ); } #[test] fn aurora_merged_biuoyxtlwx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 369.0), Vec2::new(757.0, 396.0)) .unwrap() .length, 651.763 ); } #[test] fn aurora_merged_ejhoaiawdb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(768.0, 284.0), Vec2::new(711.0, 607.0)) .unwrap() .length, 656.174 ); } #[test] fn aurora_merged_xqxyfpqdvl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(858.0, 273.0), Vec2::new(408.0, 618.0)) .unwrap() .length, 656.619 ); } #[test] fn aurora_merged_jqnadfwlsn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(960.0, 551.0), Vec2::new(626.0, 202.0)) .unwrap() .length, 656.165 ); } #[test] fn aurora_merged_vikkdyucby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(289.0, 122.0), Vec2::new(522.0, 569.0)) .unwrap() .length, 656.577 ); } #[test] fn aurora_merged_ltjdqpreon() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(66.0, 206.0), Vec2::new(354.0, 662.0)) .unwrap() .length, 661.249 ); } #[test] fn aurora_merged_ahiehvlies() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 192.0), Vec2::new(549.0, 473.0)) .unwrap() .length, 649.779 ); } #[test] fn aurora_merged_uuabmqbilr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 148.0), Vec2::new(924.0, 375.0)) .unwrap() .length, 658.641 ); } #[test] fn aurora_merged_osxsrgyzye() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(557.0, 548.0), Vec2::new(263.0, 133.0)) .unwrap() .length, 664.913 ); } #[test] fn aurora_merged_vuagreccvz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(250.0, 223.0), Vec2::new(882.0, 311.0)) .unwrap() .length, 660.583 ); } #[test] fn aurora_merged_ycwdwrklix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(343.0, 110.0), Vec2::new(520.0, 519.0)) .unwrap() .length, 663.48 ); } #[test] fn aurora_merged_ojuyamsyyq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(896.0, 364.0), Vec2::new(299.0, 396.0)) .unwrap() .length, 668.357 ); } #[test] fn aurora_merged_jfiwmoiydt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(403.0, 648.0), Vec2::new(466.0, 353.0)) .unwrap() .length, 656.348 ); } #[test] fn aurora_merged_xflmdvxaaz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(898.0, 368.0), Vec2::new(288.0, 182.0)) .unwrap() .length, 665.376 ); } #[test] fn aurora_merged_awwhqgnigh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(805.0, 505.0), Vec2::new(645.0, 146.0)) .unwrap() .length, 655.025 ); } #[test] fn aurora_merged_bxocowsaoa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(25.0, 358.0), Vec2::new(630.0, 171.0)) .unwrap() .length, 660.694 ); } #[test] fn aurora_merged_tufpbknmxi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(401.0, 230.0), Vec2::new(196.0, 593.0)) .unwrap() .length, 660.711 ); } #[test] fn aurora_merged_wtwjcltmtj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 713.0), Vec2::new(297.0, 367.0)) .unwrap() .length, 668.91 ); } #[test] fn aurora_merged_grcnzwjrfj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 191.0), Vec2::new(953.0, 347.0)) .unwrap() .length, 653.09 ); } #[test] fn aurora_merged_dsewlsubxh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(780.0, 327.0), Vec2::new(368.0, 671.0)) .unwrap() .length, 669.915 ); } #[test] fn aurora_merged_meeancjjun() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(680.0, 599.0), Vec2::new(41.0, 626.0)) .unwrap() .length, 678.015 ); } #[test] fn aurora_merged_nkjadvywjc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(944.0, 657.0), Vec2::new(300.0, 624.0)) .unwrap() .length, 665.041 ); } #[test] fn aurora_merged_ukbouhnxko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 430.0), Vec2::new(740.0, 248.0)) .unwrap() .length, 659.051 ); } #[test] fn aurora_merged_cmoqzinfyj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(206.0, 151.0), Vec2::new(850.0, 182.0)) .unwrap() .length, 671.16 ); } #[test] fn aurora_merged_stikwhhlig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(304.0, 575.0), Vec2::new(959.0, 638.0)) .unwrap() .length, 671.046 ); } #[test] fn aurora_merged_iptognnmbt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 359.0), Vec2::new(717.0, 45.0)) .unwrap() .length, 657.756 ); } #[test] fn aurora_merged_xtflgepydw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(513.0, 311.0), Vec2::new(239.0, 698.0)) .unwrap() .length, 668.062 ); } #[test] fn aurora_merged_ergksvwaxy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(487.0, 399.0), Vec2::new(218.0, 697.0)) .unwrap() .length, 672.813 ); } #[test] fn aurora_merged_zpklhtiuin() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(32.0, 182.0), Vec2::new(664.0, 310.0)) .unwrap() .length, 668.572 ); } #[test] fn aurora_merged_rqfyooogcw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 446.0), Vec2::new(773.0, 622.0)) .unwrap() .length, 661.114 ); } #[test] fn aurora_merged_kecsrnfoub() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(260.0, 200.0), Vec2::new(901.0, 312.0)) .unwrap() .length, 667.948 ); } #[test] fn aurora_merged_exypljwodv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 568.0), Vec2::new(225.0, 81.0)) .unwrap() .length, 666.445 ); } #[test] fn aurora_merged_kturtqhxsj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(202.0, 205.0), Vec2::new(278.0, 663.0)) .unwrap() .length, 668.332 ); } #[test] fn aurora_merged_mluetmcssc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 608.0), Vec2::new(400.0, 241.0)) .unwrap() .length, 667.676 ); } #[test] fn aurora_merged_nyaylyectj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(176.0, 169.0), Vec2::new(750.0, 344.0)) .unwrap() .length, 666.794 ); } #[test] fn aurora_merged_ajykmhsjtq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 212.0), Vec2::new(103.0, 123.0)) .unwrap() .length, 659.807 ); } #[test] fn aurora_merged_cgzaygnbgm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(770.0, 564.0), Vec2::new(842.0, 124.0)) .unwrap() .length, 673.305 ); } #[test] fn aurora_merged_hmhbdfxoeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(618.0, 540.0), Vec2::new(853.0, 151.0)) .unwrap() .length, 667.329 ); } #[test] fn aurora_merged_nicydlmesx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(286.0, 89.0), Vec2::new(415.0, 544.0)) .unwrap() .length, 672.039 ); } #[test] fn aurora_merged_fanadfcoys() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(174.0, 293.0), Vec2::new(642.0, 657.0)) .unwrap() .length, 671.255 ); } #[test] fn aurora_merged_jarugefkpf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(387.0, 439.0), Vec2::new(932.0, 340.0)) .unwrap() .length, 670.096 ); } #[test] fn aurora_merged_aluvipddvs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 654.0), Vec2::new(198.0, 282.0)) .unwrap() .length, 666.629 ); } #[test] fn aurora_merged_wkqwvgtxns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(879.0, 424.0), Vec2::new(283.0, 172.0)) .unwrap() .length, 670.186 ); } #[test] fn aurora_merged_hxbdvwavjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(463.0, 390.0), Vec2::new(47.0, 655.0)) .unwrap() .length, 676.792 ); } #[test] fn aurora_merged_zcpxfwsnhl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 672.0), Vec2::new(696.0, 395.0)) .unwrap() .length, 671.079 ); } #[test] fn aurora_merged_saxpovkhrh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(423.0, 464.0), Vec2::new(1014.0, 331.0)) .unwrap() .length, 675.96 ); } #[test] fn aurora_merged_ahnfsmhskl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(402.0, 139.0), Vec2::new(1009.0, 375.0)) .unwrap() .length, 673.38 ); } #[test] fn aurora_merged_sqlfkzgtmm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(189.0, 622.0), Vec2::new(349.0, 179.0)) .unwrap() .length, 672.533 ); } #[test] fn aurora_merged_kjhoonfjpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 581.0), Vec2::new(266.0, 193.0)) .unwrap() .length, 671.221 ); } #[test] fn aurora_merged_tojhmxjlnz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(798.0, 615.0), Vec2::new(228.0, 398.0)) .unwrap() .length, 675.316 ); } #[test] fn aurora_merged_lsmvffbaop() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(776.0, 671.0), Vec2::new(470.0, 303.0)) .unwrap() .length, 670.519 ); } #[test] fn aurora_merged_vfxjfrphgm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(39.0, 541.0), Vec2::new(608.0, 381.0)) .unwrap() .length, 672.232 ); } #[test] fn aurora_merged_nrapkauxci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(683.0, 613.0), Vec2::new(53.0, 491.0)) .unwrap() .length, 673.844 ); } #[test] fn aurora_merged_sjczanleiq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(134.0, 503.0), Vec2::new(658.0, 719.0)) .unwrap() .length, 668.871 ); } #[test] fn aurora_merged_limivsreep() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(454.0, 268.0), Vec2::new(770.0, 640.0)) .unwrap() .length, 670.215 ); } #[test] fn aurora_merged_fvvmeykumq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 202.0), Vec2::new(156.0, 640.0)) .unwrap() .length, 677.233 ); } #[test] fn aurora_merged_momorwjntm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(866.0, 173.0), Vec2::new(475.0, 581.0)) .unwrap() .length, 682.586 ); } #[test] fn aurora_merged_ymsoksihyy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(811.0, 185.0), Vec2::new(935.0, 588.0)) .unwrap() .length, 677.211 ); } #[test] fn aurora_merged_ftwcjmbcfa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(792.0, 145.0), Vec2::new(810.0, 605.0)) .unwrap() .length, 680.471 ); } #[test] fn aurora_merged_vdumadvvsm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 698.0), Vec2::new(740.0, 401.0)) .unwrap() .length, 676.492 ); } #[test] fn aurora_merged_jesqyhqexd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(902.0, 444.0), Vec2::new(307.0, 734.0)) .unwrap() .length, 681.434 ); } #[test] fn aurora_merged_nhqdypwysk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(527.0, 562.0), Vec2::new(317.0, 92.0)) .unwrap() .length, 683.475 ); } #[test] fn aurora_merged_mbkgpjglbg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(679.0, 711.0), Vec2::new(501.0, 290.0)) .unwrap() .length, 678.346 ); } #[test] fn aurora_merged_upyexayfay() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(507.0, 395.0), Vec2::new(283.0, 692.0)) .unwrap() .length, 676.487 ); } #[test] fn aurora_merged_khvuzeoyhu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(523.0, 155.0), Vec2::new(137.0, 546.0)) .unwrap() .length, 676.999 ); } #[test] fn aurora_merged_qovvugyxia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(936.0, 345.0), Vec2::new(372.0, 475.0)) .unwrap() .length, 683.141 ); } #[test] fn aurora_merged_kjpllgpkub() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(806.0, 501.0), Vec2::new(618.0, 102.0)) .unwrap() .length, 676.816 ); } #[test] fn aurora_merged_nndxgqgack() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(564.0, 179.0), Vec2::new(730.0, 513.0)) .unwrap() .length, 672.945 ); } #[test] fn aurora_merged_cahbxztaro() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(765.0, 690.0), Vec2::new(204.0, 510.0)) .unwrap() .length, 677.596 ); } #[test] fn aurora_merged_ohdslbnoyt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(828.0, 178.0), Vec2::new(151.0, 176.0)) .unwrap() .length, 695.05 ); } #[test] fn aurora_merged_yqybwpkpjp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 231.0), Vec2::new(593.0, 610.0)) .unwrap() .length, 685.515 ); } #[test] fn aurora_merged_qkaiqvebwu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(256.0, 198.0), Vec2::new(159.0, 648.0)) .unwrap() .length, 682.829 ); } #[test] fn aurora_merged_vkofvlidep() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(644.0, 451.0), Vec2::new(246.0, 181.0)) .unwrap() .length, 676.794 ); } #[test] fn aurora_merged_drdmtgamyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(647.0, 232.0), Vec2::new(37.0, 349.0)) .unwrap() .length, 681.545 ); } #[test] fn aurora_merged_dbevwxrlka() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(286.0, 141.0), Vec2::new(145.0, 601.0)) .unwrap() .length, 677.933 ); } #[test] fn aurora_merged_mxndbnlrra() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(636.0, 252.0), Vec2::new(256.0, 568.0)) .unwrap() .length, 679.307 ); } #[test] fn aurora_merged_lggxgofdzn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(330.0, 235.0), Vec2::new(623.0, 608.0)) .unwrap() .length, 686.662 ); } #[test] fn aurora_merged_zsxdevqgir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(414.0, 702.0), Vec2::new(890.0, 359.0)) .unwrap() .length, 690.577 ); } #[test] fn aurora_merged_ldazgphidf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 556.0), Vec2::new(827.0, 613.0)) .unwrap() .length, 683.494 ); } #[test] fn aurora_merged_khzcjbkyqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(310.0, 522.0), Vec2::new(913.0, 413.0)) .unwrap() .length, 680.118 ); } #[test] fn aurora_merged_kgbxczdpgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1001.0, 336.0), Vec2::new(405.0, 489.0)) .unwrap() .length, 684.693 ); } #[test] fn aurora_merged_olertzjkhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(63.0, 537.0), Vec2::new(652.0, 339.0)) .unwrap() .length, 692.85 ); } #[test] fn aurora_merged_xqghcehfws() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(936.0, 662.0), Vec2::new(268.0, 617.0)) .unwrap() .length, 689.424 ); } #[test] fn aurora_merged_qbvacqblqk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(631.0, 638.0), Vec2::new(338.0, 286.0)) .unwrap() .length, 689.769 ); } #[test] fn aurora_merged_xpnsktjrpo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(134.0, 571.0), Vec2::new(213.0, 59.0)) .unwrap() .length, 681.562 ); } #[test] fn aurora_merged_vdrxfswcba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(176.0, 660.0), Vec2::new(541.0, 202.0)) .unwrap() .length, 686.274 ); } #[test] fn aurora_merged_knvvabphqz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(942.0, 627.0), Vec2::new(326.0, 340.0)) .unwrap() .length, 684.397 ); } #[test] fn aurora_merged_aduqdwlghi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 180.0), Vec2::new(213.0, 678.0)) .unwrap() .length, 697.061 ); } #[test] fn aurora_merged_vbszinayyj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(700.0, 249.0), Vec2::new(46.0, 162.0)) .unwrap() .length, 699.122 ); } #[test] fn aurora_merged_dlmbdlkcnd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(825.0, 109.0), Vec2::new(132.0, 174.0)) .unwrap() .length, 702.454 ); } #[test] fn aurora_merged_zqwmiebhvj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(528.0, 714.0), Vec2::new(173.0, 289.0)) .unwrap() .length, 694.684 ); } #[test] fn aurora_merged_pkesibcsvz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(491.0, 613.0), Vec2::new(21.0, 188.0)) .unwrap() .length, 694.214 ); } #[test] fn aurora_merged_gskmistyph() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(505.0, 656.0), Vec2::new(132.0, 231.0)) .unwrap() .length, 697.758 ); } #[test] fn aurora_merged_cjwrtaolml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(803.0, 686.0), Vec2::new(232.0, 424.0)) .unwrap() .length, 683.383 ); } #[test] fn aurora_merged_osequihhnn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(996.0, 412.0), Vec2::new(363.0, 510.0)) .unwrap() .length, 694.416 ); } #[test] fn aurora_merged_jjnwthffyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(57.0, 138.0), Vec2::new(127.0, 629.0)) .unwrap() .length, 694.438 ); } #[test] fn aurora_merged_olwgnivgbv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(689.0, 256.0), Vec2::new(528.0, 457.0)) .unwrap() .length, 687.42 ); } #[test] fn aurora_merged_gonhguelhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(319.0, 620.0), Vec2::new(356.0, 228.0)) .unwrap() .length, 690.749 ); } #[test] fn aurora_merged_zrjgslzaod() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(487.0, 581.0), Vec2::new(148.0, 157.0)) .unwrap() .length, 696.203 ); } #[test] fn aurora_merged_tbldhvgljg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(435.0, 636.0), Vec2::new(398.0, 212.0)) .unwrap() .length, 696.656 ); } #[test] fn aurora_merged_zhbblbrhqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 372.0), Vec2::new(183.0, 112.0)) .unwrap() .length, 692.669 ); } #[test] fn aurora_merged_udbbcjzhda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(321.0, 232.0), Vec2::new(637.0, 601.0)) .unwrap() .length, 684.886 ); } #[test] fn aurora_merged_tyvcpqhiml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1018.0, 422.0), Vec2::new(424.0, 145.0)) .unwrap() .length, 688.184 ); } #[test] fn aurora_merged_zcqzhlrlkl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 603.0), Vec2::new(141.0, 431.0)) .unwrap() .length, 695.197 ); } #[test] fn aurora_merged_hqjvspmeym() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(902.0, 321.0), Vec2::new(243.0, 188.0)) .unwrap() .length, 691.174 ); } #[test] fn aurora_merged_syrkhcauja() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(264.0, 701.0), Vec2::new(171.0, 238.0)) .unwrap() .length, 691.11 ); } #[test] fn aurora_merged_hbccnikcel() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(643.0, 690.0), Vec2::new(85.0, 551.0)) .unwrap() .length, 694.865 ); } #[test] fn aurora_merged_jpzkrjuxkh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 222.0), Vec2::new(839.0, 621.0)) .unwrap() .length, 695.528 ); } #[test] fn aurora_merged_ukzfjsxjkc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(747.0, 94.0), Vec2::new(171.0, 364.0)) .unwrap() .length, 688.49 ); } #[test] fn aurora_merged_jewxbdvoig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 184.0), Vec2::new(579.0, 443.0)) .unwrap() .length, 692.901 ); } #[test] fn aurora_merged_qqurbbcuho() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 78.0), Vec2::new(433.0, 470.0)) .unwrap() .length, 692.834 ); } #[test] fn aurora_merged_lfdqvtolkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(282.0, 521.0), Vec2::new(636.0, 120.0)) .unwrap() .length, 693.04 ); } #[test] fn aurora_merged_oipfjnrgfz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(656.0, 455.0), Vec2::new(0.0, 571.0)) .unwrap() .length, 690.596 ); } #[test] fn aurora_merged_hjuhfbccrs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(18.0, 194.0), Vec2::new(586.0, 576.0)) .unwrap() .length, 699.407 ); } #[test] fn aurora_merged_lwfrdfkilu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(597.0, 32.0), Vec2::new(907.0, 493.0)) .unwrap() .length, 697.264 ); } #[test] fn aurora_merged_jlpbrkhedq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(32.0, 561.0), Vec2::new(668.0, 620.0)) .unwrap() .length, 695.396 ); } #[test] fn aurora_merged_tyggfkckti() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(124.0, 316.0), Vec2::new(763.0, 555.0)) .unwrap() .length, 698.124 ); } #[test] fn aurora_merged_yrqmvrzvbg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(385.0, 727.0), Vec2::new(657.0, 304.0)) .unwrap() .length, 692.112 ); } #[test] fn aurora_merged_bmsebqpdxb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(91.0, 573.0), Vec2::new(569.0, 398.0)) .unwrap() .length, 695.415 ); } #[test] fn aurora_merged_bnzgutzrgk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(682.0, 677.0), Vec2::new(60.0, 554.0)) .unwrap() .length, 698.146 ); } #[test] fn aurora_merged_hhoxcbmvex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(967.0, 353.0), Vec2::new(421.0, 708.0)) .unwrap() .length, 703.533 ); } #[test] fn aurora_merged_ifbnfxtgou() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(428.0, 658.0), Vec2::new(516.0, 351.0)) .unwrap() .length, 696.039 ); } #[test] fn aurora_merged_gqgtyxvxaj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 504.0), Vec2::new(821.0, 549.0)) .unwrap() .length, 700.64 ); } #[test] fn aurora_merged_zzidgqyyrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(176.0, 699.0), Vec2::new(846.0, 689.0)) .unwrap() .length, 700.941 ); } #[test] fn aurora_merged_pivmhcpboj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(146.0, 650.0), Vec2::new(135.0, 141.0)) .unwrap() .length, 703.551 ); } #[test] fn aurora_merged_najrskuemu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(684.0, 696.0), Vec2::new(483.0, 239.0)) .unwrap() .length, 702.649 ); } #[test] fn aurora_merged_tudtydfncg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(461.0, 468.0), Vec2::new(724.0, 252.0)) .unwrap() .length, 699.606 ); } #[test] fn aurora_merged_qsvoeduubd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(228.0, 587.0), Vec2::new(287.0, 89.0)) .unwrap() .length, 707.808 ); } #[test] fn aurora_merged_taxipdpcwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(321.0, 344.0), Vec2::new(1014.0, 316.0)) .unwrap() .length, 712.769 ); } #[test] fn aurora_merged_ijjeacwofj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(623.0, 329.0), Vec2::new(313.0, 605.0)) .unwrap() .length, 710.605 ); } #[test] fn aurora_merged_lorfoipguy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(428.0, 397.0), Vec2::new(663.0, 706.0)) .unwrap() .length, 713.81 ); } #[test] fn aurora_merged_iwyhgueioi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(518.0, 260.0), Vec2::new(71.0, 657.0)) .unwrap() .length, 705.892 ); } #[test] fn aurora_merged_ntuqlppdbb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(977.0, 438.0), Vec2::new(398.0, 130.0)) .unwrap() .length, 702.47 ); } #[test] fn aurora_merged_vnxdolthoj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 673.0), Vec2::new(197.0, 136.0)) .unwrap() .length, 708.689 ); } #[test] fn aurora_merged_yiagefkgsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(138.0, 682.0), Vec2::new(156.0, 161.0)) .unwrap() .length, 707.073 ); } #[test] fn aurora_merged_aztxeynysx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(978.0, 398.0), Vec2::new(329.0, 347.0)) .unwrap() .length, 701.174 ); } #[test] fn aurora_merged_htjouaiigl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(147.0, 658.0), Vec2::new(798.0, 479.0)) .unwrap() .length, 722.778 ); } #[test] fn aurora_merged_pafeewdysn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(723.0, 59.0), Vec2::new(825.0, 517.0)) .unwrap() .length, 704.514 ); } #[test] fn aurora_merged_ygisthhslq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(101.0, 331.0), Vec2::new(749.0, 537.0)) .unwrap() .length, 703.759 ); } #[test] fn aurora_merged_drttmhogmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(564.0, 599.0), Vec2::new(400.0, 176.0)) .unwrap() .length, 712.55 ); } #[test] fn aurora_merged_ciyetpjeer() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(422.0, 617.0), Vec2::new(438.0, 221.0)) .unwrap() .length, 712.313 ); } #[test] fn aurora_merged_rfcfkraimm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(752.0, 609.0), Vec2::new(486.0, 146.0)) .unwrap() .length, 706.424 ); } #[test] fn aurora_merged_xpfunzhuyi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(64.0, 150.0), Vec2::new(625.0, 386.0)) .unwrap() .length, 700.56 ); } #[test] fn aurora_merged_ndgvvkmrtr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(208.0, 490.0), Vec2::new(695.0, 220.0)) .unwrap() .length, 700.359 ); } #[test] fn aurora_merged_todboulgai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(397.0, 209.0), Vec2::new(278.0, 636.0)) .unwrap() .length, 704.343 ); } #[test] fn aurora_merged_wjfjwhriet() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 576.0), Vec2::new(645.0, 193.0)) .unwrap() .length, 712.266 ); } #[test] fn aurora_merged_ueaddmuisj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(552.0, 557.0), Vec2::new(803.0, 136.0)) .unwrap() .length, 712.013 ); } #[test] fn aurora_merged_mkuiilrwqk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(447.0, 399.0), Vec2::new(323.0, 716.0)) .unwrap() .length, 717.968 ); } #[test] fn aurora_merged_kpysteiexy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 290.0), Vec2::new(740.0, 238.0)) .unwrap() .length, 716.383 ); } #[test] fn aurora_merged_dinffheutn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(309.0, 191.0), Vec2::new(595.0, 654.0)) .unwrap() .length, 715.922 ); } #[test] fn aurora_merged_kjjxsvqfqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 559.0), Vec2::new(243.0, 26.0)) .unwrap() .length, 707.503 ); } #[test] fn aurora_merged_flazljsoec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(202.0, 584.0), Vec2::new(439.0, 148.0)) .unwrap() .length, 711.178 ); } #[test] fn aurora_merged_rzfynxdocu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 209.0), Vec2::new(204.0, 433.0)) .unwrap() .length, 708.887 ); } #[test] fn aurora_merged_lnsmqxcaqb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 314.0), Vec2::new(891.0, 623.0)) .unwrap() .length, 704.644 ); } #[test] fn aurora_merged_dqxywhsnwo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(330.0, 50.0), Vec2::new(298.0, 538.0)) .unwrap() .length, 713.444 ); } #[test] fn aurora_merged_oiktqstspp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(145.0, 400.0), Vec2::new(723.0, 99.0)) .unwrap() .length, 699.759 ); } #[test] fn aurora_merged_ojkkupccbb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(422.0, 233.0), Vec2::new(841.0, 467.0)) .unwrap() .length, 710.718 ); } #[test] fn aurora_merged_ducsucdkox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(206.0, 585.0), Vec2::new(272.0, 67.0)) .unwrap() .length, 722.026 ); } #[test] fn aurora_merged_bsqsejzflv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(660.0, 536.0), Vec2::new(750.0, 265.0)) .unwrap() .length, 716.548 ); } #[test] fn aurora_merged_uaucaoohmw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(844.0, 205.0), Vec2::new(378.0, 544.0)) .unwrap() .length, 714.032 ); } #[test] fn aurora_merged_mvaaqxabii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(761.0, 423.0), Vec2::new(178.0, 676.0)) .unwrap() .length, 712.05 ); } #[test] fn aurora_merged_axvljwwczl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 430.0), Vec2::new(207.0, 569.0)) .unwrap() .length, 709.976 ); } #[test] fn aurora_merged_whxxjnwqma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(217.0, 438.0), Vec2::new(849.0, 392.0)) .unwrap() .length, 715.351 ); } #[test] fn aurora_merged_alwnlukekg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(848.0, 561.0), Vec2::new(805.0, 77.0)) .unwrap() .length, 715.403 ); } #[test] fn aurora_merged_pzakbqijyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(347.0, 181.0), Vec2::new(564.0, 646.0)) .unwrap() .length, 716.683 ); } #[test] fn aurora_merged_uxluumqkwb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(385.0, 634.0), Vec2::new(606.0, 266.0)) .unwrap() .length, 714.728 ); } #[test] fn aurora_merged_xiafdujuyi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 181.0), Vec2::new(142.0, 265.0)) .unwrap() .length, 728.65 ); } #[test] fn aurora_merged_uxgdrsfhhg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(153.0, 487.0), Vec2::new(791.0, 346.0)) .unwrap() .length, 723.459 ); } #[test] fn aurora_merged_jcctgtytge() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(828.0, 619.0), Vec2::new(142.0, 558.0)) .unwrap() .length, 715.737 ); } #[test] fn aurora_merged_vxxlhvclww() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(748.0, 604.0), Vec2::new(504.0, 212.0)) .unwrap() .length, 712.14 ); } #[test] fn aurora_merged_rpdrjsmmev() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(818.0, 551.0), Vec2::new(766.0, 64.0)) .unwrap() .length, 720.59 ); } #[test] fn aurora_merged_tnxiuhekrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 436.0), Vec2::new(729.0, 132.0)) .unwrap() .length, 717.587 ); } #[test] fn aurora_merged_wlejvdoopp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(447.0, 80.0), Vec2::new(807.0, 532.0)) .unwrap() .length, 715.198 ); } #[test] fn aurora_merged_zjscenvvrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(825.0, 583.0), Vec2::new(746.0, 100.0)) .unwrap() .length, 723.068 ); } #[test] fn aurora_merged_rvqyfupzoa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(746.0, 122.0), Vec2::new(887.0, 571.0)) .unwrap() .length, 717.993 ); } #[test] fn aurora_merged_mmlmwkeizw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(680.0, 640.0), Vec2::new(887.0, 164.0)) .unwrap() .length, 724.58 ); } #[test] fn aurora_merged_tadjvxdani() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(184.0, 86.0), Vec2::new(818.0, 380.0)) .unwrap() .length, 716.259 ); } #[test] fn aurora_merged_pybbistqdo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(888.0, 398.0), Vec2::new(205.0, 343.0)) .unwrap() .length, 721.585 ); } #[test] fn aurora_merged_mnfqwvpyxa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(960.0, 409.0), Vec2::new(369.0, 92.0)) .unwrap() .length, 715.224 ); } #[test] fn aurora_merged_etlhkgwbec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(871.0, 244.0), Vec2::new(180.0, 320.0)) .unwrap() .length, 724.339 ); } #[test] fn aurora_merged_cxtbjwxvft() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(139.0, 704.0), Vec2::new(335.0, 214.0)) .unwrap() .length, 721.547 ); } #[test] fn aurora_merged_aeingufepi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(759.0, 152.0), Vec2::new(70.0, 307.0)) .unwrap() .length, 733.942 ); } #[test] fn aurora_merged_fefqdtgzhr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 579.0), Vec2::new(665.0, 696.0)) .unwrap() .length, 726.932 ); } #[test] fn aurora_merged_vvyxtgfrms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(584.0, 201.0), Vec2::new(433.0, 611.0)) .unwrap() .length, 726.876 ); } #[test] fn aurora_merged_wuwgpgxfac() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(76.0, 616.0), Vec2::new(120.0, 119.0)) .unwrap() .length, 723.932 ); } #[test] fn aurora_merged_nbuffasxyp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(790.0, 203.0), Vec2::new(757.0, 683.0)) .unwrap() .length, 724.515 ); } #[test] fn aurora_merged_sohftoaenc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(370.0, 691.0), Vec2::new(826.0, 431.0)) .unwrap() .length, 733.655 ); } #[test] fn aurora_merged_jepejbscza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(800.0, 299.0), Vec2::new(96.0, 426.0)) .unwrap() .length, 732.144 ); } #[test] fn aurora_merged_bnlmircdli() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 432.0), Vec2::new(566.0, 697.0)) .unwrap() .length, 719.148 ); } #[test] fn aurora_merged_kxheynvkot() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(906.0, 127.0), Vec2::new(270.0, 304.0)) .unwrap() .length, 730.597 ); } #[test] fn aurora_merged_ljtiqnsxbj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(347.0, 141.0), Vec2::new(195.0, 639.0)) .unwrap() .length, 724.611 ); } #[test] fn aurora_merged_wklbtpzajg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(20.0, 524.0), Vec2::new(717.0, 626.0)) .unwrap() .length, 727.536 ); } #[test] fn aurora_merged_epohyyifai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 282.0), Vec2::new(821.0, 616.0)) .unwrap() .length, 723.315 ); } #[test] fn aurora_merged_cfekwkyyvb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(657.0, 409.0), Vec2::new(57.0, 538.0)) .unwrap() .length, 722.147 ); } #[test] fn aurora_merged_dfjrcmdkza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(466.0, 498.0), Vec2::new(734.0, 243.0)) .unwrap() .length, 726.36 ); } #[test] fn aurora_merged_xnvhyypvrs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(974.0, 400.0), Vec2::new(326.0, 186.0)) .unwrap() .length, 717.958 ); } #[test] fn aurora_merged_nwntjytttt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 601.0), Vec2::new(827.0, 603.0)) .unwrap() .length, 741.317 ); } #[test] fn aurora_merged_nweyehgzps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(86.0, 125.0), Vec2::new(481.0, 565.0)) .unwrap() .length, 731.59 ); } #[test] fn aurora_merged_hsbojnfque() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(790.0, 156.0), Vec2::new(899.0, 620.0)) .unwrap() .length, 731.447 ); } #[test] fn aurora_merged_ypiapqkwtz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(746.0, 234.0), Vec2::new(867.0, 619.0)) .unwrap() .length, 733.36 ); } #[test] fn aurora_merged_bumkxmsker() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(143.0, 439.0), Vec2::new(741.0, 140.0)) .unwrap() .length, 727.75 ); } #[test] fn aurora_merged_ywwuyqdslh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(604.0, 105.0), Vec2::new(844.0, 557.0)) .unwrap() .length, 729.482 ); } #[test] fn aurora_merged_pnbpkpdfnb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(195.0, 575.0), Vec2::new(585.0, 117.0)) .unwrap() .length, 730.345 ); } #[test] fn aurora_merged_nrctrnlkmb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(732.0, 82.0), Vec2::new(772.0, 562.0)) .unwrap() .length, 734.128 ); } #[test] fn aurora_merged_apaxlgistb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(760.0, 702.0), Vec2::new(133.0, 701.0)) .unwrap() .length, 736.195 ); } #[test] fn aurora_merged_kqncqbwfef() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(688.0, 219.0), Vec2::new(132.0, 485.0)) .unwrap() .length, 723.859 ); } #[test] fn aurora_merged_luxvldnmwl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 66.0), Vec2::new(609.0, 510.0)) .unwrap() .length, 731.034 ); } #[test] fn aurora_merged_rarxmknloh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(483.0, 504.0), Vec2::new(719.0, 247.0)) .unwrap() .length, 734.021 ); } #[test] fn aurora_merged_hmcjzybwzi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(61.0, 658.0), Vec2::new(296.0, 156.0)) .unwrap() .length, 735.773 ); } #[test] fn aurora_merged_lbiucgidsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 572.0), Vec2::new(630.0, 184.0)) .unwrap() .length, 734.392 ); } #[test] fn aurora_merged_cqfptpauib() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(403.0, 157.0), Vec2::new(824.0, 588.0)) .unwrap() .length, 734.08 ); } #[test] fn aurora_merged_iwypkzaspb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(611.0, 725.0), Vec2::new(483.0, 327.0)) .unwrap() .length, 744.141 ); } #[test] fn aurora_merged_iubpvownbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(783.0, 537.0), Vec2::new(359.0, 212.0)) .unwrap() .length, 734.291 ); } #[test] fn aurora_merged_ulmmckvedy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(709.0, 187.0), Vec2::new(126.0, 478.0)) .unwrap() .length, 735.059 ); } #[test] fn aurora_merged_ewyminzgfs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 595.0), Vec2::new(413.0, 151.0)) .unwrap() .length, 733.207 ); } #[test] fn aurora_merged_kzwfxnwyuh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(46.0, 649.0), Vec2::new(268.0, 160.0)) .unwrap() .length, 735.498 ); } #[test] fn aurora_merged_nnavqtnobf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(589.0, 417.0), Vec2::new(393.0, 659.0)) .unwrap() .length, 734.069 ); } #[test] fn aurora_merged_vfgpyvlcvc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(310.0, 653.0), Vec2::new(296.0, 168.0)) .unwrap() .length, 738.114 ); } #[test] fn aurora_merged_mvtsaycajn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 104.0), Vec2::new(838.0, 627.0)) .unwrap() .length, 738.484 ); } #[test] fn aurora_merged_pqsomedyfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 549.0), Vec2::new(624.0, 439.0)) .unwrap() .length, 737.617 ); } #[test] fn aurora_merged_orrzcbwhxo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(472.0, 663.0), Vec2::new(78.0, 222.0)) .unwrap() .length, 733.605 ); } #[test] fn aurora_merged_wdrskrreas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(303.0, 488.0), Vec2::new(886.0, 258.0)) .unwrap() .length, 732.206 ); } #[test] fn aurora_merged_kvwclbpsag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(300.0, 206.0), Vec2::new(820.0, 503.0)) .unwrap() .length, 737.31 ); } #[test] fn aurora_merged_bfmzdlucmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(782.0, 58.0), Vec2::new(997.0, 577.0)) .unwrap() .length, 735.945 ); } #[test] fn aurora_merged_dthpvuucxa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 531.0), Vec2::new(722.0, 58.0)) .unwrap() .length, 739.436 ); } #[test] fn aurora_merged_iomtuiehzv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(864.0, 111.0), Vec2::new(927.0, 569.0)) .unwrap() .length, 738.587 ); } #[test] fn aurora_merged_nvpgkulajf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 70.0), Vec2::new(505.0, 444.0)) .unwrap() .length, 732.529 ); } #[test] fn aurora_merged_qaottlnprl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(13.0, 351.0), Vec2::new(714.0, 346.0)) .unwrap() .length, 739.577 ); } #[test] fn aurora_merged_zdfihxislt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(24.0, 378.0), Vec2::new(690.0, 599.0)) .unwrap() .length, 736.535 ); } #[test] fn aurora_merged_lyccbwplml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(756.0, 498.0), Vec2::new(670.0, 106.0)) .unwrap() .length, 743.014 ); } #[test] fn aurora_merged_xhrmoawagb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(163.0, 125.0), Vec2::new(619.0, 516.0)) .unwrap() .length, 735.239 ); } #[test] fn aurora_merged_xamtxwjqrp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(874.0, 501.0), Vec2::new(195.0, 651.0)) .unwrap() .length, 752.015 ); } #[test] fn aurora_merged_yoxqjkzbgk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(69.0, 450.0), Vec2::new(656.0, 75.0)) .unwrap() .length, 735.656 ); } #[test] fn aurora_merged_rxdtyojshp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 685.0), Vec2::new(130.0, 469.0)) .unwrap() .length, 734.49 ); } #[test] fn aurora_merged_rixrmmnyfd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(878.0, 525.0), Vec2::new(434.0, 74.0)) .unwrap() .length, 737.183 ); } #[test] fn aurora_merged_lisecnqwli() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(846.0, 154.0), Vec2::new(120.0, 246.0)) .unwrap() .length, 764.437 ); } #[test] fn aurora_merged_uiitfglnwh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(524.0, 269.0), Vec2::new(584.0, 720.0)) .unwrap() .length, 746.733 ); } #[test] fn aurora_merged_fbyudbujis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(61.0, 569.0), Vec2::new(591.0, 395.0)) .unwrap() .length, 743.949 ); } #[test] fn aurora_merged_jgujbdpnsl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 714.0), Vec2::new(864.0, 634.0)) .unwrap() .length, 751.243 ); } #[test] fn aurora_merged_jngxgdecjh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(567.0, 662.0), Vec2::new(351.0, 159.0)) .unwrap() .length, 748.816 ); } #[test] fn aurora_merged_efjdcsshsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 122.0), Vec2::new(823.0, 246.0)) .unwrap() .length, 739.884 ); } #[test] fn aurora_merged_sjawjccbay() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(97.0, 144.0), Vec2::new(615.0, 435.0)) .unwrap() .length, 747.803 ); } #[test] fn aurora_merged_hvngxonpkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 207.0), Vec2::new(717.0, 567.0)) .unwrap() .length, 735.83 ); } #[test] fn aurora_merged_nmbbkfnagu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(703.0, 142.0), Vec2::new(928.0, 582.0)) .unwrap() .length, 742.786 ); } #[test] fn aurora_merged_lxnrnhuqln() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(910.0, 522.0), Vec2::new(393.0, 89.0)) .unwrap() .length, 741.367 ); } #[test] fn aurora_merged_myfpyatrza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(749.0, 234.0), Vec2::new(63.0, 325.0)) .unwrap() .length, 743.953 ); } #[test] fn aurora_merged_fllfvfgrmv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(747.0, 424.0), Vec2::new(35.0, 538.0)) .unwrap() .length, 740.238 ); } #[test] fn aurora_merged_nyhmlfkxsb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(293.0, 647.0), Vec2::new(547.0, 153.0)) .unwrap() .length, 748.603 ); } #[test] fn aurora_merged_gxbesossom() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(290.0, 148.0), Vec2::new(984.0, 366.0)) .unwrap() .length, 742.861 ); } #[test] fn aurora_merged_obmsilmhis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(935.0, 630.0), Vec2::new(219.0, 691.0)) .unwrap() .length, 751.093 ); } #[test] fn aurora_merged_ptwwqypinu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 432.0), Vec2::new(177.0, 314.0)) .unwrap() .length, 739.758 ); } #[test] fn aurora_merged_pmlotncczl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(38.0, 632.0), Vec2::new(748.0, 716.0)) .unwrap() .length, 759.416 ); } #[test] fn aurora_merged_yzoeuxauvp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(289.0, 151.0), Vec2::new(933.0, 474.0)) .unwrap() .length, 743.734 ); } #[test] fn aurora_merged_sxkcpuzymv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(343.0, 179.0), Vec2::new(688.0, 590.0)) .unwrap() .length, 743.15 ); } #[test] fn aurora_merged_lvceaiuiqm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(57.0, 634.0), Vec2::new(414.0, 165.0)) .unwrap() .length, 748.88 ); } #[test] fn aurora_merged_jtsmufaksv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(751.0, 355.0), Vec2::new(134.0, 521.0)) .unwrap() .length, 746.126 ); } #[test] fn aurora_merged_rxajrqxyci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 481.0), Vec2::new(787.0, 347.0)) .unwrap() .length, 760.282 ); } #[test] fn aurora_merged_kbzpjylkyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(816.0, 491.0), Vec2::new(88.0, 482.0)) .unwrap() .length, 753.376 ); } #[test] fn aurora_merged_kcnviuokpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(823.0, 161.0), Vec2::new(518.0, 617.0)) .unwrap() .length, 752.396 ); } #[test] fn aurora_merged_zvhpsrkzns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1.0, 657.0), Vec2::new(207.0, 118.0)) .unwrap() .length, 754.04 ); } #[test] fn aurora_merged_zineixfqil() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(63.0, 665.0), Vec2::new(313.0, 137.0)) .unwrap() .length, 756.231 ); } #[test] fn aurora_merged_vanswcculg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(666.0, 85.0), Vec2::new(39.0, 427.0)) .unwrap() .length, 750.919 ); } #[test] fn aurora_merged_pxdinzesds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(279.0, 641.0), Vec2::new(766.0, 396.0)) .unwrap() .length, 755.911 ); } #[test] fn aurora_merged_yyybkjujoz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(561.0, 636.0), Vec2::new(812.0, 144.0)) .unwrap() .length, 752.731 ); } #[test] fn aurora_merged_nspuqybmts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(833.0, 493.0), Vec2::new(168.0, 454.0)) .unwrap() .length, 747.262 ); } #[test] fn aurora_merged_pzknlnzmlk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(674.0, 379.0), Vec2::new(77.0, 551.0)) .unwrap() .length, 750.534 ); } #[test] fn aurora_merged_ywsuupbwhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(856.0, 459.0), Vec2::new(119.0, 546.0)) .unwrap() .length, 762.504 ); } #[test] fn aurora_merged_rcregfqmmm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(935.0, 598.0), Vec2::new(214.0, 469.0)) .unwrap() .length, 753.018 ); } #[test] fn aurora_merged_fuehyczvwq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(669.0, 522.0), Vec2::new(153.0, 174.0)) .unwrap() .length, 746.721 ); } #[test] fn aurora_merged_crwiqfjfpj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 344.0), Vec2::new(952.0, 306.0)) .unwrap() .length, 764.864 ); } #[test] fn aurora_merged_upvjjtvhnm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(61.0, 163.0), Vec2::new(654.0, 460.0)) .unwrap() .length, 746.031 ); } #[test] fn aurora_merged_fjzcokftpe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 694.0), Vec2::new(923.0, 267.0)) .unwrap() .length, 757.996 ); } #[test] fn aurora_merged_thdynyfpyt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(448.0, 151.0), Vec2::new(262.0, 637.0)) .unwrap() .length, 755.258 ); } #[test] fn aurora_merged_iqpskbmald() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(849.0, 513.0), Vec2::new(115.0, 580.0)) .unwrap() .length, 758.004 ); } #[test] fn aurora_merged_eyfmljdyem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(400.0, 226.0), Vec2::new(37.0, 675.0)) .unwrap() .length, 760.259 ); } #[test] fn aurora_merged_yqiloyvjed() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(259.0, 184.0), Vec2::new(324.0, 688.0)) .unwrap() .length, 757.819 ); } #[test] fn aurora_merged_hmgpjgqyfc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(88.0, 427.0), Vec2::new(721.0, 128.0)) .unwrap() .length, 754.697 ); } #[test] fn aurora_merged_qmqjbdbtnk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(692.0, 615.0), Vec2::new(850.0, 132.0)) .unwrap() .length, 764.572 ); } #[test] fn aurora_merged_bseccvhwza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(171.0, 664.0), Vec2::new(638.0, 293.0)) .unwrap() .length, 761.036 ); } #[test] fn aurora_merged_wwqebbogmo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(869.0, 345.0), Vec2::new(154.0, 206.0)) .unwrap() .length, 770.079 ); } #[test] fn aurora_merged_mvstpynvam() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(854.0, 155.0), Vec2::new(465.0, 429.0)) .unwrap() .length, 756.429 ); } #[test] fn aurora_merged_ndgqnjlekh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(45.0, 187.0), Vec2::new(796.0, 193.0)) .unwrap() .length, 776.824 ); } #[test] fn aurora_merged_nplqlmgshc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(834.0, 712.0), Vec2::new(139.0, 569.0)) .unwrap() .length, 752.973 ); } #[test] fn aurora_merged_ugpkjtjgco() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(209.0, 76.0), Vec2::new(500.0, 585.0)) .unwrap() .length, 764.763 ); } #[test] fn aurora_merged_xlgtkmiszf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(167.0, 290.0), Vec2::new(873.0, 183.0)) .unwrap() .length, 763.988 ); } #[test] fn aurora_merged_rmkqbgsdhu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(359.0, 282.0), Vec2::new(812.0, 554.0)) .unwrap() .length, 757.016 ); } #[test] fn aurora_merged_obaxjxuwgq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(361.0, 145.0), Vec2::new(170.0, 681.0)) .unwrap() .length, 768.188 ); } #[test] fn aurora_merged_rvuphyojjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(915.0, 288.0), Vec2::new(182.0, 162.0)) .unwrap() .length, 763.705 ); } #[test] fn aurora_merged_lzyydojdlf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(743.0, 162.0), Vec2::new(909.0, 640.0)) .unwrap() .length, 762.428 ); } #[test] fn aurora_merged_kqgmyqboqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(568.0, 663.0), Vec2::new(558.0, 190.0)) .unwrap() .length, 765.991 ); } #[test] fn aurora_merged_rwvrxaofgf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(411.0, 637.0), Vec2::new(991.0, 301.0)) .unwrap() .length, 769.401 ); } #[test] fn aurora_merged_cwfemenwrq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(859.0, 258.0), Vec2::new(116.0, 282.0)) .unwrap() .length, 769.241 ); } #[test] fn aurora_merged_xuwutsssng() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(632.0, 216.0), Vec2::new(845.0, 638.0)) .unwrap() .length, 771.128 ); } #[test] fn aurora_merged_hozlupkkcb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(410.0, 190.0), Vec2::new(833.0, 636.0)) .unwrap() .length, 762.815 ); } #[test] fn aurora_merged_wwhcrzjnkz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 588.0), Vec2::new(365.0, 165.0)) .unwrap() .length, 758.877 ); } #[test] fn aurora_merged_zeiwacpown() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(862.0, 418.0), Vec2::new(151.0, 284.0)) .unwrap() .length, 756.604 ); } #[test] fn aurora_merged_xvdvvwyjvn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(368.0, 494.0), Vec2::new(765.0, 67.0)) .unwrap() .length, 764.23 ); } #[test] fn aurora_merged_evbiboargw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(882.0, 532.0), Vec2::new(366.0, 262.0)) .unwrap() .length, 763.192 ); } #[test] fn aurora_merged_xqyvlznfar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(142.0, 501.0), Vec2::new(753.0, 162.0)) .unwrap() .length, 780.337 ); } #[test] fn aurora_merged_dxsvtvkpeb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(494.0, 508.0), Vec2::new(740.0, 82.0)) .unwrap() .length, 762.84 ); } #[test] fn aurora_merged_yshfkvcozt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(378.0, 694.0), Vec2::new(322.0, 201.0)) .unwrap() .length, 771.95 ); } #[test] fn aurora_merged_wrucxftaik() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(406.0, 610.0), Vec2::new(458.0, 67.0)) .unwrap() .length, 776.348 ); } #[test] fn aurora_merged_jlzflcaqte() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 76.0), Vec2::new(815.0, 597.0)) .unwrap() .length, 774.397 ); } #[test] fn aurora_merged_trbhrehech() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(417.0, 239.0), Vec2::new(547.0, 682.0)) .unwrap() .length, 770.817 ); } #[test] fn aurora_merged_iuontdxlaa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(280.0, 575.0), Vec2::new(277.0, 30.0)) .unwrap() .length, 769.487 ); } #[test] fn aurora_merged_qcksecmgat() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 377.0), Vec2::new(838.0, 702.0)) .unwrap() .length, 765.708 ); } #[test] fn aurora_merged_enhabpvyve() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(773.0, 655.0), Vec2::new(522.0, 155.0)) .unwrap() .length, 768.509 ); } #[test] fn aurora_merged_pimwmldpuc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 433.0), Vec2::new(68.0, 370.0)) .unwrap() .length, 771.243 ); } #[test] fn aurora_merged_zaszdiimqo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(907.0, 538.0), Vec2::new(164.0, 511.0)) .unwrap() .length, 769.993 ); } #[test] fn aurora_merged_zgnhbxiihn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(779.0, 624.0), Vec2::new(585.0, 207.0)) .unwrap() .length, 768.016 ); } #[test] fn aurora_merged_xfudkrktfu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(289.0, 746.0), Vec2::new(704.0, 279.0)) .unwrap() .length, 780.097 ); } #[test] fn aurora_merged_jxnhaizmgd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(465.0, 584.0), Vec2::new(647.0, 71.0)) .unwrap() .length, 776.097 ); } #[test] fn aurora_merged_qfcdmomnhv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(223.0, 397.0), Vec2::new(955.0, 367.0)) .unwrap() .length, 785.554 ); } #[test] fn aurora_merged_cekusjjkbt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(726.0, 187.0), Vec2::new(473.0, 592.0)) .unwrap() .length, 770.797 ); } #[test] fn aurora_merged_rvedekxkov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(697.0, 318.0), Vec2::new(252.0, 636.0)) .unwrap() .length, 784.393 ); } #[test] fn aurora_merged_gyvkopiwyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(224.0, 120.0), Vec2::new(100.0, 694.0)) .unwrap() .length, 771.919 ); } #[test] fn aurora_merged_qqaqxmylwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(466.0, 632.0), Vec2::new(140.0, 130.0)) .unwrap() .length, 777.416 ); } #[test] fn aurora_merged_eliyvvvmjg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(237.0, 140.0), Vec2::new(361.0, 671.0)) .unwrap() .length, 780.241 ); } #[test] fn aurora_merged_bqidjhskmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(970.0, 348.0), Vec2::new(359.0, 741.0)) .unwrap() .length, 776.86 ); } #[test] fn aurora_merged_ruyyghlysi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(150.0, 263.0), Vec2::new(905.0, 331.0)) .unwrap() .length, 783.426 ); } #[test] fn aurora_merged_tgpvbpjtei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(856.0, 680.0), Vec2::new(187.0, 354.0)) .unwrap() .length, 774.501 ); } #[test] fn aurora_merged_dhintbrnld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 422.0), Vec2::new(733.0, 267.0)) .unwrap() .length, 763.463 ); } #[test] fn aurora_merged_mholohngcc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 224.0), Vec2::new(918.0, 529.0)) .unwrap() .length, 773.184 ); } #[test] fn aurora_merged_culdosbgrj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(906.0, 316.0), Vec2::new(276.0, 553.0)) .unwrap() .length, 772.252 ); } #[test] fn aurora_merged_sgwxwuclva() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(15.0, 477.0), Vec2::new(651.0, 695.0)) .unwrap() .length, 775.985 ); } #[test] fn aurora_merged_cwtvdgbstj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(431.0, 606.0), Vec2::new(101.0, 114.0)) .unwrap() .length, 779.39 ); } #[test] fn aurora_merged_tedfgdboqb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 296.0), Vec2::new(876.0, 584.0)) .unwrap() .length, 772.223 ); } #[test] fn aurora_merged_hlgvonvhhp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 103.0), Vec2::new(611.0, 589.0)) .unwrap() .length, 773.523 ); } #[test] fn aurora_merged_zyosimufob() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(65.0, 494.0), Vec2::new(757.0, 371.0)) .unwrap() .length, 773.633 ); } #[test] fn aurora_merged_pngvjcxrex() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(125.0, 134.0), Vec2::new(590.0, 596.0)) .unwrap() .length, 784.664 ); } #[test] fn aurora_merged_avwaenztha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(563.0, 553.0), Vec2::new(927.0, 130.0)) .unwrap() .length, 778.087 ); } #[test] fn aurora_merged_njjuzjguzq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(109.0, 510.0), Vec2::new(849.0, 689.0)) .unwrap() .length, 773.372 ); } #[test] fn aurora_merged_njzxpeuafl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(193.0, 536.0), Vec2::new(674.0, 129.0)) .unwrap() .length, 773.548 ); } #[test] fn aurora_merged_usltobsvyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(212.0, 691.0), Vec2::new(606.0, 407.0)) .unwrap() .length, 783.267 ); } #[test] fn aurora_merged_dyzuatdcfv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 391.0), Vec2::new(749.0, 499.0)) .unwrap() .length, 775.272 ); } #[test] fn aurora_merged_iosavpwewd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(89.0, 505.0), Vec2::new(783.0, 703.0)) .unwrap() .length, 773.531 ); } #[test] fn aurora_merged_reefxwerui() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(163.0, 703.0), Vec2::new(586.0, 420.0)) .unwrap() .length, 778.91 ); } #[test] fn aurora_merged_aehtqzblmp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(726.0, 686.0), Vec2::new(811.0, 179.0)) .unwrap() .length, 786.745 ); } #[test] fn aurora_merged_swzcizbmjp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 665.0), Vec2::new(608.0, 406.0)) .unwrap() .length, 782.168 ); } #[test] fn aurora_merged_njklfnlias() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(937.0, 644.0), Vec2::new(207.0, 460.0)) .unwrap() .length, 781.285 ); } #[test] fn aurora_merged_vfjgkrktzx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(636.0, 53.0), Vec2::new(310.0, 574.0)) .unwrap() .length, 782.684 ); } #[test] fn aurora_merged_ybzlwjjlqp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(764.0, 235.0), Vec2::new(301.0, 476.0)) .unwrap() .length, 777.682 ); } #[test] fn aurora_merged_stssytinkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(571.0, 549.0), Vec2::new(195.0, 74.0)) .unwrap() .length, 784.066 ); } #[test] fn aurora_merged_trkgtvzbaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 228.0), Vec2::new(828.0, 478.0)) .unwrap() .length, 777.353 ); } #[test] fn aurora_merged_tnlhkasczn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(248.0, 557.0), Vec2::new(912.0, 425.0)) .unwrap() .length, 783.548 ); } #[test] fn aurora_merged_sdnhhkwuyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(502.0, 139.0), Vec2::new(354.0, 641.0)) .unwrap() .length, 782.584 ); } #[test] fn aurora_merged_jmkgaoyney() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(829.0, 100.0), Vec2::new(523.0, 586.0)) .unwrap() .length, 786.654 ); } #[test] fn aurora_merged_ngrvvqsvyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(643.0, 136.0), Vec2::new(508.0, 636.0)) .unwrap() .length, 787.74 ); } #[test] fn aurora_merged_wivxxxdegg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(732.0, 607.0), Vec2::new(394.0, 197.0)) .unwrap() .length, 785.399 ); } #[test] fn aurora_merged_umerqjgpaz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(163.0, 388.0), Vec2::new(878.0, 494.0)) .unwrap() .length, 778.183 ); } #[test] fn aurora_merged_eihsnulbpt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 69.0), Vec2::new(156.0, 647.0)) .unwrap() .length, 785.474 ); } #[test] fn aurora_merged_ezltgzmvfk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 318.0), Vec2::new(101.0, 509.0)) .unwrap() .length, 785.202 ); } #[test] fn aurora_merged_rtluzvriqa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(61.0, 164.0), Vec2::new(703.0, 414.0)) .unwrap() .length, 776.055 ); } #[test] fn aurora_merged_kicvzapgns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(266.0, 210.0), Vec2::new(763.0, 496.0)) .unwrap() .length, 777.107 ); } #[test] fn aurora_merged_wubangtdkn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(389.0, 704.0), Vec2::new(303.0, 307.0)) .unwrap() .length, 796.234 ); } #[test] fn aurora_merged_umnbcaxzld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(56.0, 477.0), Vec2::new(819.0, 446.0)) .unwrap() .length, 786.195 ); } #[test] fn aurora_merged_tqeemnrlvi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(860.0, 107.0), Vec2::new(472.0, 459.0)) .unwrap() .length, 787.235 ); } #[test] fn aurora_merged_hcitjmzqmy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(389.0, 478.0), Vec2::new(830.0, 108.0)) .unwrap() .length, 791.234 ); } #[test] fn aurora_merged_ttsjqsqolb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(462.0, 175.0), Vec2::new(824.0, 716.0)) .unwrap() .length, 793.267 ); } #[test] fn aurora_merged_ejdnlxyvcr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(322.0, 51.0), Vec2::new(599.0, 592.0)) .unwrap() .length, 794.362 ); } #[test] fn aurora_merged_wspjyiupic() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(554.0, 594.0), Vec2::new(751.0, 107.0)) .unwrap() .length, 791.632 ); } #[test] fn aurora_merged_jtoooqgvby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(739.0, 67.0), Vec2::new(39.0, 372.0)) .unwrap() .length, 784.99 ); } #[test] fn aurora_merged_ihiktaowlp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(186.0, 575.0), Vec2::new(816.0, 367.0)) .unwrap() .length, 790.847 ); } #[test] fn aurora_merged_umtvjedanl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(267.0, 17.0), Vec2::new(967.0, 315.0)) .unwrap() .length, 784.347 ); } #[test] fn aurora_merged_lmegoviydo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(598.0, 160.0), Vec2::new(900.0, 616.0)) .unwrap() .length, 788.498 ); } #[test] fn aurora_merged_flwbnlmwfv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(745.0, 178.0), Vec2::new(653.0, 651.0)) .unwrap() .length, 790.096 ); } #[test] fn aurora_merged_mzigqfmepu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(44.0, 685.0), Vec2::new(247.0, 85.0)) .unwrap() .length, 798.323 ); } #[test] fn aurora_merged_vkgzzllqcr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(241.0, 629.0), Vec2::new(601.0, 146.0)) .unwrap() .length, 793.24 ); } #[test] fn aurora_merged_vfwcpjnvda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(842.0, 176.0), Vec2::new(88.0, 318.0)) .unwrap() .length, 806.381 ); } #[test] fn aurora_merged_denbbqpwff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(479.0, 239.0), Vec2::new(591.0, 726.0)) .unwrap() .length, 796.617 ); } #[test] fn aurora_merged_zujbupmetg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(24.0, 456.0), Vec2::new(724.0, 561.0)) .unwrap() .length, 789.647 ); } #[test] fn aurora_merged_zbyaiohufx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 156.0), Vec2::new(403.0, 631.0)) .unwrap() .length, 791.8 ); } #[test] fn aurora_merged_tftaplrboc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(655.0, 135.0), Vec2::new(788.0, 625.0)) .unwrap() .length, 788.659 ); } #[test] fn aurora_merged_tlmxkadyng() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 52.0), Vec2::new(827.0, 609.0)) .unwrap() .length, 794.599 ); } #[test] fn aurora_merged_sxlrrlvvzm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(703.0, 104.0), Vec2::new(67.0, 475.0)) .unwrap() .length, 784.015 ); } #[test] fn aurora_merged_cewyacrfhz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(910.0, 259.0), Vec2::new(136.0, 178.0)) .unwrap() .length, 799.261 ); } #[test] fn aurora_merged_sovysztkcg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(81.0, 398.0), Vec2::new(728.0, 53.0)) .unwrap() .length, 791.277 ); } #[test] fn aurora_merged_pgbckyoaxl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(226.0, 473.0), Vec2::new(953.0, 394.0)) .unwrap() .length, 793.963 ); } #[test] fn aurora_merged_hkslfkuzow() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(524.0, 630.0), Vec2::new(710.0, 146.0)) .unwrap() .length, 797.845 ); } #[test] fn aurora_merged_pykohahdcn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(635.0, 605.0), Vec2::new(418.0, 244.0)) .unwrap() .length, 787.687 ); } #[test] fn aurora_merged_wopfsvfsci() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(128.0, 450.0), Vec2::new(785.0, 183.0)) .unwrap() .length, 798.318 ); } #[test] fn aurora_merged_okcjvvalqm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(921.0, 421.0), Vec2::new(164.0, 353.0)) .unwrap() .length, 800.321 ); } #[test] fn aurora_merged_bjoqarnnbw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(713.0, 671.0), Vec2::new(676.0, 250.0)) .unwrap() .length, 797.463 ); } #[test] fn aurora_merged_dzodgounku() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 193.0), Vec2::new(478.0, 673.0)) .unwrap() .length, 804.09 ); } #[test] fn aurora_merged_ovcdtqytyb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1005.0, 595.0), Vec2::new(701.0, 154.0)) .unwrap() .length, 792.776 ); } #[test] fn aurora_merged_tbbwosognb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(120.0, 150.0), Vec2::new(547.0, 600.0)) .unwrap() .length, 801.565 ); } #[test] fn aurora_merged_bkolfwdxyg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(109.0, 326.0), Vec2::new(844.0, 440.0)) .unwrap() .length, 796.331 ); } #[test] fn aurora_merged_ixgrgcxqpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(709.0, 629.0), Vec2::new(832.0, 84.0)) .unwrap() .length, 803.879 ); } #[test] fn aurora_merged_iblgvvubyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(200.0, 180.0), Vec2::new(453.0, 681.0)) .unwrap() .length, 798.43 ); } #[test] fn aurora_merged_jqnmjqgjoz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(101.0, 165.0), Vec2::new(894.0, 242.0)) .unwrap() .length, 811.021 ); } #[test] fn aurora_merged_cukftsqogd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(509.0, 215.0), Vec2::new(340.0, 669.0)) .unwrap() .length, 799.511 ); } #[test] fn aurora_merged_aopcieneqx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 318.0), Vec2::new(60.0, 393.0)) .unwrap() .length, 803.981 ); } #[test] fn aurora_merged_ogeqmgmanj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(73.0, 623.0), Vec2::new(322.0, 46.0)) .unwrap() .length, 807.462 ); } #[test] fn aurora_merged_zudrnkfbhx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(215.0, 591.0), Vec2::new(990.0, 616.0)) .unwrap() .length, 808.599 ); } #[test] fn aurora_merged_bmojpkqlqa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(316.0, 85.0), Vec2::new(28.0, 631.0)) .unwrap() .length, 804.592 ); } #[test] fn aurora_merged_xwkpkxpbwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(180.0, 413.0), Vec2::new(905.0, 471.0)) .unwrap() .length, 795.09 ); } #[test] fn aurora_merged_djgalrwjjv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(103.0, 443.0), Vec2::new(751.0, 68.0)) .unwrap() .length, 795.031 ); } #[test] fn aurora_merged_zxzgqcwhtr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 385.0), Vec2::new(844.0, 666.0)) .unwrap() .length, 800.41 ); } #[test] fn aurora_merged_qwyugqxcdp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(884.0, 153.0), Vec2::new(106.0, 311.0)) .unwrap() .length, 822.316 ); } #[test] fn aurora_merged_hbyxxnxdwv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(732.0, 521.0), Vec2::new(488.0, 51.0)) .unwrap() .length, 801.101 ); } #[test] fn aurora_merged_wufuugkfzr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(172.0, 652.0), Vec2::new(596.0, 127.0)) .unwrap() .length, 803.854 ); } #[test] fn aurora_merged_gikmehczfe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(489.0, 209.0), Vec2::new(264.0, 732.0)) .unwrap() .length, 806.518 ); } #[test] fn aurora_merged_ljsnqnuipc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(330.0, 273.0), Vec2::new(671.0, 717.0)) .unwrap() .length, 809.472 ); } #[test] fn aurora_merged_wtlcdpbcmm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(771.0, 426.0), Vec2::new(33.0, 664.0)) .unwrap() .length, 801.109 ); } #[test] fn aurora_merged_rqqoenygqq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(419.0, 222.0), Vec2::new(856.0, 548.0)) .unwrap() .length, 804.135 ); } #[test] fn aurora_merged_jhqhxlepjp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(312.0, 673.0), Vec2::new(446.0, 158.0)) .unwrap() .length, 808.4 ); } #[test] fn aurora_merged_fwdjotfgnt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(276.0, 614.0), Vec2::new(367.0, 87.0)) .unwrap() .length, 808.781 ); } #[test] fn aurora_merged_hqrphslqfc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 65.0), Vec2::new(356.0, 621.0)) .unwrap() .length, 805.102 ); } #[test] fn aurora_merged_bbgxxexkcf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 555.0), Vec2::new(794.0, 296.0)) .unwrap() .length, 801.113 ); } #[test] fn aurora_merged_snlasrrigg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(781.0, 216.0), Vec2::new(349.0, 595.0)) .unwrap() .length, 806.74 ); } #[test] fn aurora_merged_ntueekpxto() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(292.0, 674.0), Vec2::new(234.0, 62.0)) .unwrap() .length, 807.282 ); } #[test] fn aurora_merged_aqhfgsblrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 714.0), Vec2::new(807.0, 176.0)) .unwrap() .length, 812.637 ); } #[test] fn aurora_merged_qyqppwavew() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(190.0, 523.0), Vec2::new(863.0, 385.0)) .unwrap() .length, 812.721 ); } #[test] fn aurora_merged_dugtthssnt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(261.0, 316.0), Vec2::new(1006.0, 590.0)) .unwrap() .length, 804.976 ); } #[test] fn aurora_merged_jujxliscow() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(174.0, 241.0), Vec2::new(411.0, 695.0)) .unwrap() .length, 805.028 ); } #[test] fn aurora_merged_weehxbvumy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(800.0, 138.0), Vec2::new(166.0, 499.0)) .unwrap() .length, 811.926 ); } #[test] fn aurora_merged_pndjlccukm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(569.0, 656.0), Vec2::new(612.0, 197.0)) .unwrap() .length, 808.309 ); } #[test] fn aurora_merged_rwrlpaogtu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(791.0, 380.0), Vec2::new(318.0, 696.0)) .unwrap() .length, 810.652 ); } #[test] fn aurora_merged_mbcvghbdpw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(169.0, 188.0), Vec2::new(690.0, 606.0)) .unwrap() .length, 805.863 ); } #[test] fn aurora_merged_rpnyghcyhs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(192.0, 516.0), Vec2::new(779.0, 126.0)) .unwrap() .length, 809.786 ); } #[test] fn aurora_merged_wnsnmyvzcm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 726.0), Vec2::new(118.0, 396.0)) .unwrap() .length, 808.414 ); } #[test] fn aurora_merged_ohrxhecasy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(114.0, 422.0), Vec2::new(890.0, 245.0)) .unwrap() .length, 816.325 ); } #[test] fn aurora_merged_hpwyjzyyas() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(402.0, 171.0), Vec2::new(940.0, 614.0)) .unwrap() .length, 809.104 ); } #[test] fn aurora_merged_punvxcyoov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(853.0, 511.0), Vec2::new(293.0, 84.0)) .unwrap() .length, 807.84 ); } #[test] fn aurora_merged_ftmtcdeyar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(227.0, 155.0), Vec2::new(315.0, 721.0)) .unwrap() .length, 816.37 ); } #[test] fn aurora_merged_dxdxmjikfv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(24.0, 654.0), Vec2::new(585.0, 387.0)) .unwrap() .length, 809.841 ); } #[test] fn aurora_merged_drpcodubkj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(899.0, 555.0), Vec2::new(479.0, 52.0)) .unwrap() .length, 817.004 ); } #[test] fn aurora_merged_uodhamzyow() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 526.0), Vec2::new(168.0, 238.0)) .unwrap() .length, 809.545 ); } #[test] fn aurora_merged_eqdqbtxytm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(690.0, 110.0), Vec2::new(369.0, 590.0)) .unwrap() .length, 814.191 ); } #[test] fn aurora_merged_jpvdgriurt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(333.0, 541.0), Vec2::new(743.0, 251.0)) .unwrap() .length, 812.785 ); } #[test] fn aurora_merged_xpvrftszoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(643.0, 131.0), Vec2::new(828.0, 657.0)) .unwrap() .length, 816.101 ); } #[test] fn aurora_merged_flpjyswcax() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(338.0, 746.0), Vec2::new(1019.0, 428.0)) .unwrap() .length, 813.889 ); } #[test] fn aurora_merged_haciwikjnc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 434.0), Vec2::new(872.0, 389.0)) .unwrap() .length, 815.274 ); } #[test] fn aurora_merged_cjhxlpsnso() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(694.0, 690.0), Vec2::new(552.0, 146.0)) .unwrap() .length, 817.379 ); } #[test] fn aurora_merged_rrbslpvzhc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(2.0, 582.0), Vec2::new(614.0, 200.0)) .unwrap() .length, 811.781 ); } #[test] fn aurora_merged_mgijeejosz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 622.0), Vec2::new(86.0, 468.0)) .unwrap() .length, 817.818 ); } #[test] fn aurora_merged_fgiqwqlvkq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(965.0, 567.0), Vec2::new(201.0, 357.0)) .unwrap() .length, 818.133 ); } #[test] fn aurora_merged_nuobvnuxdq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(160.0, 584.0), Vec2::new(828.0, 344.0)) .unwrap() .length, 815.89 ); } #[test] fn aurora_merged_wdwbwxssls() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(95.0, 500.0), Vec2::new(898.0, 577.0)) .unwrap() .length, 824.9 ); } #[test] fn aurora_merged_joqmbqspxa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 516.0), Vec2::new(910.0, 170.0)) .unwrap() .length, 815.916 ); } #[test] fn aurora_merged_qxwksggroz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(183.0, 417.0), Vec2::new(972.0, 284.0)) .unwrap() .length, 827.715 ); } #[test] fn aurora_merged_lvkbyssbmy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(310.0, 589.0), Vec2::new(442.0, 64.0)) .unwrap() .length, 819.289 ); } #[test] fn aurora_merged_argpytfaql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(448.0, 201.0), Vec2::new(663.0, 673.0)) .unwrap() .length, 824.22 ); } #[test] fn aurora_merged_qyhrwxkkhl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(682.0, 626.0), Vec2::new(220.0, 198.0)) .unwrap() .length, 812.117 ); } #[test] fn aurora_merged_eargojsxav() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(362.0, 239.0), Vec2::new(963.0, 549.0)) .unwrap() .length, 815.571 ); } #[test] fn aurora_merged_btmkqysign() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 175.0), Vec2::new(833.0, 200.0)) .unwrap() .length, 830.694 ); } #[test] fn aurora_merged_nrjzgvfpoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(840.0, 235.0), Vec2::new(240.0, 524.0)) .unwrap() .length, 819.65 ); } #[test] fn aurora_merged_yuetfabqsn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 147.0), Vec2::new(232.0, 634.0)) .unwrap() .length, 825.337 ); } #[test] fn aurora_merged_hlfydfwfkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(584.0, 174.0), Vec2::new(791.0, 688.0)) .unwrap() .length, 824.525 ); } #[test] fn aurora_merged_etewnvnjha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(598.0, 609.0), Vec2::new(117.0, 176.0)) .unwrap() .length, 826.125 ); } #[test] fn aurora_merged_fjfesseatu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(731.0, 61.0), Vec2::new(569.0, 593.0)) .unwrap() .length, 827.645 ); } #[test] fn aurora_merged_tzgkukbtta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(810.0, 577.0), Vec2::new(11.0, 554.0)) .unwrap() .length, 831.355 ); } #[test] fn aurora_merged_xzxxicvdfi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(435.0, 106.0), Vec2::new(511.0, 652.0)) .unwrap() .length, 834.216 ); } #[test] fn aurora_merged_yopwpxvnhb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(806.0, 700.0), Vec2::new(327.0, 268.0)) .unwrap() .length, 822.886 ); } #[test] fn aurora_merged_naidinrdoh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(111.0, 272.0), Vec2::new(781.0, 678.0)) .unwrap() .length, 822.422 ); } #[test] fn aurora_merged_fbrhnzfpxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 55.0), Vec2::new(561.0, 617.0)) .unwrap() .length, 824.329 ); } #[test] fn aurora_merged_bkmnswynhb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 563.0), Vec2::new(225.0, 235.0)) .unwrap() .length, 821.762 ); } #[test] fn aurora_merged_tgwfxobvzg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(765.0, 566.0), Vec2::new(58.0, 445.0)) .unwrap() .length, 822.746 ); } #[test] fn aurora_merged_ykahssntei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(218.0, 494.0), Vec2::new(973.0, 374.0)) .unwrap() .length, 830.965 ); } #[test] fn aurora_merged_jxhfqtyouz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(258.0, 395.0), Vec2::new(991.0, 434.0)) .unwrap() .length, 826.694 ); } #[test] fn aurora_merged_vnfwmxdwjk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(4.0, 563.0), Vec2::new(640.0, 122.0)) .unwrap() .length, 824.564 ); } #[test] fn aurora_merged_opivlvxlwu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(328.0, 108.0), Vec2::new(712.0, 564.0)) .unwrap() .length, 824.613 ); } #[test] fn aurora_merged_gaavlizdmk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(871.0, 560.0), Vec2::new(68.0, 548.0)) .unwrap() .length, 834.2 ); } #[test] fn aurora_merged_mtmjlasgtw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 416.0), Vec2::new(235.0, 479.0)) .unwrap() .length, 826.094 ); } #[test] fn aurora_merged_lwqvilfxmt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(673.0, 74.0), Vec2::new(200.0, 589.0)) .unwrap() .length, 827.608 ); } #[test] fn aurora_merged_xwlwswnjui() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(445.0, 183.0), Vec2::new(998.0, 631.0)) .unwrap() .length, 822.71 ); } #[test] fn aurora_merged_kjkuhsxwuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(815.0, 411.0), Vec2::new(37.0, 381.0)) .unwrap() .length, 826.113 ); } #[test] fn aurora_merged_wxiibnrldy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(851.0, 368.0), Vec2::new(275.0, 618.0)) .unwrap() .length, 835.956 ); } #[test] fn aurora_merged_fjuqgfofyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(184.0, 671.0), Vec2::new(951.0, 467.0)) .unwrap() .length, 840.312 ); } #[test] fn aurora_merged_zepupfxnys() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(671.0, 245.0), Vec2::new(458.0, 630.0)) .unwrap() .length, 833.314 ); } #[test] fn aurora_merged_giqzqjulsg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 142.0), Vec2::new(550.0, 659.0)) .unwrap() .length, 837.833 ); } #[test] fn aurora_merged_wtylnyrsxm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(845.0, 234.0), Vec2::new(347.0, 660.0)) .unwrap() .length, 835.072 ); } #[test] fn aurora_merged_qeweovntgg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(16.0, 406.0), Vec2::new(777.0, 647.0)) .unwrap() .length, 824.615 ); } #[test] fn aurora_merged_epubrprban() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(139.0, 596.0), Vec2::new(919.0, 530.0)) .unwrap() .length, 834.986 ); } #[test] fn aurora_merged_dsseyxfkya() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 102.0), Vec2::new(205.0, 683.0)) .unwrap() .length, 836.915 ); } #[test] fn aurora_merged_qbkbyavmzj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(135.0, 429.0), Vec2::new(941.0, 292.0)) .unwrap() .length, 841.851 ); } #[test] fn aurora_merged_sldjbrpokw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(44.0, 666.0), Vec2::new(649.0, 338.0)) .unwrap() .length, 848.395 ); } #[test] fn aurora_merged_wlafkwbvjk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(892.0, 121.0), Vec2::new(593.0, 655.0)) .unwrap() .length, 836.481 ); } #[test] fn aurora_merged_ezrozgsnts() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(891.0, 289.0), Vec2::new(333.0, 714.0)) .unwrap() .length, 835.262 ); } #[test] fn aurora_merged_ljkjkmsacb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(471.0, 637.0), Vec2::new(856.0, 135.0)) .unwrap() .length, 838.911 ); } #[test] fn aurora_merged_spjervnjon() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 261.0), Vec2::new(288.0, 555.0)) .unwrap() .length, 835.407 ); } #[test] fn aurora_merged_oteztbocbs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(602.0, 656.0), Vec2::new(185.0, 123.0)) .unwrap() .length, 840.842 ); } #[test] fn aurora_merged_aulhxuatlq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 94.0), Vec2::new(502.0, 582.0)) .unwrap() .length, 834.949 ); } #[test] fn aurora_merged_iycjazqhyw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(775.0, 83.0), Vec2::new(371.0, 513.0)) .unwrap() .length, 833.295 ); } #[test] fn aurora_merged_chptfdylfy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(97.0, 390.0), Vec2::new(855.0, 136.0)) .unwrap() .length, 849.319 ); } #[test] fn aurora_merged_rbpqslkcea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 723.0), Vec2::new(15.0, 514.0)) .unwrap() .length, 833.775 ); } #[test] fn aurora_merged_bfqewblpkx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(12.0, 649.0), Vec2::new(623.0, 283.0)) .unwrap() .length, 840.518 ); } #[test] fn aurora_merged_qfbrunjyup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(388.0, 113.0), Vec2::new(851.0, 646.0)) .unwrap() .length, 835.125 ); } #[test] fn aurora_merged_jcfnsdhpxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(704.0, 293.0), Vec2::new(152.0, 672.0)) .unwrap() .length, 845.296 ); } #[test] fn aurora_merged_grewhumdbr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(153.0, 353.0), Vec2::new(926.0, 611.0)) .unwrap() .length, 838.012 ); } #[test] fn aurora_merged_fpgogfcffu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(616.0, 173.0), Vec2::new(508.0, 659.0)) .unwrap() .length, 846.701 ); } #[test] fn aurora_merged_ceetlimqht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(914.0, 478.0), Vec2::new(136.0, 724.0)) .unwrap() .length, 849.666 ); } #[test] fn aurora_merged_bcxznhowjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(186.0, 491.0), Vec2::new(824.0, 209.0)) .unwrap() .length, 837.497 ); } #[test] fn aurora_merged_fqpypeuqxi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(731.0, 249.0), Vec2::new(475.0, 638.0)) .unwrap() .length, 835.744 ); } #[test] fn aurora_merged_igxkkiiemz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(252.0, 590.0), Vec2::new(684.0, 243.0)) .unwrap() .length, 835.521 ); } #[test] fn aurora_merged_ncojylcony() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(21.0, 534.0), Vec2::new(782.0, 343.0)) .unwrap() .length, 846.53 ); } #[test] fn aurora_merged_rgxabzbtkb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(160.0, 528.0), Vec2::new(716.0, 151.0)) .unwrap() .length, 842.423 ); } #[test] fn aurora_merged_kspdmgnkst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(48.0, 433.0), Vec2::new(737.0, 46.0)) .unwrap() .length, 839.675 ); } #[test] fn aurora_merged_rnbklwczoy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(217.0, 91.0), Vec2::new(951.0, 464.0)) .unwrap() .length, 836.113 ); } #[test] fn aurora_merged_hlhzginorw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(824.0, 264.0), Vec2::new(370.0, 666.0)) .unwrap() .length, 847.26 ); } #[test] fn aurora_merged_tjthmexswj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(536.0, 707.0), Vec2::new(366.0, 157.0)) .unwrap() .length, 847.501 ); } #[test] fn aurora_merged_yorauvvjlu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(85.0, 455.0), Vec2::new(876.0, 244.0)) .unwrap() .length, 845.899 ); } #[test] fn aurora_merged_tqodgsewzi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(126.0, 702.0), Vec2::new(436.0, 146.0)) .unwrap() .length, 844.3 ); } #[test] fn aurora_merged_jukmmnilnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(208.0, 679.0), Vec2::new(788.0, 350.0)) .unwrap() .length, 843.456 ); } #[test] fn aurora_merged_vyxwlgcyxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(767.0, 260.0), Vec2::new(13.0, 386.0)) .unwrap() .length, 840.46 ); } #[test] fn aurora_merged_vsjucqeqrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(585.0, 148.0), Vec2::new(274.0, 697.0)) .unwrap() .length, 840.362 ); } #[test] fn aurora_merged_lbmspiumuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(111.0, 657.0), Vec2::new(263.0, 24.0)) .unwrap() .length, 849.159 ); } #[test] fn aurora_merged_ukzqlwtarq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(595.0, 681.0), Vec2::new(840.0, 165.0)) .unwrap() .length, 846.135 ); } #[test] fn aurora_merged_bzpudnrbyc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(831.0, 688.0), Vec2::new(610.0, 118.0)) .unwrap() .length, 846.725 ); } #[test] fn aurora_merged_ndxmeyzykl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(863.0, 220.0), Vec2::new(340.0, 713.0)) .unwrap() .length, 850.467 ); } #[test] fn aurora_merged_aaqtarocjq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(910.0, 623.0), Vec2::new(164.0, 419.0)) .unwrap() .length, 838.546 ); } #[test] fn aurora_merged_aohwwzladw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(37.0, 473.0), Vec2::new(849.0, 618.0)) .unwrap() .length, 851.089 ); } #[test] fn aurora_merged_expnmmcqje() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(320.0, 52.0), Vec2::new(706.0, 536.0)) .unwrap() .length, 841.934 ); } #[test] fn aurora_merged_cjvrqhfczy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(839.0, 273.0), Vec2::new(272.0, 626.0)) .unwrap() .length, 848.35 ); } #[test] fn aurora_merged_gzhyleliwq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(125.0, 104.0), Vec2::new(527.0, 617.0)) .unwrap() .length, 850.307 ); } #[test] fn aurora_merged_shkwhhyyev() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(26.0, 197.0), Vec2::new(883.0, 143.0)) .unwrap() .length, 872.744 ); } #[test] fn aurora_merged_tgsgwkiarc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(202.0, 701.0), Vec2::new(941.0, 405.0)) .unwrap() .length, 855.231 ); } #[test] fn aurora_merged_hdxwgqchbv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(396.0, 662.0), Vec2::new(787.0, 258.0)) .unwrap() .length, 852.654 ); } #[test] fn aurora_merged_vksozdhgyp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1001.0, 322.0), Vec2::new(206.0, 106.0)) .unwrap() .length, 844.661 ); } #[test] fn aurora_merged_regjvehrnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(561.0, 652.0), Vec2::new(268.0, 50.0)) .unwrap() .length, 853.912 ); } #[test] fn aurora_merged_vrlfjzhpkf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(600.0, 152.0), Vec2::new(780.0, 686.0)) .unwrap() .length, 849.856 ); } #[test] fn aurora_merged_ekkythuijx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 357.0), Vec2::new(962.0, 599.0)) .unwrap() .length, 846.456 ); } #[test] fn aurora_merged_hzcqgymtfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(622.0, 255.0), Vec2::new(136.0, 735.0)) .unwrap() .length, 846.78 ); } #[test] fn aurora_merged_eyyjeauteu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(851.0, 669.0), Vec2::new(634.0, 117.0)) .unwrap() .length, 848.382 ); } #[test] fn aurora_merged_ackfxixlbs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(303.0, 50.0), Vec2::new(912.0, 530.0)) .unwrap() .length, 843.874 ); } #[test] fn aurora_merged_skmkgdvisf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(926.0, 591.0), Vec2::new(376.0, 241.0)) .unwrap() .length, 847.603 ); } #[test] fn aurora_merged_pfvvloslpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(872.0, 559.0), Vec2::new(101.0, 226.0)) .unwrap() .length, 848.502 ); } #[test] fn aurora_merged_yuaqojsbag() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 79.0), Vec2::new(648.0, 633.0)) .unwrap() .length, 853.052 ); } #[test] fn aurora_merged_fvfdsgcpwv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(982.0, 564.0), Vec2::new(213.0, 345.0)) .unwrap() .length, 848.372 ); } #[test] fn aurora_merged_afldheqmfc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(35.0, 320.0), Vec2::new(871.0, 318.0)) .unwrap() .length, 859.241 ); } #[test] fn aurora_merged_ulowbpobqz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(487.0, 47.0), Vec2::new(897.0, 590.0)) .unwrap() .length, 855.591 ); } #[test] fn aurora_merged_bhfgjiqhoj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(967.0, 360.0), Vec2::new(165.0, 133.0)) .unwrap() .length, 850.887 ); } #[test] fn aurora_merged_tllnjqdwhd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(445.0, 626.0), Vec2::new(831.0, 122.0)) .unwrap() .length, 852.745 ); } #[test] fn aurora_merged_qecsborhkv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(217.0, 621.0), Vec2::new(651.0, 112.0)) .unwrap() .length, 852.612 ); } #[test] fn aurora_merged_vjsrvnhyra() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(312.0, 510.0), Vec2::new(810.0, 103.0)) .unwrap() .length, 854.266 ); } #[test] fn aurora_merged_yufyvtwcja() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(82.0, 365.0), Vec2::new(894.0, 423.0)) .unwrap() .length, 857.783 ); } #[test] fn aurora_merged_pjezszeakb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(915.0, 280.0), Vec2::new(69.0, 324.0)) .unwrap() .length, 865.32 ); } #[test] fn aurora_merged_fhxionvuij() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(877.0, 262.0), Vec2::new(259.0, 575.0)) .unwrap() .length, 852.767 ); } #[test] fn aurora_merged_nkykpmxsia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 291.0), Vec2::new(145.0, 332.0)) .unwrap() .length, 862.848 ); } #[test] fn aurora_merged_ckbnowgoba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(596.0, 662.0), Vec2::new(106.0, 157.0)) .unwrap() .length, 857.789 ); } #[test] fn aurora_merged_uezsnbyzjo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1020.0, 303.0), Vec2::new(279.0, 508.0)) .unwrap() .length, 857.278 ); } #[test] fn aurora_merged_lfgkdffvqf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 100.0), Vec2::new(373.0, 517.0)) .unwrap() .length, 858.409 ); } #[test] fn aurora_merged_sigsdauzad() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(442.0, 658.0), Vec2::new(420.0, 205.0)) .unwrap() .length, 864.418 ); } #[test] fn aurora_merged_ijxlfimkab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 440.0), Vec2::new(844.0, 297.0)) .unwrap() .length, 866.495 ); } #[test] fn aurora_merged_uerpmqcmyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 586.0), Vec2::new(730.0, 227.0)) .unwrap() .length, 856.371 ); } #[test] fn aurora_merged_zomjxasgvv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(935.0, 564.0), Vec2::new(105.0, 468.0)) .unwrap() .length, 856.26 ); } #[test] fn aurora_merged_ogxquacrwh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(33.0, 497.0), Vec2::new(873.0, 608.0)) .unwrap() .length, 870.469 ); } #[test] fn aurora_merged_ridsiqviak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(873.0, 378.0), Vec2::new(40.0, 379.0)) .unwrap() .length, 868.815 ); } #[test] fn aurora_merged_ylcddhhtcn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(26.0, 594.0), Vec2::new(678.0, 279.0)) .unwrap() .length, 859.465 ); } #[test] fn aurora_merged_ieoppledsx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(5.0, 632.0), Vec2::new(645.0, 364.0)) .unwrap() .length, 853.965 ); } #[test] fn aurora_merged_iegnkqhijw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(717.0, 50.0), Vec2::new(941.0, 607.0)) .unwrap() .length, 862.472 ); } #[test] fn aurora_merged_aspbvfcwud() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(787.0, 107.0), Vec2::new(339.0, 545.0)) .unwrap() .length, 857.178 ); } #[test] fn aurora_merged_nfkmodptor() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 654.0), Vec2::new(108.0, 209.0)) .unwrap() .length, 857.599 ); } #[test] fn aurora_merged_bhjfjnxgiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(77.0, 170.0), Vec2::new(913.0, 314.0)) .unwrap() .length, 865.426 ); } #[test] fn aurora_merged_evzntizmyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(698.0, 675.0), Vec2::new(406.0, 213.0)) .unwrap() .length, 859.011 ); } #[test] fn aurora_merged_czzqrumgwn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(230.0, 551.0), Vec2::new(973.0, 437.0)) .unwrap() .length, 861.276 ); } #[test] fn aurora_merged_jmqozweiqv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(336.0, 531.0), Vec2::new(764.0, 79.0)) .unwrap() .length, 861.172 ); } #[test] fn aurora_merged_swdowkcvns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 621.0), Vec2::new(664.0, 87.0)) .unwrap() .length, 863.373 ); } #[test] fn aurora_merged_tzwbwqiyfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(794.0, 716.0), Vec2::new(308.0, 238.0)) .unwrap() .length, 862.795 ); } #[test] fn aurora_merged_qwkjjqbebl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(566.0, 653.0), Vec2::new(661.0, 118.0)) .unwrap() .length, 859.511 ); } #[test] fn aurora_merged_vrslqwzssi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(348.0, 653.0), Vec2::new(604.0, 109.0)) .unwrap() .length, 863.824 ); } #[test] fn aurora_merged_lacibxvkig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 137.0), Vec2::new(181.0, 450.0)) .unwrap() .length, 870.11 ); } #[test] fn aurora_merged_kwqzyfxunu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 108.0), Vec2::new(466.0, 648.0)) .unwrap() .length, 863.943 ); } #[test] fn aurora_merged_eaezvohzds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(181.0, 689.0), Vec2::new(777.0, 384.0)) .unwrap() .length, 865.801 ); } #[test] fn aurora_merged_vnqqtexpkw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(974.0, 404.0), Vec2::new(162.0, 284.0)) .unwrap() .length, 864.012 ); } #[test] fn aurora_merged_obtzwhzuiz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(351.0, 116.0), Vec2::new(932.0, 595.0)) .unwrap() .length, 864.161 ); } #[test] fn aurora_merged_lxfdrguftu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(782.0, 83.0), Vec2::new(687.0, 674.0)) .unwrap() .length, 873.644 ); } #[test] fn aurora_merged_hkbvzrrclg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(642.0, 626.0), Vec2::new(59.0, 183.0)) .unwrap() .length, 870.017 ); } #[test] fn aurora_merged_umsfyhqekj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(708.0, 83.0), Vec2::new(625.0, 636.0)) .unwrap() .length, 872.761 ); } #[test] fn aurora_merged_swukqdcjeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(975.0, 587.0), Vec2::new(124.0, 506.0)) .unwrap() .length, 877.18 ); } #[test] fn aurora_merged_xfqkcddiug() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(681.0, 601.0), Vec2::new(82.0, 165.0)) .unwrap() .length, 860.919 ); } #[test] fn aurora_merged_tzcxqkipjk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(51.0, 398.0), Vec2::new(860.0, 224.0)) .unwrap() .length, 877.405 ); } #[test] fn aurora_merged_poishxyunt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(158.0, 255.0), Vec2::new(977.0, 464.0)) .unwrap() .length, 867.571 ); } #[test] fn aurora_merged_maoyzipmpz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(796.0, 93.0), Vec2::new(676.0, 684.0)) .unwrap() .length, 871.55 ); } #[test] fn aurora_merged_gobymcraid() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(975.0, 580.0), Vec2::new(122.0, 560.0)) .unwrap() .length, 875.655 ); } #[test] fn aurora_merged_dlojrxmzhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(619.0, 173.0), Vec2::new(335.0, 672.0)) .unwrap() .length, 869.388 ); } #[test] fn aurora_merged_qmashfpbfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(50.0, 642.0), Vec2::new(599.0, 180.0)) .unwrap() .length, 871.439 ); } #[test] fn aurora_merged_qpwcncokfl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(663.0, 125.0), Vec2::new(784.0, 679.0)) .unwrap() .length, 875.38 ); } #[test] fn aurora_merged_vmtayyybix() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(345.0, 241.0), Vec2::new(619.0, 737.0)) .unwrap() .length, 879.752 ); } #[test] fn aurora_merged_wuafcpyjov() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(759.0, 172.0), Vec2::new(260.0, 581.0)) .unwrap() .length, 882.386 ); } #[test] fn aurora_merged_vujnywdetb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(146.0, 651.0), Vec2::new(816.0, 322.0)) .unwrap() .length, 871.7 ); } #[test] fn aurora_merged_awkmkiocjz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(39.0, 550.0), Vec2::new(709.0, 111.0)) .unwrap() .length, 863.178 ); } #[test] fn aurora_merged_djfzutmygt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(761.0, 93.0), Vec2::new(241.0, 560.0)) .unwrap() .length, 869.443 ); } #[test] fn aurora_merged_ekijimilnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(708.0, 175.0), Vec2::new(33.0, 573.0)) .unwrap() .length, 877.0 ); } #[test] fn aurora_merged_tamhztxeyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(746.0, 149.0), Vec2::new(158.0, 540.0)) .unwrap() .length, 874.233 ); } #[test] fn aurora_merged_unovkotozd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(351.0, 738.0), Vec2::new(350.0, 258.0)) .unwrap() .length, 877.066 ); } #[test] fn aurora_merged_iwfxwtpywt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(908.0, 584.0), Vec2::new(58.0, 552.0)) .unwrap() .length, 884.749 ); } #[test] fn aurora_merged_qflfqtxscf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(647.0, 723.0), Vec2::new(868.0, 147.0)) .unwrap() .length, 879.643 ); } #[test] fn aurora_merged_ynzkscunvm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(56.0, 667.0), Vec2::new(598.0, 165.0)) .unwrap() .length, 880.736 ); } #[test] fn aurora_merged_yathjglwio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 685.0), Vec2::new(777.0, 400.0)) .unwrap() .length, 873.798 ); } #[test] fn aurora_merged_xnfylsymeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(20.0, 402.0), Vec2::new(823.0, 645.0)) .unwrap() .length, 872.457 ); } #[test] fn aurora_merged_oxlyskhdyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(266.0, 98.0), Vec2::new(796.0, 575.0)) .unwrap() .length, 870.671 ); } #[test] fn aurora_merged_vkwhtibhtm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 582.0), Vec2::new(723.0, 61.0)) .unwrap() .length, 872.43 ); } #[test] fn aurora_merged_yrkoibhhai() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(201.0, 576.0), Vec2::new(582.0, 30.0)) .unwrap() .length, 879.565 ); } #[test] fn aurora_merged_puvwjtcsia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(703.0, 260.0), Vec2::new(459.0, 672.0)) .unwrap() .length, 875.169 ); } #[test] fn aurora_merged_pftzhybuje() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(189.0, 467.0), Vec2::new(997.0, 399.0)) .unwrap() .length, 873.677 ); } #[test] fn aurora_merged_dtgisybkdy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(15.0, 352.0), Vec2::new(882.0, 253.0)) .unwrap() .length, 891.072 ); } #[test] fn aurora_merged_utgdioksjo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(430.0, 224.0), Vec2::new(858.0, 629.0)) .unwrap() .length, 881.87 ); } #[test] fn aurora_merged_wkiamzlypj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(459.0, 665.0), Vec2::new(314.0, 92.0)) .unwrap() .length, 891.913 ); } #[test] fn aurora_merged_lqakjgkvpd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(317.0, 620.0), Vec2::new(687.0, 163.0)) .unwrap() .length, 886.015 ); } #[test] fn aurora_merged_jqijvmmrvb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(358.0, 699.0), Vec2::new(305.0, 93.0)) .unwrap() .length, 883.091 ); } #[test] fn aurora_merged_rpcpupdvvr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 375.0), Vec2::new(991.0, 291.0)) .unwrap() .length, 887.857 ); } #[test] fn aurora_merged_kzslumltzq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(766.0, 713.0), Vec2::new(787.0, 77.0)) .unwrap() .length, 887.072 ); } #[test] fn aurora_merged_rmthpykhiv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(605.0, 173.0), Vec2::new(522.0, 708.0)) .unwrap() .length, 885.674 ); } #[test] fn aurora_merged_fcxrzgwsmg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(23.0, 632.0), Vec2::new(586.0, 161.0)) .unwrap() .length, 875.728 ); } #[test] fn aurora_merged_svbqhejwvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(718.0, 91.0), Vec2::new(189.0, 594.0)) .unwrap() .length, 877.376 ); } #[test] fn aurora_merged_fcluoorlqa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(724.0, 637.0), Vec2::new(174.0, 146.0)) .unwrap() .length, 879.025 ); } #[test] fn aurora_merged_oidmahtqie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(334.0, 57.0), Vec2::new(251.0, 711.0)) .unwrap() .length, 888.721 ); } #[test] fn aurora_merged_fajgqpqufm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(136.0, 131.0), Vec2::new(943.0, 391.0)) .unwrap() .length, 879.822 ); } #[test] fn aurora_merged_dnsgmczczu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(505.0, 663.0), Vec2::new(754.0, 267.0)) .unwrap() .length, 885.578 ); } #[test] fn aurora_merged_pesixvdcdl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(31.0, 450.0), Vec2::new(821.0, 401.0)) .unwrap() .length, 879.519 ); } #[test] fn aurora_merged_sgdcqknguq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(13.0, 190.0), Vec2::new(807.0, 544.0)) .unwrap() .length, 876.332 ); } #[test] fn aurora_merged_xvjxqclumu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(231.0, 679.0), Vec2::new(455.0, 58.0)) .unwrap() .length, 893.715 ); } #[test] fn aurora_merged_milprbplao() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(754.0, 697.0), Vec2::new(609.0, 160.0)) .unwrap() .length, 884.499 ); } #[test] fn aurora_merged_glzilivxrn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(782.0, 68.0), Vec2::new(481.0, 615.0)) .unwrap() .length, 885.976 ); } #[test] fn aurora_merged_amqhfkbqxn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(927.0, 334.0), Vec2::new(96.0, 468.0)) .unwrap() .length, 890.27 ); } #[test] fn aurora_merged_kmigostwdv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(772.0, 215.0), Vec2::new(382.0, 626.0)) .unwrap() .length, 885.467 ); } #[test] fn aurora_merged_loboiwaafs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(181.0, 527.0), Vec2::new(1023.0, 605.0)) .unwrap() .length, 886.561 ); } #[test] fn aurora_merged_wxwwhoxaxy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(993.0, 299.0), Vec2::new(290.0, 657.0)) .unwrap() .length, 896.545 ); } #[test] fn aurora_merged_vurchgqpit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(731.0, 381.0), Vec2::new(4.0, 612.0)) .unwrap() .length, 881.403 ); } #[test] fn aurora_merged_akvpgtuvbq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 178.0), Vec2::new(650.0, 624.0)) .unwrap() .length, 889.061 ); } #[test] fn aurora_merged_nwvzdumdfx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(807.0, 84.0), Vec2::new(278.0, 533.0)) .unwrap() .length, 882.031 ); } #[test] fn aurora_merged_zxctkxfhoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 192.0), Vec2::new(365.0, 615.0)) .unwrap() .length, 881.064 ); } #[test] fn aurora_merged_arvhiidmec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(224.0, 61.0), Vec2::new(619.0, 577.0)) .unwrap() .length, 882.891 ); } #[test] fn aurora_merged_olfscfouqy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(290.0, 640.0), Vec2::new(986.0, 298.0)) .unwrap() .length, 896.034 ); } #[test] fn aurora_merged_ipqzhnqcwx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(607.0, 117.0), Vec2::new(1016.0, 613.0)) .unwrap() .length, 879.512 ); } #[test] fn aurora_merged_qbticsdeca() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(98.0, 703.0), Vec2::new(594.0, 180.0)) .unwrap() .length, 890.441 ); } #[test] fn aurora_merged_qgbghjhtyg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(177.0, 148.0), Vec2::new(383.0, 715.0)) .unwrap() .length, 890.264 ); } #[test] fn aurora_merged_bsnxxukpqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 730.0), Vec2::new(594.0, 192.0)) .unwrap() .length, 894.09 ); } #[test] fn aurora_merged_spkurzamqw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(857.0, 324.0), Vec2::new(30.0, 514.0)) .unwrap() .length, 896.472 ); } #[test] fn aurora_merged_gkqugoxhue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(39.0, 188.0), Vec2::new(912.0, 305.0)) .unwrap() .length, 902.743 ); } #[test] fn aurora_merged_vbyiwxollk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(397.0, 605.0), Vec2::new(878.0, 152.0)) .unwrap() .length, 888.26 ); } #[test] fn aurora_merged_kpjirjsvvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(140.0, 250.0), Vec2::new(1014.0, 297.0)) .unwrap() .length, 898.081 ); } #[test] fn aurora_merged_juabubrrqw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(607.0, 713.0), Vec2::new(105.0, 213.0)) .unwrap() .length, 893.597 ); } #[test] fn aurora_merged_ryofopwtxi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(185.0, 634.0), Vec2::new(701.0, 115.0)) .unwrap() .length, 889.437 ); } #[test] fn aurora_merged_hvgubouwwk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(900.0, 470.0), Vec2::new(36.0, 494.0)) .unwrap() .length, 896.375 ); } #[test] fn aurora_merged_snhkbndmmq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(984.0, 625.0), Vec2::new(701.0, 67.0)) .unwrap() .length, 893.75 ); } #[test] fn aurora_merged_uuecguzweo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(244.0, 716.0), Vec2::new(924.0, 330.0)) .unwrap() .length, 901.896 ); } #[test] fn aurora_merged_aaoxhytbrk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(879.0, 542.0), Vec2::new(19.0, 628.0)) .unwrap() .length, 897.147 ); } #[test] fn aurora_merged_hkrdomhjwv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(388.0, 264.0), Vec2::new(407.0, 717.0)) .unwrap() .length, 897.799 ); } #[test] fn aurora_merged_avwxfmnryq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(152.0, 570.0), Vec2::new(894.0, 308.0)) .unwrap() .length, 886.808 ); } #[test] fn aurora_merged_kcsfbewpvq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(637.0, 690.0), Vec2::new(348.0, 175.0)) .unwrap() .length, 894.243 ); } #[test] fn aurora_merged_ygxemnrmbw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(946.0, 647.0), Vec2::new(307.0, 268.0)) .unwrap() .length, 888.517 ); } #[test] fn aurora_merged_kevvvgczjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(181.0, 695.0), Vec2::new(353.0, 121.0)) .unwrap() .length, 895.829 ); } #[test] fn aurora_merged_ajdpycbfzt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(106.0, 597.0), Vec2::new(978.0, 623.0)) .unwrap() .length, 903.431 ); } #[test] fn aurora_merged_kmenbzvjqt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 379.0), Vec2::new(148.0, 663.0)) .unwrap() .length, 892.344 ); } #[test] fn aurora_merged_cysehndvxx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(995.0, 633.0), Vec2::new(180.0, 298.0)) .unwrap() .length, 890.108 ); } #[test] fn aurora_merged_wxysmcsqli() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(763.0, 673.0), Vec2::new(16.0, 439.0)) .unwrap() .length, 893.83 ); } #[test] fn aurora_merged_iltprxjvhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(843.0, 368.0), Vec2::new(152.0, 667.0)) .unwrap() .length, 900.312 ); } #[test] fn aurora_merged_udwntlvjzt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(19.0, 633.0), Vec2::new(739.0, 304.0)) .unwrap() .length, 895.488 ); } #[test] fn aurora_merged_vselobxrlh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(867.0, 367.0), Vec2::new(192.0, 655.0)) .unwrap() .length, 901.562 ); } #[test] fn aurora_merged_agsdhuneir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(112.0, 477.0), Vec2::new(984.0, 612.0)) .unwrap() .length, 904.843 ); } #[test] fn aurora_merged_lqmqyqathd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 336.0), Vec2::new(892.0, 620.0)) .unwrap() .length, 891.612 ); } #[test] fn aurora_merged_nbguocoehl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(952.0, 599.0), Vec2::new(82.0, 531.0)) .unwrap() .length, 901.449 ); } #[test] fn aurora_merged_babuykyapb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(235.0, 635.0), Vec2::new(624.0, 50.0)) .unwrap() .length, 902.652 ); } #[test] fn aurora_merged_iuwdfcrgbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(889.0, 163.0), Vec2::new(358.0, 666.0)) .unwrap() .length, 907.67 ); } #[test] fn aurora_merged_ahefemacer() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(408.0, 685.0), Vec2::new(291.0, 86.0)) .unwrap() .length, 904.762 ); } #[test] fn aurora_merged_jddlkansue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(649.0, 706.0), Vec2::new(739.0, 107.0)) .unwrap() .length, 903.56 ); } #[test] fn aurora_merged_tvcdndsnzs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(871.0, 686.0), Vec2::new(376.0, 91.0)) .unwrap() .length, 899.012 ); } #[test] fn aurora_merged_arfbnfqluz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(42.0, 656.0), Vec2::new(769.0, 380.0)) .unwrap() .length, 896.515 ); } #[test] fn aurora_merged_xkuqrinfos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(563.0, 695.0), Vec2::new(447.0, 140.0)) .unwrap() .length, 898.006 ); } #[test] fn aurora_merged_gvqkuohkoo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(219.0, 201.0), Vec2::new(816.0, 601.0)) .unwrap() .length, 897.739 ); } #[test] fn aurora_merged_ezynkeifmt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(531.0, 713.0), Vec2::new(731.0, 224.0)) .unwrap() .length, 901.315 ); } #[test] fn aurora_merged_xqvfyqzcsx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(690.0, 140.0), Vec2::new(512.0, 684.0)) .unwrap() .length, 898.337 ); } #[test] fn aurora_merged_ypzfeinwxr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(673.0, 694.0), Vec2::new(758.0, 76.0)) .unwrap() .length, 906.397 ); } #[test] fn aurora_merged_ibmacvxkny() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(930.0, 588.0), Vec2::new(336.0, 56.0)) .unwrap() .length, 899.331 ); } #[test] fn aurora_merged_kikvouhegs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(185.0, 705.0), Vec2::new(909.0, 374.0)) .unwrap() .length, 916.128 ); } #[test] fn aurora_merged_ecbwjynlgg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(815.0, 472.0), Vec2::new(108.0, 195.0)) .unwrap() .length, 906.041 ); } #[test] fn aurora_merged_wwoxesqgta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(722.0, 57.0), Vec2::new(197.0, 609.0)) .unwrap() .length, 904.248 ); } #[test] fn aurora_merged_lgwzgcwhdy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(33.0, 509.0), Vec2::new(787.0, 199.0)) .unwrap() .length, 907.722 ); } #[test] fn aurora_merged_lznoxaytak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(36.0, 681.0), Vec2::new(928.0, 608.0)) .unwrap() .length, 925.866 ); } #[test] fn aurora_merged_mkevvuezhh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(958.0, 603.0), Vec2::new(308.0, 308.0)) .unwrap() .length, 898.636 ); } #[test] fn aurora_merged_avanelxoly() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(859.0, 484.0), Vec2::new(8.0, 359.0)) .unwrap() .length, 906.059 ); } #[test] fn aurora_merged_jewbzssibd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(713.0, 259.0), Vec2::new(75.0, 496.0)) .unwrap() .length, 897.479 ); } #[test] fn aurora_merged_nqqkgbmkca() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(576.0, 706.0), Vec2::new(743.0, 236.0)) .unwrap() .length, 907.127 ); } #[test] fn aurora_merged_ycjmhuhzgn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(188.0, 181.0), Vec2::new(341.0, 732.0)) .unwrap() .length, 902.097 ); } #[test] fn aurora_merged_bjxngmqcey() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(36.0, 442.0), Vec2::new(889.0, 252.0)) .unwrap() .length, 918.387 ); } #[test] fn aurora_merged_pmbsvwfbcs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(924.0, 162.0), Vec2::new(387.0, 641.0)) .unwrap() .length, 910.014 ); } #[test] fn aurora_merged_bfwpwtsbym() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(721.0, 223.0), Vec2::new(273.0, 631.0)) .unwrap() .length, 906.289 ); } #[test] fn aurora_merged_sccyfrrbbf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(276.0, 270.0), Vec2::new(1008.0, 602.0)) .unwrap() .length, 901.5 ); } #[test] fn aurora_merged_bobzulagyy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(11.0, 181.0), Vec2::new(821.0, 563.0)) .unwrap() .length, 899.808 ); } #[test] fn aurora_merged_ytlhjivrzp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(792.0, 598.0), Vec2::new(282.0, 43.0)) .unwrap() .length, 905.102 ); } #[test] fn aurora_merged_fcudmsukay() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(786.0, 259.0), Vec2::new(16.0, 444.0)) .unwrap() .length, 910.057 ); } #[test] fn aurora_merged_bgoiiefqko() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(355.0, 610.0), Vec2::new(676.0, 117.0)) .unwrap() .length, 903.274 ); } #[test] fn aurora_merged_holbdaroaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(499.0, 683.0), Vec2::new(772.0, 246.0)) .unwrap() .length, 904.315 ); } #[test] fn aurora_merged_yqhgwjkvis() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(140.0, 541.0), Vec2::new(923.0, 384.0)) .unwrap() .length, 911.702 ); } #[test] fn aurora_merged_jalhvquzhv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(824.0, 124.0), Vec2::new(270.0, 540.0)) .unwrap() .length, 907.684 ); } #[test] fn aurora_merged_ssxrriyevv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(110.0, 273.0), Vec2::new(1002.0, 365.0)) .unwrap() .length, 923.216 ); } #[test] fn aurora_merged_obimnzsrzi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(441.0, 695.0), Vec2::new(423.0, 91.0)) .unwrap() .length, 922.328 ); } #[test] fn aurora_merged_urbcgdwoqe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 688.0), Vec2::new(134.0, 196.0)) .unwrap() .length, 910.519 ); } #[test] fn aurora_merged_xdrxwisipy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(298.0, 121.0), Vec2::new(883.0, 622.0)) .unwrap() .length, 909.531 ); } #[test] fn aurora_merged_wtutdbrgbh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(137.0, 113.0), Vec2::new(447.0, 670.0)) .unwrap() .length, 910.983 ); } #[test] fn aurora_merged_csanlkblbw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(744.0, 644.0), Vec2::new(332.0, 94.0)) .unwrap() .length, 909.436 ); } #[test] fn aurora_merged_xyehqdgqfe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(663.0, 676.0), Vec2::new(245.0, 160.0)) .unwrap() .length, 916.703 ); } #[test] fn aurora_merged_dolfiqkgzm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 146.0), Vec2::new(320.0, 597.0)) .unwrap() .length, 915.57 ); } #[test] fn aurora_merged_htwgrbgyvl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(120.0, 632.0), Vec2::new(844.0, 322.0)) .unwrap() .length, 906.742 ); } #[test] fn aurora_merged_pesmnngifx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(715.0, 552.0), Vec2::new(198.0, 73.0)) .unwrap() .length, 908.876 ); } #[test] fn aurora_merged_goubljtquu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(829.0, 664.0), Vec2::new(508.0, 34.0)) .unwrap() .length, 921.456 ); } #[test] fn aurora_merged_enelnvfjaa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(68.0, 569.0), Vec2::new(835.0, 313.0)) .unwrap() .length, 909.053 ); } #[test] fn aurora_merged_emxhfjvmsp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 175.0), Vec2::new(765.0, 715.0)) .unwrap() .length, 918.319 ); } #[test] fn aurora_merged_qjalhpqzhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(186.0, 70.0), Vec2::new(998.0, 414.0)) .unwrap() .length, 907.793 ); } #[test] fn aurora_merged_gxqiitpega() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(160.0, 576.0), Vec2::new(910.0, 278.0)) .unwrap() .length, 908.755 ); } #[test] fn aurora_merged_naicnxxsjr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(889.0, 364.0), Vec2::new(12.0, 182.0)) .unwrap() .length, 932.431 ); } #[test] fn aurora_merged_zdgvhqvygm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(146.0, 696.0), Vec2::new(647.0, 88.0)) .unwrap() .length, 918.124 ); } #[test] fn aurora_merged_coqhcuvpmq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 637.0), Vec2::new(667.0, 163.0)) .unwrap() .length, 919.247 ); } #[test] fn aurora_merged_ilunuxawqv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(69.0, 488.0), Vec2::new(935.0, 421.0)) .unwrap() .length, 918.877 ); } #[test] fn aurora_merged_jahbfdlsnk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(918.0, 551.0), Vec2::new(14.0, 598.0)) .unwrap() .length, 928.754 ); } #[test] fn aurora_merged_qkhogepcnv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(252.0, 724.0), Vec2::new(939.0, 312.0)) .unwrap() .length, 926.417 ); } #[test] fn aurora_merged_rsqibgsyqa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(426.0, 690.0), Vec2::new(700.0, 180.0)) .unwrap() .length, 917.882 ); } #[test] fn aurora_merged_npjyucikld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(28.0, 507.0), Vec2::new(940.0, 564.0)) .unwrap() .length, 930.844 ); } #[test] fn aurora_merged_adpshgcpke() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(883.0, 576.0), Vec2::new(16.0, 391.0)) .unwrap() .length, 917.343 ); } #[test] fn aurora_merged_oymqpeswaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 129.0), Vec2::new(791.0, 733.0)) .unwrap() .length, 927.124 ); } #[test] fn aurora_merged_ldlfnugkss() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(693.0, 118.0), Vec2::new(178.0, 671.0)) .unwrap() .length, 918.549 ); } #[test] fn aurora_merged_ireqilqfxc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(706.0, 81.0), Vec2::new(150.0, 629.0)) .unwrap() .length, 919.708 ); } #[test] fn aurora_merged_srzghbprjj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 50.0), Vec2::new(746.0, 660.0)) .unwrap() .length, 925.589 ); } #[test] fn aurora_merged_mtkpnkznqx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(100.0, 597.0), Vec2::new(724.0, 168.0)) .unwrap() .length, 928.468 ); } #[test] fn aurora_merged_tfhtucmwqc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(529.0, 703.0), Vec2::new(870.0, 121.0)) .unwrap() .length, 928.03 ); } #[test] fn aurora_merged_jflfgjrrjm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(593.0, 717.0), Vec2::new(452.0, 169.0)) .unwrap() .length, 926.867 ); } #[test] fn aurora_merged_vyueslwrlf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(949.0, 646.0), Vec2::new(71.0, 453.0)) .unwrap() .length, 925.038 ); } #[test] fn aurora_merged_uvqpbcmcuz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(623.0, 221.0), Vec2::new(128.0, 726.0)) .unwrap() .length, 924.834 ); } #[test] fn aurora_merged_ztnenoklnh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(31.0, 645.0), Vec2::new(637.0, 178.0)) .unwrap() .length, 925.962 ); } #[test] fn aurora_merged_vwfvitgeii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(864.0, 186.0), Vec2::new(190.0, 551.0)) .unwrap() .length, 921.604 ); } #[test] fn aurora_merged_lcicnldrps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(850.0, 359.0), Vec2::new(117.0, 668.0)) .unwrap() .length, 931.373 ); } #[test] fn aurora_merged_wiudmugjgq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1008.0, 387.0), Vec2::new(133.0, 157.0)) .unwrap() .length, 929.572 ); } #[test] fn aurora_merged_mhdcnzbkuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(219.0, 220.0), Vec2::new(650.0, 715.0)) .unwrap() .length, 933.76 ); } #[test] fn aurora_merged_hxzgfuqovm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(121.0, 422.0), Vec2::new(981.0, 400.0)) .unwrap() .length, 922.686 ); } #[test] fn aurora_merged_ucvfzgfrrb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(19.0, 357.0), Vec2::new(873.0, 180.0)) .unwrap() .length, 927.62 ); } #[test] fn aurora_merged_ztpyllrevu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(923.0, 274.0), Vec2::new(11.0, 161.0)) .unwrap() .length, 941.495 ); } #[test] fn aurora_merged_lqorzhlnvp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(183.0, 708.0), Vec2::new(654.0, 172.0)) .unwrap() .length, 937.367 ); } #[test] fn aurora_merged_trpyckypzg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(887.0, 653.0), Vec2::new(31.0, 392.0)) .unwrap() .length, 924.575 ); } #[test] fn aurora_merged_fkflkojkgw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 126.0), Vec2::new(903.0, 618.0)) .unwrap() .length, 924.113 ); } #[test] fn aurora_merged_vgoityctru() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(867.0, 479.0), Vec2::new(125.0, 185.0)) .unwrap() .length, 931.005 ); } #[test] fn aurora_merged_dvzuizkfjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(19.0, 370.0), Vec2::new(879.0, 614.0)) .unwrap() .length, 930.969 ); } #[test] fn aurora_merged_cplegltvgw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(77.0, 162.0), Vec2::new(747.0, 635.0)) .unwrap() .length, 922.251 ); } #[test] fn aurora_merged_sxiechunjo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(952.0, 276.0), Vec2::new(214.0, 585.0)) .unwrap() .length, 921.092 ); } #[test] fn aurora_merged_bbmqfemhhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(959.0, 642.0), Vec2::new(73.0, 463.0)) .unwrap() .length, 931.176 ); } #[test] fn aurora_merged_wvotqeupre() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(388.0, 212.0), Vec2::new(615.0, 731.0)) .unwrap() .length, 937.626 ); } #[test] fn aurora_merged_tokirieklf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(943.0, 608.0), Vec2::new(23.0, 521.0)) .unwrap() .length, 943.609 ); } #[test] fn aurora_merged_ofhctdcwav() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(86.0, 557.0), Vec2::new(736.0, 161.0)) .unwrap() .length, 937.368 ); } #[test] fn aurora_merged_yoyeifhecr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(335.0, 678.0), Vec2::new(899.0, 280.0)) .unwrap() .length, 931.922 ); } #[test] fn aurora_merged_mqdrqodlxx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(975.0, 633.0), Vec2::new(68.0, 684.0)) .unwrap() .length, 936.786 ); } #[test] fn aurora_merged_xvfjbnfrij() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(952.0, 455.0), Vec2::new(58.0, 601.0)) .unwrap() .length, 932.185 ); } #[test] fn aurora_merged_lvfgccehry() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(512.0, 41.0), Vec2::new(56.0, 638.0)) .unwrap() .length, 935.507 ); } #[test] fn aurora_merged_clmgiimatj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 460.0), Vec2::new(889.0, 136.0)) .unwrap() .length, 937.151 ); } #[test] fn aurora_merged_sxozuvtdsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(896.0, 534.0), Vec2::new(189.0, 248.0)) .unwrap() .length, 930.747 ); } #[test] fn aurora_merged_gliinkprvy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(761.0, 149.0), Vec2::new(556.0, 707.0)) .unwrap() .length, 930.898 ); } #[test] fn aurora_merged_zmtphsnmda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(816.0, 418.0), Vec2::new(44.0, 595.0)) .unwrap() .length, 928.164 ); } #[test] fn aurora_merged_beebjbfgmk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(969.0, 273.0), Vec2::new(68.0, 454.0)) .unwrap() .length, 942.777 ); } #[test] fn aurora_merged_dquusnusfi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(125.0, 703.0), Vec2::new(663.0, 139.0)) .unwrap() .length, 935.318 ); } #[test] fn aurora_merged_htnlfclnkk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(45.0, 484.0), Vec2::new(904.0, 420.0)) .unwrap() .length, 941.597 ); } #[test] fn aurora_merged_tstewarual() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 305.0), Vec2::new(112.0, 510.0)) .unwrap() .length, 930.391 ); } #[test] fn aurora_merged_zcvbhknebb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(744.0, 238.0), Vec2::new(118.0, 503.0)) .unwrap() .length, 925.752 ); } #[test] fn aurora_merged_yowiqqrrwn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 632.0), Vec2::new(787.0, 369.0)) .unwrap() .length, 928.191 ); } #[test] fn aurora_merged_efxtvryumr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(320.0, 265.0), Vec2::new(992.0, 598.0)) .unwrap() .length, 930.328 ); } #[test] fn aurora_merged_czliddeadv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(43.0, 370.0), Vec2::new(977.0, 283.0)) .unwrap() .length, 949.478 ); } #[test] fn aurora_merged_nnvodajcut() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(703.0, 174.0), Vec2::new(415.0, 699.0)) .unwrap() .length, 932.79 ); } #[test] fn aurora_merged_ermxuvucah() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(437.0, 67.0), Vec2::new(660.0, 713.0)) .unwrap() .length, 946.789 ); } #[test] fn aurora_merged_bkozntwvax() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(841.0, 233.0), Vec2::new(28.0, 508.0)) .unwrap() .length, 946.75 ); } #[test] fn aurora_merged_gggdgckrwq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(736.0, 628.0), Vec2::new(597.0, 31.0)) .unwrap() .length, 940.314 ); } #[test] fn aurora_merged_rpapckdeab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(195.0, 666.0), Vec2::new(943.0, 338.0)) .unwrap() .length, 954.407 ); } #[test] fn aurora_merged_unbkxwsdhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(873.0, 580.0), Vec2::new(198.0, 233.0)) .unwrap() .length, 928.666 ); } #[test] fn aurora_merged_tvixslodwi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(205.0, 495.0), Vec2::new(923.0, 149.0)) .unwrap() .length, 943.375 ); } #[test] fn aurora_merged_dqvwvaaxlm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(913.0, 551.0), Vec2::new(22.0, 366.0)) .unwrap() .length, 944.993 ); } #[test] fn aurora_merged_yuhqwztzwu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(741.0, 716.0), Vec2::new(277.0, 141.0)) .unwrap() .length, 940.238 ); } #[test] fn aurora_merged_sxroinxuky() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(438.0, 658.0), Vec2::new(336.0, 72.0)) .unwrap() .length, 939.028 ); } #[test] fn aurora_merged_vydlmotcbs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 646.0), Vec2::new(696.0, 70.0)) .unwrap() .length, 939.846 ); } #[test] fn aurora_merged_mekfuimdkm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(35.0, 459.0), Vec2::new(879.0, 413.0)) .unwrap() .length, 948.28 ); } #[test] fn aurora_merged_gxdbxvtwtn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(135.0, 642.0), Vec2::new(734.0, 140.0)) .unwrap() .length, 951.166 ); } #[test] fn aurora_merged_ysakcrgnzw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(304.0, 658.0), Vec2::new(817.0, 232.0)) .unwrap() .length, 942.483 ); } #[test] fn aurora_merged_qutcyiovjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 33.0), Vec2::new(748.0, 599.0)) .unwrap() .length, 940.324 ); } #[test] fn aurora_merged_xckesugacp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(848.0, 125.0), Vec2::new(4.0, 449.0)) .unwrap() .length, 959.249 ); } #[test] fn aurora_merged_ifxabtwsir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(859.0, 616.0), Vec2::new(218.0, 240.0)) .unwrap() .length, 937.642 ); } #[test] fn aurora_merged_msuqbrjbjz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 93.0), Vec2::new(565.0, 709.0)) .unwrap() .length, 946.308 ); } #[test] fn aurora_merged_jwsydnecbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(797.0, 543.0), Vec2::new(91.0, 153.0)) .unwrap() .length, 935.854 ); } #[test] fn aurora_merged_zkzsxmggxl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(926.0, 610.0), Vec2::new(66.0, 354.0)) .unwrap() .length, 936.27 ); } #[test] fn aurora_merged_hqqsctxasp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(880.0, 363.0), Vec2::new(30.0, 535.0)) .unwrap() .length, 950.006 ); } #[test] fn aurora_merged_snqlewuqgq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(902.0, 419.0), Vec2::new(46.0, 581.0)) .unwrap() .length, 950.845 ); } #[test] fn aurora_merged_mjcoiemnxg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(137.0, 311.0), Vec2::new(1011.0, 609.0)) .unwrap() .length, 940.191 ); } #[test] fn aurora_merged_bgoqzgimjy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(160.0, 621.0), Vec2::new(754.0, 99.0)) .unwrap() .length, 947.641 ); } #[test] fn aurora_merged_nppzvxmxpa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(992.0, 297.0), Vec2::new(69.0, 175.0)) .unwrap() .length, 954.016 ); } #[test] fn aurora_merged_ydnoallghu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(536.0, 27.0), Vec2::new(326.0, 624.0)) .unwrap() .length, 949.066 ); } #[test] fn aurora_merged_arqkrdqkau() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(599.0, 207.0), Vec2::new(405.0, 706.0)) .unwrap() .length, 949.642 ); } #[test] fn aurora_merged_pcboaoerra() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(638.0, 707.0), Vec2::new(406.0, 84.0)) .unwrap() .length, 951.753 ); } #[test] fn aurora_merged_tmuoyhmykq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(971.0, 414.0), Vec2::new(91.0, 211.0)) .unwrap() .length, 956.628 ); } #[test] fn aurora_merged_eghmfnxgyv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 709.0), Vec2::new(33.0, 463.0)) .unwrap() .length, 941.099 ); } #[test] fn aurora_merged_bhdbruzndy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(563.0, 178.0), Vec2::new(361.0, 722.0)) .unwrap() .length, 950.743 ); } #[test] fn aurora_merged_ptdzgrhwha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(258.0, 148.0), Vec2::new(627.0, 701.0)) .unwrap() .length, 955.041 ); } #[test] fn aurora_merged_irwifgshaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(428.0, 246.0), Vec2::new(765.0, 682.0)) .unwrap() .length, 946.053 ); } #[test] fn aurora_merged_xmkwtquqos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(118.0, 447.0), Vec2::new(1017.0, 373.0)) .unwrap() .length, 958.489 ); } #[test] fn aurora_merged_gokssskaox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(13.0, 504.0), Vec2::new(807.0, 180.0)) .unwrap() .length, 946.135 ); } #[test] fn aurora_merged_bqlzmbgaws() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(958.0, 616.0), Vec2::new(305.0, 92.0)) .unwrap() .length, 948.846 ); } #[test] fn aurora_merged_mwjbsodaau() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 366.0), Vec2::new(116.0, 508.0)) .unwrap() .length, 955.236 ); } #[test] fn aurora_merged_trtrzxngpm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 509.0), Vec2::new(1000.0, 351.0)) .unwrap() .length, 959.488 ); } #[test] fn aurora_merged_sbusyyoycn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(820.0, 213.0), Vec2::new(317.0, 660.0)) .unwrap() .length, 951.569 ); } #[test] fn aurora_merged_whtxssrqit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 449.0), Vec2::new(16.0, 465.0)) .unwrap() .length, 943.985 ); } #[test] fn aurora_merged_dyujgrohsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(573.0, 697.0), Vec2::new(386.0, 88.0)) .unwrap() .length, 950.723 ); } #[test] fn aurora_merged_btursqsjbu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(95.0, 134.0), Vec2::new(541.0, 709.0)) .unwrap() .length, 957.867 ); } #[test] fn aurora_merged_mehgjlozoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(54.0, 374.0), Vec2::new(947.0, 580.0)) .unwrap() .length, 953.564 ); } #[test] fn aurora_merged_gszmyzzywa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 616.0), Vec2::new(152.0, 153.0)) .unwrap() .length, 954.121 ); } #[test] fn aurora_merged_xxaslddvla() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(72.0, 577.0), Vec2::new(719.0, 225.0)) .unwrap() .length, 949.135 ); } #[test] fn aurora_merged_wagszfgdls() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(62.0, 528.0), Vec2::new(908.0, 339.0)) .unwrap() .length, 960.329 ); } #[test] fn aurora_merged_dcwwlicutz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(222.0, 235.0), Vec2::new(947.0, 557.0)) .unwrap() .length, 951.591 ); } #[test] fn aurora_merged_jdkwwarscr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 140.0), Vec2::new(254.0, 611.0)) .unwrap() .length, 961.662 ); } #[test] fn aurora_merged_uypulgkyon() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(756.0, 698.0), Vec2::new(28.0, 198.0)) .unwrap() .length, 953.558 ); } #[test] fn aurora_merged_dpnjfbqcke() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(931.0, 568.0), Vec2::new(199.0, 208.0)) .unwrap() .length, 963.295 ); } #[test] fn aurora_merged_dhzaqvhzto() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(275.0, 568.0), Vec2::new(814.0, 109.0)) .unwrap() .length, 951.806 ); } #[test] fn aurora_merged_rrtxftvsme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(756.0, 671.0), Vec2::new(349.0, 66.0)) .unwrap() .length, 961.606 ); } #[test] fn aurora_merged_mtcoakaykv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(434.0, 123.0), Vec2::new(379.0, 722.0)) .unwrap() .length, 962.82 ); } #[test] fn aurora_merged_hvpfripjtu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(397.0, 254.0), Vec2::new(731.0, 682.0)) .unwrap() .length, 955.612 ); } #[test] fn aurora_merged_zoqmaorihd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(882.0, 278.0), Vec2::new(206.0, 704.0)) .unwrap() .length, 960.196 ); } #[test] fn aurora_merged_xoiiowqgsb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(196.0, 589.0), Vec2::new(835.0, 155.0)) .unwrap() .length, 969.113 ); } #[test] fn aurora_merged_hkcvvaxefl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(225.0, 170.0), Vec2::new(760.0, 691.0)) .unwrap() .length, 957.338 ); } #[test] fn aurora_merged_hexylsfqrk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(27.0, 200.0), Vec2::new(750.0, 684.0)) .unwrap() .length, 952.049 ); } #[test] fn aurora_merged_twrykljxbi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(999.0, 358.0), Vec2::new(118.0, 509.0)) .unwrap() .length, 965.04 ); } #[test] fn aurora_merged_qwaiddygtq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(914.0, 532.0), Vec2::new(14.0, 635.0)) .unwrap() .length, 959.281 ); } #[test] fn aurora_merged_qhxnfusoxl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(831.0, 235.0), Vec2::new(7.0, 473.0)) .unwrap() .length, 962.378 ); } #[test] fn aurora_merged_vkcxkfjkoo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(945.0, 407.0), Vec2::new(42.0, 159.0)) .unwrap() .length, 967.566 ); } #[test] fn aurora_merged_lvnouffvdd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(49.0, 517.0), Vec2::new(938.0, 263.0)) .unwrap() .length, 967.541 ); } #[test] fn aurora_merged_ptfcbpsfdp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(350.0, 621.0), Vec2::new(747.0, 148.0)) .unwrap() .length, 966.31 ); } #[test] fn aurora_merged_qrmufvjxgw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(734.0, 258.0), Vec2::new(103.0, 594.0)) .unwrap() .length, 958.748 ); } #[test] fn aurora_merged_svdfipwqng() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(172.0, 640.0), Vec2::new(909.0, 254.0)) .unwrap() .length, 955.79 ); } #[test] fn aurora_merged_jfmdzcxacl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(600.0, 709.0), Vec2::new(242.0, 180.0)) .unwrap() .length, 964.472 ); } #[test] fn aurora_merged_vehtbfsios() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(65.0, 185.0), Vec2::new(978.0, 377.0)) .unwrap() .length, 967.203 ); } #[test] fn aurora_merged_icyfhdbtou() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(125.0, 474.0), Vec2::new(1015.0, 421.0)) .unwrap() .length, 961.996 ); } #[test] fn aurora_merged_vuomglxwkx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(24.0, 172.0), Vec2::new(942.0, 362.0)) .unwrap() .length, 970.023 ); } #[test] fn aurora_merged_hzhonvcaxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(926.0, 380.0), Vec2::new(139.0, 698.0)) .unwrap() .length, 971.334 ); } #[test] fn aurora_merged_vwgzwoszqk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(993.0, 632.0), Vec2::new(61.0, 467.0)) .unwrap() .length, 971.354 ); } #[test] fn aurora_merged_exnidyojvk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(173.0, 226.0), Vec2::new(888.0, 673.0)) .unwrap() .length, 960.863 ); } #[test] fn aurora_merged_opfcpwklfe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 365.0), Vec2::new(919.0, 582.0)) .unwrap() .length, 967.566 ); } #[test] fn aurora_merged_zlnkhvnxds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(790.0, 90.0), Vec2::new(138.0, 560.0)) .unwrap() .length, 961.117 ); } #[test] fn aurora_merged_imcemzoief() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(352.0, 715.0), Vec2::new(812.0, 169.0)) .unwrap() .length, 969.844 ); } #[test] fn aurora_merged_zoewyasqpm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(207.0, 709.0), Vec2::new(679.0, 69.0)) .unwrap() .length, 972.769 ); } #[test] fn aurora_merged_xxqpgdykff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(891.0, 172.0), Vec2::new(217.0, 587.0)) .unwrap() .length, 963.013 ); } #[test] fn aurora_merged_tknwvmdckl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(969.0, 631.0), Vec2::new(28.0, 493.0)) .unwrap() .length, 974.411 ); } #[test] fn aurora_merged_cagrgnpcuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(500.0, 47.0), Vec2::new(230.0, 719.0)) .unwrap() .length, 970.065 ); } #[test] fn aurora_merged_gqsoifjwoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(854.0, 200.0), Vec2::new(322.0, 679.0)) .unwrap() .length, 968.262 ); } #[test] fn aurora_merged_knzjmvwidy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(324.0, 742.0), Vec2::new(61.0, 147.0)) .unwrap() .length, 968.343 ); } #[test] fn aurora_merged_nrbthxylke() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 260.0), Vec2::new(88.0, 567.0)) .unwrap() .length, 964.753 ); } #[test] fn aurora_merged_jnfmzhfpkt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(203.0, 694.0), Vec2::new(717.0, 153.0)) .unwrap() .length, 978.264 ); } #[test] fn aurora_merged_mhxjyurjme() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(663.0, 87.0), Vec2::new(153.0, 735.0)) .unwrap() .length, 969.579 ); } #[test] fn aurora_merged_xjxbotdlvr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(548.0, 703.0), Vec2::new(365.0, 66.0)) .unwrap() .length, 977.028 ); } #[test] fn aurora_merged_bvetwyjklf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(877.0, 178.0), Vec2::new(52.0, 481.0)) .unwrap() .length, 973.749 ); } #[test] fn aurora_merged_icqhtzhdlm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(930.0, 622.0), Vec2::new(31.0, 365.0)) .unwrap() .length, 968.832 ); } #[test] fn aurora_merged_jixvogfahb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(26.0, 632.0), Vec2::new(947.0, 459.0)) .unwrap() .length, 966.846 ); } #[test] fn aurora_merged_etagffvnks() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(888.0, 410.0), Vec2::new(8.0, 512.0)) .unwrap() .length, 969.213 ); } #[test] fn aurora_merged_ioifztcxzk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(308.0, 52.0), Vec2::new(961.0, 618.0)) .unwrap() .length, 967.038 ); } #[test] fn aurora_merged_xlajdowydd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(48.0, 546.0), Vec2::new(846.0, 153.0)) .unwrap() .length, 984.055 ); } #[test] fn aurora_merged_zpgxwgyprf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(833.0, 641.0), Vec2::new(139.0, 184.0)) .unwrap() .length, 964.505 ); } #[test] fn aurora_merged_wroqupreph() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(349.0, 718.0), Vec2::new(935.0, 148.0)) .unwrap() .length, 976.227 ); } #[test] fn aurora_merged_titfkyqunk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1.0, 442.0), Vec2::new(927.0, 381.0)) .unwrap() .length, 986.434 ); } #[test] fn aurora_merged_agjjwtybua() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(710.0, 157.0), Vec2::new(80.0, 660.0)) .unwrap() .length, 980.388 ); } #[test] fn aurora_merged_atkorxmgpt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(950.0, 440.0), Vec2::new(139.0, 633.0)) .unwrap() .length, 988.294 ); } #[test] fn aurora_merged_ssmdzbdsut() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(803.0, 156.0), Vec2::new(203.0, 635.0)) .unwrap() .length, 984.952 ); } #[test] fn aurora_merged_fswhewkcuu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(797.0, 265.0), Vec2::new(7.0, 520.0)) .unwrap() .length, 969.203 ); } #[test] fn aurora_merged_rlfqllsdlp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(513.0, 143.0), Vec2::new(312.0, 755.0)) .unwrap() .length, 977.564 ); } #[test] fn aurora_merged_lyewvynstr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1006.0, 588.0), Vec2::new(51.0, 541.0)) .unwrap() .length, 982.381 ); } #[test] fn aurora_merged_nybmduhizj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1012.0, 444.0), Vec2::new(58.0, 516.0)) .unwrap() .length, 982.302 ); } #[test] fn aurora_merged_dyvisjkblk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(124.0, 713.0), Vec2::new(983.0, 361.0)) .unwrap() .length, 992.807 ); } #[test] fn aurora_merged_bpwmficxuz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 127.0), Vec2::new(243.0, 707.0)) .unwrap() .length, 982.288 ); } #[test] fn aurora_merged_jisyafxfff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(782.0, 195.0), Vec2::new(275.0, 646.0)) .unwrap() .length, 979.082 ); } #[test] fn aurora_merged_ppguccegeu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(596.0, 728.0), Vec2::new(791.0, 78.0)) .unwrap() .length, 977.525 ); } #[test] fn aurora_merged_xtismmsdii() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(979.0, 589.0), Vec2::new(269.0, 100.0)) .unwrap() .length, 968.371 ); } #[test] fn aurora_merged_nulmetxbxy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(625.0, 128.0), Vec2::new(403.0, 713.0)) .unwrap() .length, 979.638 ); } #[test] fn aurora_merged_chipjfxwns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(795.0, 263.0), Vec2::new(261.0, 642.0)) .unwrap() .length, 981.232 ); } #[test] fn aurora_merged_bktulyimxr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(106.0, 612.0), Vec2::new(738.0, 282.0)) .unwrap() .length, 977.24 ); } #[test] fn aurora_merged_qfhrsnxhap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(106.0, 624.0), Vec2::new(760.0, 119.0)) .unwrap() .length, 983.087 ); } #[test] fn aurora_merged_fwckfthhkg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(803.0, 152.0), Vec2::new(123.0, 599.0)) .unwrap() .length, 990.046 ); } #[test] fn aurora_merged_pbynqgcskc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(42.0, 566.0), Vec2::new(793.0, 275.0)) .unwrap() .length, 980.163 ); } #[test] fn aurora_merged_wldpudlvpm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(979.0, 363.0), Vec2::new(83.0, 496.0)) .unwrap() .length, 985.647 ); } #[test] fn aurora_merged_zohwlmtnhp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(857.0, 598.0), Vec2::new(185.0, 131.0)) .unwrap() .length, 978.562 ); } #[test] fn aurora_merged_vccsbrynja() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(823.0, 127.0), Vec2::new(8.0, 502.0)) .unwrap() .length, 971.566 ); } #[test] fn aurora_merged_rlqjrofdes() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(833.0, 105.0), Vec2::new(397.0, 683.0)) .unwrap() .length, 985.181 ); } #[test] fn aurora_merged_noryvyaefl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(398.0, 125.0), Vec2::new(369.0, 713.0)) .unwrap() .length, 989.761 ); } #[test] fn aurora_merged_ndvjmcwral() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(140.0, 585.0), Vec2::new(799.0, 87.0)) .unwrap() .length, 976.889 ); } #[test] fn aurora_merged_watzphdunz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(834.0, 329.0), Vec2::new(24.0, 646.0)) .unwrap() .length, 971.856 ); } #[test] fn aurora_merged_kiiqxrqgbc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(702.0, 214.0), Vec2::new(171.0, 700.0)) .unwrap() .length, 978.893 ); } #[test] fn aurora_merged_cahnnicmup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(849.0, 430.0), Vec2::new(28.0, 598.0)) .unwrap() .length, 978.599 ); } #[test] fn aurora_merged_eccjdvirhb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(792.0, 97.0), Vec2::new(131.0, 603.0)) .unwrap() .length, 986.148 ); } #[test] fn aurora_merged_nwmgyfdrcb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(650.0, 57.0), Vec2::new(722.0, 685.0)) .unwrap() .length, 990.38 ); } #[test] fn aurora_merged_tvfbkyetoh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(964.0, 349.0), Vec2::new(135.0, 675.0)) .unwrap() .length, 995.156 ); } #[test] fn aurora_merged_lhueoiyljj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(283.0, 685.0), Vec2::new(580.0, 44.0)) .unwrap() .length, 984.101 ); } #[test] fn aurora_merged_ebpocctvdw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(20.0, 171.0), Vec2::new(769.0, 718.0)) .unwrap() .length, 981.948 ); } #[test] fn aurora_merged_inmqupmkfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1016.0, 381.0), Vec2::new(142.0, 680.0)) .unwrap() .length, 994.584 ); } #[test] fn aurora_merged_vymryuiknw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(939.0, 357.0), Vec2::new(99.0, 602.0)) .unwrap() .length, 986.219 ); } #[test] fn aurora_merged_irlpfkpbur() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(748.0, 145.0), Vec2::new(287.0, 693.0)) .unwrap() .length, 991.334 ); } #[test] fn aurora_merged_xvhkzdatqd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(339.0, 612.0), Vec2::new(757.0, 82.0)) .unwrap() .length, 978.567 ); } #[test] fn aurora_merged_ozvjcnhjzu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(282.0, 692.0), Vec2::new(743.0, 126.0)) .unwrap() .length, 990.931 ); } #[test] fn aurora_merged_pbllfkzmia() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(391.0, 721.0), Vec2::new(374.0, 107.0)) .unwrap() .length, 997.016 ); } #[test] fn aurora_merged_aseeuawdvw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(301.0, 97.0), Vec2::new(745.0, 671.0)) .unwrap() .length, 991.751 ); } #[test] fn aurora_merged_lvvqesqxlt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(678.0, 249.0), Vec2::new(178.0, 722.0)) .unwrap() .length, 987.037 ); } #[test] fn aurora_merged_dcvkpoguwo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(198.0, 681.0), Vec2::new(728.0, 210.0)) .unwrap() .length, 991.765 ); } #[test] fn aurora_merged_szibdgnhae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(699.0, 163.0), Vec2::new(289.0, 725.0)) .unwrap() .length, 995.027 ); } #[test] fn aurora_merged_zmisxsbyht() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(899.0, 339.0), Vec2::new(54.0, 578.0)) .unwrap() .length, 984.014 ); } #[test] fn aurora_merged_ppcifuddbn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(959.0, 641.0), Vec2::new(245.0, 234.0)) .unwrap() .length, 995.78 ); } #[test] fn aurora_merged_wuzgxgoiac() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(924.0, 640.0), Vec2::new(238.0, 134.0)) .unwrap() .length, 986.483 ); } #[test] fn aurora_merged_sbymirbruq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(183.0, 92.0), Vec2::new(528.0, 706.0)) .unwrap() .length, 991.404 ); } #[test] fn aurora_merged_linugahtrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(2.0, 609.0), Vec2::new(957.0, 460.0)) .unwrap() .length, 991.871 ); } #[test] fn aurora_merged_ypnvqodpgr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1016.0, 581.0), Vec2::new(121.0, 327.0)) .unwrap() .length, 983.865 ); } #[test] fn aurora_merged_sloarfedam() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(945.0, 569.0), Vec2::new(245.0, 26.0)) .unwrap() .length, 984.542 ); } #[test] fn aurora_merged_zahcctcson() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(744.0, 175.0), Vec2::new(58.0, 628.0)) .unwrap() .length, 1000.5947 ); } #[test] fn aurora_merged_utzbaerofi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(89.0, 481.0), Vec2::new(1009.0, 431.0)) .unwrap() .length, 996.728 ); } #[test] fn aurora_merged_ajxgpdryhx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(262.0, 726.0), Vec2::new(710.0, 212.0)) .unwrap() .length, 991.659 ); } #[test] fn aurora_merged_qrfjvyrgsj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(277.0, 728.0), Vec2::new(713.0, 176.0)) .unwrap() .length, 1000.6979 ); } #[test] fn aurora_merged_mplapdhkyx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(510.0, 46.0), Vec2::new(532.0, 699.0)) .unwrap() .length, 995.914 ); } #[test] fn aurora_merged_mequqewfki() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(233.0, 198.0), Vec2::new(919.0, 657.0)) .unwrap() .length, 999.093 ); } #[test] fn aurora_merged_kphmsrgnzu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(737.0, 232.0), Vec2::new(351.0, 639.0)) .unwrap() .length, 988.227 ); } #[test] fn aurora_merged_bgoftyecoe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(367.0, 704.0), Vec2::new(782.0, 155.0)) .unwrap() .length, 998.706 ); } #[test] fn aurora_merged_lhyubnnftl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(688.0, 210.0), Vec2::new(82.0, 687.0)) .unwrap() .length, 995.845 ); } #[test] fn aurora_merged_ncthpmtfwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(996.0, 423.0), Vec2::new(79.0, 573.0)) .unwrap() .length, 999.01 ); } #[test] fn aurora_merged_xysskcekzr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(373.0, 685.0), Vec2::new(715.0, 140.0)) .unwrap() .length, 998.232 ); } #[test] fn aurora_merged_wvwemdxtlj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(816.0, 120.0), Vec2::new(381.0, 702.0)) .unwrap() .length, 1000.6705 ); } #[test] fn aurora_merged_emppewiede() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(298.0, 48.0), Vec2::new(776.0, 678.0)) .unwrap() .length, 996.3369 ); } #[test] fn aurora_merged_zdpgsmcjvf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1008.0, 404.0), Vec2::new(116.0, 714.0)) .unwrap() .length, 1009.6711 ); } #[test] fn aurora_merged_qpebnkmvby() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(87.0, 444.0), Vec2::new(955.0, 439.0)) .unwrap() .length, 993.6116 ); } #[test] fn aurora_merged_cpfpthivun() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(133.0, 671.0), Vec2::new(901.0, 276.0)) .unwrap() .length, 991.90805 ); } #[test] fn aurora_merged_qdwrneyvoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(997.0, 402.0), Vec2::new(63.0, 406.0)) .unwrap() .length, 994.78382 ); } #[test] fn aurora_merged_uucrrrxyxe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(103.0, 554.0), Vec2::new(802.0, 214.0)) .unwrap() .length, 997.61857 ); } #[test] fn aurora_merged_wxaxrrkhhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(777.0, 244.0), Vec2::new(192.0, 666.0)) .unwrap() .length, 999.93201 ); } #[test] fn aurora_merged_onlpdumhzo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(564.0, 30.0), Vec2::new(3.0, 603.0)) .unwrap() .length, 994.40793 ); } #[test] fn aurora_merged_qopihpykql() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 93.0), Vec2::new(733.0, 621.0)) .unwrap() .length, 993.39839 ); } #[test] fn aurora_merged_smyiednvkw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(696.0, 144.0), Vec2::new(1.0, 609.0)) .unwrap() .length, 997.58055 ); } #[test] fn aurora_merged_bftmfyuktv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(968.0, 355.0), Vec2::new(39.0, 511.0)) .unwrap() .length, 1007.6115 ); } #[test] fn aurora_merged_iezfgesqgx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(791.0, 96.0), Vec2::new(116.0, 609.0)) .unwrap() .length, 1000.729 ); } #[test] fn aurora_merged_axaqiygsfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 541.0), Vec2::new(981.0, 422.0)) .unwrap() .length, 1000.9445 ); } #[test] fn aurora_merged_evvflpbxnh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(842.0, 117.0), Vec2::new(242.0, 613.0)) .unwrap() .length, 1002.2897 ); } #[test] fn aurora_merged_enyzivenpn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(731.0, 707.0), Vec2::new(77.0, 178.0)) .unwrap() .length, 994.75795 ); } #[test] fn aurora_merged_elxsfhxbrd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(730.0, 44.0), Vec2::new(215.0, 683.0)) .unwrap() .length, 1005.657 ); } #[test] fn aurora_merged_prodywiphp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(371.0, 125.0), Vec2::new(596.0, 719.0)) .unwrap() .length, 1006.3103 ); } #[test] fn aurora_merged_kczhyucezn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(3.0, 161.0), Vec2::new(882.0, 621.0)) .unwrap() .length, 996.874 ); } #[test] fn aurora_merged_jtlzmvsjpq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(688.0, 68.0), Vec2::new(34.0, 653.0)) .unwrap() .length, 1003.2607 ); } #[test] fn aurora_merged_atbffxxlog() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(33.0, 193.0), Vec2::new(938.0, 538.0)) .unwrap() .length, 997.98276 ); } #[test] fn aurora_merged_xayjbgcbyc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(990.0, 335.0), Vec2::new(16.0, 173.0)) .unwrap() .length, 1008.9775 ); } #[test] fn aurora_merged_rznxdqthns() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1021.0, 302.0), Vec2::new(37.0, 198.0)) .unwrap() .length, 1014.8737 ); } #[test] fn aurora_merged_xztopxuipu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(724.0, 47.0), Vec2::new(519.0, 699.0)) .unwrap() .length, 1002.3511 ); } #[test] fn aurora_merged_gogfzbgliu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(350.0, 737.0), Vec2::new(708.0, 181.0)) .unwrap() .length, 998.59063 ); } #[test] fn aurora_merged_thkvqbnjjd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(954.0, 572.0), Vec2::new(14.0, 330.0)) .unwrap() .length, 1002.4995 ); } #[test] fn aurora_merged_chxbrarifj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(427.0, 688.0), Vec2::new(495.0, 37.0)) .unwrap() .length, 1018.9221 ); } #[test] fn aurora_merged_dzybcewmyz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1006.0, 336.0), Vec2::new(126.0, 715.0)) .unwrap() .length, 1024.5258 ); } #[test] fn aurora_merged_zlrncwpefc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(839.0, 96.0), Vec2::new(103.0, 513.0)) .unwrap() .length, 1002.4129 ); } #[test] fn aurora_merged_hnifvxqham() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(738.0, 167.0), Vec2::new(56.0, 668.0)) .unwrap() .length, 1021.4663 ); } #[test] fn aurora_merged_vbcicspwha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(997.0, 301.0), Vec2::new(17.0, 180.0)) .unwrap() .length, 1016.2511 ); } #[test] fn aurora_merged_dqeyichdiu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 142.0), Vec2::new(860.0, 637.0)) .unwrap() .length, 999.89383 ); } #[test] fn aurora_merged_vyvheouwnu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(601.0, 41.0), Vec2::new(742.0, 678.0)) .unwrap() .length, 1012.7972 ); } #[test] fn aurora_merged_gwvayujwmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(768.0, 588.0), Vec2::new(142.0, 109.0)) .unwrap() .length, 999.31555 ); } #[test] fn aurora_merged_srupmthfqx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(363.0, 662.0), Vec2::new(736.0, 120.0)) .unwrap() .length, 1006.4688 ); } #[test] fn aurora_merged_pwcojuhzih() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(901.0, 655.0), Vec2::new(208.0, 222.0)) .unwrap() .length, 1002.1547 ); } #[test] fn aurora_merged_qgodttzzkk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(959.0, 286.0), Vec2::new(101.0, 552.0)) .unwrap() .length, 1003.2709 ); } #[test] fn aurora_merged_jutfdmnshi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(592.0, 685.0), Vec2::new(523.0, 28.0)) .unwrap() .length, 1009.886 ); } #[test] fn aurora_merged_ozqcejqrgx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 692.0), Vec2::new(620.0, 54.0)) .unwrap() .length, 1012.9085 ); } #[test] fn aurora_merged_oseuoehmfj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(743.0, 675.0), Vec2::new(58.0, 152.0)) .unwrap() .length, 1009.1445 ); } #[test] fn aurora_merged_juremniwgt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 659.0), Vec2::new(789.0, 146.0)) .unwrap() .length, 1020.0086 ); } #[test] fn aurora_merged_axlvrsyins() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(813.0, 204.0), Vec2::new(114.0, 605.0)) .unwrap() .length, 1006.599 ); } #[test] fn aurora_merged_gpecbbvcec() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 698.0), Vec2::new(785.0, 220.0)) .unwrap() .length, 1010.17 ); } #[test] fn aurora_merged_czmrtbkeaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(991.0, 325.0), Vec2::new(12.0, 442.0)) .unwrap() .length, 1024.4687 ); } #[test] fn aurora_merged_cabmdwikjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(49.0, 582.0), Vec2::new(753.0, 109.0)) .unwrap() .length, 1007.5878 ); } #[test] fn aurora_merged_bqkblytwrk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(276.0, 29.0), Vec2::new(589.0, 676.0)) .unwrap() .length, 1009.2622 ); } #[test] fn aurora_merged_jmnztmwwcn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(981.0, 397.0), Vec2::new(30.0, 425.0)) .unwrap() .length, 1018.7957 ); } #[test] fn aurora_merged_rfbslayvlr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(204.0, 150.0), Vec2::new(951.0, 615.0)) .unwrap() .length, 1017.1941 ); } #[test] fn aurora_merged_cuemoawpkd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(381.0, 669.0), Vec2::new(602.0, 36.0)) .unwrap() .length, 1015.8513 ); } #[test] fn aurora_merged_ulmkbbetbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(732.0, 264.0), Vec2::new(63.0, 623.0)) .unwrap() .length, 1011.1207 ); } #[test] fn aurora_merged_hfopunbdku() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(287.0, 38.0), Vec2::new(657.0, 689.0)) .unwrap() .length, 1020.4903 ); } #[test] fn aurora_merged_yanetscsaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 615.0), Vec2::new(962.0, 325.0)) .unwrap() .length, 1010.8377 ); } #[test] fn aurora_merged_dbcbkjozut() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(79.0, 682.0), Vec2::new(705.0, 101.0)) .unwrap() .length, 1014.833 ); } #[test] fn aurora_merged_mwgwmzvmmv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(880.0, 580.0), Vec2::new(62.0, 183.0)) .unwrap() .length, 1004.4071 ); } #[test] fn aurora_merged_zrzxvmunrw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(281.0, 93.0), Vec2::new(604.0, 715.0)) .unwrap() .length, 1016.5928 ); } #[test] fn aurora_merged_epdfwpjjxl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(997.0, 420.0), Vec2::new(89.0, 659.0)) .unwrap() .length, 1028.8545 ); } #[test] fn aurora_merged_fwumqhdqfy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(876.0, 166.0), Vec2::new(117.0, 554.0)) .unwrap() .length, 1014.7948 ); } #[test] fn aurora_merged_rbcbkidrsw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(735.0, 254.0), Vec2::new(90.0, 662.0)) .unwrap() .length, 1018.8879 ); } #[test] fn aurora_merged_zgsfpzzpps() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(726.0, 92.0), Vec2::new(171.0, 695.0)) .unwrap() .length, 1013.5684 ); } #[test] fn aurora_merged_oxsexuynni() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(884.0, 142.0), Vec2::new(284.0, 583.0)) .unwrap() .length, 1027.3267 ); } #[test] fn aurora_merged_snpilvedpa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(328.0, 667.0), Vec2::new(788.0, 158.0)) .unwrap() .length, 1030.0145 ); } #[test] fn aurora_merged_ghqnjszyst() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(981.0, 575.0), Vec2::new(237.0, 65.0)) .unwrap() .length, 1012.0565 ); } #[test] fn aurora_merged_tdydurltqb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(884.0, 131.0), Vec2::new(371.0, 653.0)) .unwrap() .length, 1021.6322 ); } #[test] fn aurora_merged_yphvhcsztv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(392.0, 686.0), Vec2::new(708.0, 108.0)) .unwrap() .length, 1018.3937 ); } #[test] fn aurora_merged_shmqznfuoc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(5.0, 526.0), Vec2::new(947.0, 358.0)) .unwrap() .length, 1028.2151 ); } #[test] fn aurora_merged_barvvfmlhn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(162.0, 621.0), Vec2::new(822.0, 128.0)) .unwrap() .length, 1018.9767 ); } #[test] fn aurora_merged_kvonvwdwfr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(242.0, 90.0), Vec2::new(338.0, 748.0)) .unwrap() .length, 1018.9908 ); } #[test] fn aurora_merged_nmkyqityei() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(627.0, 738.0), Vec2::new(120.0, 171.0)) .unwrap() .length, 1026.9651 ); } #[test] fn aurora_merged_bqwzfafaee() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(980.0, 408.0), Vec2::new(1.0, 376.0)) .unwrap() .length, 1028.7121 ); } #[test] fn aurora_merged_xrdhnftxdo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 598.0), Vec2::new(980.0, 292.0)) .unwrap() .length, 1015.4153 ); } #[test] fn aurora_merged_odmrgstxyo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(829.0, 179.0), Vec2::new(162.0, 636.0)) .unwrap() .length, 1029.1984 ); } #[test] fn aurora_merged_ekjelhsauq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(686.0, 705.0), Vec2::new(538.0, 32.0)) .unwrap() .length, 1023.8319 ); } #[test] fn aurora_merged_cgxondifjb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(833.0, 158.0), Vec2::new(158.0, 645.0)) .unwrap() .length, 1034.0333 ); } #[test] fn aurora_merged_kqxmvmsxig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(109.0, 174.0), Vec2::new(783.0, 708.0)) .unwrap() .length, 1017.7859 ); } #[test] fn aurora_merged_edwaypebuh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(165.0, 134.0), Vec2::new(983.0, 561.0)) .unwrap() .length, 1018.7645 ); } #[test] fn aurora_merged_tjlbsswhgd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(932.0, 606.0), Vec2::new(188.0, 122.0)) .unwrap() .length, 1021.7925 ); } #[test] fn aurora_merged_mrzkdcmjza() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(622.0, 734.0), Vec2::new(648.0, 61.0)) .unwrap() .length, 1032.5187 ); } #[test] fn aurora_merged_uifbmmdmcg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 682.0), Vec2::new(741.0, 156.0)) .unwrap() .length, 1034.5237 ); } #[test] fn aurora_merged_vusdxxxnba() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(541.0, 720.0), Vec2::new(739.0, 46.0)) .unwrap() .length, 1028.0938 ); } #[test] fn aurora_merged_jrlsavuylv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1000.0, 305.0), Vec2::new(130.0, 633.0)) .unwrap() .length, 1042.2494 ); } #[test] fn aurora_merged_fynzeeuhjz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(341.0, 748.0), Vec2::new(378.0, 132.0)) .unwrap() .length, 1031.5485 ); } #[test] fn aurora_merged_ivguinjtbg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(274.0, 746.0), Vec2::new(700.0, 264.0)) .unwrap() .length, 1026.2939 ); } #[test] fn aurora_merged_yuqffhkdct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(886.0, 138.0), Vec2::new(375.0, 724.0)) .unwrap() .length, 1020.6364 ); } #[test] fn aurora_merged_vryjdnrbta() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(944.0, 423.0), Vec2::new(42.0, 498.0)) .unwrap() .length, 1029.9101 ); } #[test] fn aurora_merged_gnrlstmcfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(874.0, 687.0), Vec2::new(254.0, 63.0)) .unwrap() .length, 1024.2445 ); } #[test] fn aurora_merged_pokablutef() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(874.0, 378.0), Vec2::new(24.0, 678.0)) .unwrap() .length, 1025.7853 ); } #[test] fn aurora_merged_valfurpzre() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(799.0, 196.0), Vec2::new(272.0, 677.0)) .unwrap() .length, 1028.992 ); } #[test] fn aurora_merged_kxieopvstp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(372.0, 666.0), Vec2::new(796.0, 90.0)) .unwrap() .length, 1035.3108 ); } #[test] fn aurora_merged_yoheofksfc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(511.0, 43.0), Vec2::new(635.0, 715.0)) .unwrap() .length, 1036.4987 ); } #[test] fn aurora_merged_tyxplximxl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(285.0, 702.0), Vec2::new(758.0, 85.0)) .unwrap() .length, 1025.3019 ); } #[test] fn aurora_merged_vivfnatbah() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(53.0, 200.0), Vec2::new(970.0, 633.0)) .unwrap() .length, 1018.7662 ); } #[test] fn aurora_merged_vhrewswebe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(470.0, 52.0), Vec2::new(385.0, 719.0)) .unwrap() .length, 1039.9285 ); } #[test] fn aurora_merged_rgyqkjhejb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(946.0, 635.0), Vec2::new(222.0, 123.0)) .unwrap() .length, 1028.4326 ); } #[test] fn aurora_merged_pctnscvrvq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(942.0, 564.0), Vec2::new(147.0, 144.0)) .unwrap() .length, 1029.0294 ); } #[test] fn aurora_merged_dthbuxghgy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(635.0, 739.0), Vec2::new(155.0, 120.0)) .unwrap() .length, 1033.738 ); } #[test] fn aurora_merged_hfkknxhpkx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(629.0, 736.0), Vec2::new(186.0, 110.0)) .unwrap() .length, 1040.1032 ); } #[test] fn aurora_merged_atpeksecww() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(76.0, 663.0), Vec2::new(759.0, 130.0)) .unwrap() .length, 1038.0811 ); } #[test] fn aurora_merged_gwdqtbcrup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(625.0, 728.0), Vec2::new(81.0, 147.0)) .unwrap() .length, 1036.1352 ); } #[test] fn aurora_merged_lvmxzqodrp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(580.0, 685.0), Vec2::new(181.0, 79.0)) .unwrap() .length, 1038.3029 ); } #[test] fn aurora_merged_noruiaolxx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(913.0, 533.0), Vec2::new(106.0, 123.0)) .unwrap() .length, 1030.9363 ); } #[test] fn aurora_merged_arjwntinue() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(71.0, 132.0), Vec2::new(621.0, 724.0)) .unwrap() .length, 1036.9646 ); } #[test] fn aurora_merged_thismgrrct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(49.0, 510.0), Vec2::new(1020.0, 312.0)) .unwrap() .length, 1042.9785 ); } #[test] fn aurora_merged_yeigiykobe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(800.0, 196.0), Vec2::new(119.0, 657.0)) .unwrap() .length, 1042.7508 ); } #[test] fn aurora_merged_qwlnvxopit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(751.0, 691.0), Vec2::new(74.0, 187.0)) .unwrap() .length, 1028.1199 ); } #[test] fn aurora_merged_ieztesoozb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(914.0, 248.0), Vec2::new(151.0, 699.0)) .unwrap() .length, 1025.585 ); } #[test] fn aurora_merged_bzxopdispa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(817.0, 245.0), Vec2::new(189.0, 695.0)) .unwrap() .length, 1033.2575 ); } #[test] fn aurora_merged_nmzjojfmam() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(999.0, 304.0), Vec2::new(26.0, 521.0)) .unwrap() .length, 1047.6106 ); } #[test] fn aurora_merged_cfdfznscio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(995.0, 341.0), Vec2::new(7.0, 483.0)) .unwrap() .length, 1042.689 ); } #[test] fn aurora_merged_sajzlcthcr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(593.0, 721.0), Vec2::new(192.0, 131.0)) .unwrap() .length, 1039.5355 ); } #[test] fn aurora_merged_dhnqqzster() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(189.0, 114.0), Vec2::new(736.0, 685.0)) .unwrap() .length, 1037.6433 ); } #[test] fn aurora_merged_iqpwhpegff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 686.0), Vec2::new(752.0, 175.0)) .unwrap() .length, 1049.59 ); } #[test] fn aurora_merged_tnbnaufyop() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(742.0, 126.0), Vec2::new(181.0, 727.0)) .unwrap() .length, 1040.2008 ); } #[test] fn aurora_merged_elnhgrdjmp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(135.0, 680.0), Vec2::new(794.0, 190.0)) .unwrap() .length, 1043.9505 ); } #[test] fn aurora_merged_ewlrbxwtpe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(630.0, 60.0), Vec2::new(398.0, 707.0)) .unwrap() .length, 1043.8218 ); } #[test] fn aurora_merged_ubulloixrp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(814.0, 181.0), Vec2::new(127.0, 638.0)) .unwrap() .length, 1041.7375 ); } #[test] fn aurora_merged_hathhacvjb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(704.0, 66.0), Vec2::new(0.0, 614.0)) .unwrap() .length, 1029.4557 ); } #[test] fn aurora_merged_opabxwmxzo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(714.0, 230.0), Vec2::new(18.0, 669.0)) .unwrap() .length, 1038.0273 ); } #[test] fn aurora_merged_wlkgkudvub() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(429.0, 703.0), Vec2::new(521.0, 32.0)) .unwrap() .length, 1045.7003 ); } #[test] fn aurora_merged_yedoiiayab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(856.0, 156.0), Vec2::new(228.0, 642.0)) .unwrap() .length, 1057.4308 ); } #[test] fn aurora_merged_cayrtuyytr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(899.0, 159.0), Vec2::new(109.0, 544.0)) .unwrap() .length, 1041.8984 ); } #[test] fn aurora_merged_jjbahtawfg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(916.0, 561.0), Vec2::new(142.0, 97.0)) .unwrap() .length, 1033.6165 ); } #[test] fn aurora_merged_fyqpzillnc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(189.0, 137.0), Vec2::new(953.0, 623.0)) .unwrap() .length, 1040.3236 ); } #[test] fn aurora_merged_taramoqzlk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(154.0, 149.0), Vec2::new(924.0, 615.0)) .unwrap() .length, 1038.5857 ); } #[test] fn aurora_merged_tbmnwkgtvd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(304.0, 654.0), Vec2::new(808.0, 120.0)) .unwrap() .length, 1039.4372 ); } #[test] fn aurora_merged_lxkfzhcaip() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(396.0, 110.0), Vec2::new(335.0, 738.0)) .unwrap() .length, 1046.1984 ); } #[test] fn aurora_merged_ohrtrvgzqn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(763.0, 279.0), Vec2::new(53.0, 592.0)) .unwrap() .length, 1036.1649 ); } #[test] fn aurora_merged_lqpfgzwpon() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(40.0, 649.0), Vec2::new(748.0, 98.0)) .unwrap() .length, 1043.5326 ); } #[test] fn aurora_merged_yjswofvffk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(115.0, 114.0), Vec2::new(671.0, 718.0)) .unwrap() .length, 1045.7259 ); } #[test] fn aurora_merged_iuumziiqny() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(801.0, 699.0), Vec2::new(102.0, 134.0)) .unwrap() .length, 1037.3738 ); } #[test] fn aurora_merged_myrcughvhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 668.0), Vec2::new(972.0, 294.0)) .unwrap() .length, 1050.5965 ); } #[test] fn aurora_merged_upwvbmmzpk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(870.0, 125.0), Vec2::new(129.0, 590.0)) .unwrap() .length, 1051.3635 ); } #[test] fn aurora_merged_msblcpecaq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(0.0, 473.0), Vec2::new(905.0, 171.0)) .unwrap() .length, 1048.11 ); } #[test] fn aurora_merged_gdbawzmtsn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 271.0), Vec2::new(118.0, 649.0)) .unwrap() .length, 1044.3065 ); } #[test] fn aurora_merged_ypkoorkomf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(34.0, 460.0), Vec2::new(1008.0, 345.0)) .unwrap() .length, 1055.8405 ); } #[test] fn aurora_merged_xeusaifqvl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(113.0, 644.0), Vec2::new(790.0, 76.0)) .unwrap() .length, 1040.8908 ); } #[test] fn aurora_merged_nwtqayqdon() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(655.0, 720.0), Vec2::new(261.0, 29.0)) .unwrap() .length, 1048.328 ); } #[test] fn aurora_merged_sbpybkdkyl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(395.0, 627.0), Vec2::new(791.0, 62.0)) .unwrap() .length, 1045.6776 ); } #[test] fn aurora_merged_kixbjafziz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(214.0, 642.0), Vec2::new(865.0, 147.0)) .unwrap() .length, 1058.5512 ); } #[test] fn aurora_merged_tcjjkkokfe() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(89.0, 561.0), Vec2::new(886.0, 172.0)) .unwrap() .length, 1046.5966 ); } #[test] fn aurora_merged_qqzraxohem() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(117.0, 147.0), Vec2::new(856.0, 694.0)) .unwrap() .length, 1044.3686 ); } #[test] fn aurora_merged_zfogyyeylc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(220.0, 73.0), Vec2::new(902.0, 655.0)) .unwrap() .length, 1046.2102 ); } #[test] fn aurora_merged_enjxxpsedx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 715.0), Vec2::new(236.0, 83.0)) .unwrap() .length, 1049.9614 ); } #[test] fn aurora_merged_mfnvomjatr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(608.0, 711.0), Vec2::new(83.0, 137.0)) .unwrap() .length, 1047.461 ); } #[test] fn aurora_merged_jnkkbxzuff() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(71.0, 530.0), Vec2::new(1015.0, 318.0)) .unwrap() .length, 1054.8325 ); } #[test] fn aurora_merged_mulqtmubfq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(112.0, 173.0), Vec2::new(934.0, 561.0)) .unwrap() .length, 1051.85 ); } #[test] fn aurora_merged_jnpmkgyspy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1002.0, 425.0), Vec2::new(74.0, 688.0)) .unwrap() .length, 1057.3649 ); } #[test] fn aurora_merged_ccsjrcjoeq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(361.0, 735.0), Vec2::new(465.0, 63.0)) .unwrap() .length, 1057.2282 ); } #[test] fn aurora_merged_vgglfhagxc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1014.0, 306.0), Vec2::new(116.0, 674.0)) .unwrap() .length, 1062.6103 ); } #[test] fn aurora_merged_oiztvembox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(588.0, 721.0), Vec2::new(659.0, 66.0)) .unwrap() .length, 1050.7028 ); } #[test] fn aurora_merged_rihacydqnl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(809.0, 102.0), Vec2::new(58.0, 567.0)) .unwrap() .length, 1050.5933 ); } #[test] fn aurora_merged_wplqwymxtw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(68.0, 550.0), Vec2::new(899.0, 162.0)) .unwrap() .length, 1059.9533 ); } #[test] fn aurora_merged_zxvbokmbjo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(857.0, 690.0), Vec2::new(76.0, 160.0)) .unwrap() .length, 1046.0208 ); } #[test] fn aurora_merged_xafceqhvuz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(836.0, 250.0), Vec2::new(136.0, 703.0)) .unwrap() .length, 1046.3291 ); } #[test] fn aurora_merged_iprdvalmqg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(736.0, 123.0), Vec2::new(14.0, 655.0)) .unwrap() .length, 1051.9877 ); } #[test] fn aurora_merged_lwltmkatma() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(32.0, 165.0), Vec2::new(928.0, 650.0)) .unwrap() .length, 1042.3754 ); } #[test] fn aurora_merged_itlvpajcwo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(329.0, 743.0), Vec2::new(414.0, 79.0)) .unwrap() .length, 1059.1344 ); } #[test] fn aurora_merged_aqgseghwpv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(869.0, 235.0), Vec2::new(16.0, 639.0)) .unwrap() .length, 1049.7446 ); } #[test] fn aurora_merged_hmhfazaajh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(841.0, 144.0), Vec2::new(127.0, 658.0)) .unwrap() .length, 1073.0762 ); } #[test] fn aurora_merged_iqoxaqwfdh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(148.0, 563.0), Vec2::new(940.0, 153.0)) .unwrap() .length, 1047.8525 ); } #[test] fn aurora_merged_wrwtzexirf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 130.0), Vec2::new(970.0, 606.0)) .unwrap() .length, 1052.5179 ); } #[test] fn aurora_merged_dvuorlrrdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(172.0, 697.0), Vec2::new(770.0, 238.0)) .unwrap() .length, 1052.5848 ); } #[test] fn aurora_merged_lsxgvgcyax() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(48.0, 664.0), Vec2::new(927.0, 329.0)) .unwrap() .length, 1057.0439 ); } #[test] fn aurora_merged_pgljincpvv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(677.0, 714.0), Vec2::new(555.0, 19.0)) .unwrap() .length, 1057.1375 ); } #[test] fn aurora_merged_wheuhptjhf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 656.0), Vec2::new(820.0, 88.0)) .unwrap() .length, 1060.0573 ); } #[test] fn aurora_merged_mxapihrluw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(838.0, 99.0), Vec2::new(83.0, 561.0)) .unwrap() .length, 1053.9903 ); } #[test] fn aurora_merged_mnutchljrb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(384.0, 699.0), Vec2::new(547.0, 27.0)) .unwrap() .length, 1057.9248 ); } #[test] fn aurora_merged_fhfjavvtea() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(796.0, 98.0), Vec2::new(309.0, 695.0)) .unwrap() .length, 1056.4009 ); } #[test] fn aurora_merged_ninjrcider() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(940.0, 433.0), Vec2::new(15.0, 167.0)) .unwrap() .length, 1066.2878 ); } #[test] fn aurora_merged_kfbgnopfln() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(0.0, 607.0), Vec2::new(873.0, 235.0)) .unwrap() .length, 1054.2336 ); } #[test] fn aurora_merged_ynxdgwjtuv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(753.0, 76.0), Vec2::new(132.0, 724.0)) .unwrap() .length, 1055.0198 ); } #[test] fn aurora_merged_lxvjztipfs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(872.0, 136.0), Vec2::new(229.0, 635.0)) .unwrap() .length, 1071.2331 ); } #[test] fn aurora_merged_ojxwwraspa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(363.0, 102.0), Vec2::new(335.0, 745.0)) .unwrap() .length, 1068.0746 ); } #[test] fn aurora_merged_qiofcmceqj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(960.0, 587.0), Vec2::new(11.0, 168.0)) .unwrap() .length, 1052.2824 ); } #[test] fn aurora_merged_wfvaemhiyk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(776.0, 198.0), Vec2::new(141.0, 727.0)) .unwrap() .length, 1063.5421 ); } #[test] fn aurora_merged_oltqmplhdm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(582.0, 34.0), Vec2::new(638.0, 703.0)) .unwrap() .length, 1063.2197 ); } #[test] fn aurora_merged_pnupvcjtif() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(354.0, 707.0), Vec2::new(908.0, 139.0)) .unwrap() .length, 1058.5008 ); } #[test] fn aurora_merged_ogdtlapskf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1017.0, 433.0), Vec2::new(34.0, 424.0)) .unwrap() .length, 1064.2754 ); } #[test] fn aurora_merged_ecknqdzvgn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(347.0, 731.0), Vec2::new(168.0, 97.0)) .unwrap() .length, 1060.2302 ); } #[test] fn aurora_merged_rcntlgrouv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 278.0), Vec2::new(14.0, 642.0)) .unwrap() .length, 1057.5821 ); } #[test] fn aurora_merged_yxqzfjvmjx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(752.0, 138.0), Vec2::new(1.0, 631.0)) .unwrap() .length, 1063.6049 ); } #[test] fn aurora_merged_uioausdzoz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(8.0, 581.0), Vec2::new(881.0, 133.0)) .unwrap() .length, 1071.9477 ); } #[test] fn aurora_merged_uxaxfqcdtb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(821.0, 147.0), Vec2::new(280.0, 724.0)) .unwrap() .length, 1062.9317 ); } #[test] fn aurora_merged_bhwutlbnly() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(746.0, 248.0), Vec2::new(288.0, 733.0)) .unwrap() .length, 1061.3282 ); } #[test] fn aurora_merged_zzkiisyqxf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(762.0, 253.0), Vec2::new(111.0, 706.0)) .unwrap() .length, 1061.167 ); } #[test] fn aurora_merged_efnoesutxk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(756.0, 227.0), Vec2::new(14.0, 621.0)) .unwrap() .length, 1061.1829 ); } #[test] fn aurora_merged_jykctquick() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(318.0, 722.0), Vec2::new(861.0, 125.0)) .unwrap() .length, 1068.3091 ); } #[test] fn aurora_merged_hpqwmtalmf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(69.0, 650.0), Vec2::new(942.0, 268.0)) .unwrap() .length, 1060.3116 ); } #[test] fn aurora_merged_yrbsueafgo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(964.0, 435.0), Vec2::new(49.0, 451.0)) .unwrap() .length, 1069.0434 ); } #[test] fn aurora_merged_jnaqruekbr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(939.0, 571.0), Vec2::new(103.0, 174.0)) .unwrap() .length, 1070.1654 ); } #[test] fn aurora_merged_rvkcepsviv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(832.0, 205.0), Vec2::new(141.0, 726.0)) .unwrap() .length, 1071.6588 ); } #[test] fn aurora_merged_wbeysmrhak() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(76.0, 130.0), Vec2::new(927.0, 564.0)) .unwrap() .length, 1062.6823 ); } #[test] fn aurora_merged_mazefrtipu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(926.0, 256.0), Vec2::new(37.0, 615.0)) .unwrap() .length, 1057.5907 ); } #[test] fn aurora_merged_tpdfudsefj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(780.0, 725.0), Vec2::new(99.0, 202.0)) .unwrap() .length, 1063.6161 ); } #[test] fn aurora_merged_itnnzbnary() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(980.0, 588.0), Vec2::new(155.0, 165.0)) .unwrap() .length, 1064.7545 ); } #[test] fn aurora_merged_wdvychvmfz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(18.0, 587.0), Vec2::new(984.0, 439.0)) .unwrap() .length, 1067.1807 ); } #[test] fn aurora_merged_xjwpqtjofi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(40.0, 627.0), Vec2::new(756.0, 60.0)) .unwrap() .length, 1060.2935 ); } #[test] fn aurora_merged_gmshxavcka() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(80.0, 687.0), Vec2::new(769.0, 120.0)) .unwrap() .length, 1076.2361 ); } #[test] fn aurora_merged_iroibvtntn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(23.0, 657.0), Vec2::new(931.0, 354.0)) .unwrap() .length, 1071.8706 ); } #[test] fn aurora_merged_ccjqfuljqs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(337.0, 746.0), Vec2::new(160.0, 103.0)) .unwrap() .length, 1066.6171 ); } #[test] fn aurora_merged_bxatvmgsxj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 118.0), Vec2::new(335.0, 666.0)) .unwrap() .length, 1069.7688 ); } #[test] fn aurora_merged_wphixcmxji() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(897.0, 654.0), Vec2::new(114.0, 192.0)) .unwrap() .length, 1063.7989 ); } #[test] fn aurora_merged_etmfeuxvdb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(34.0, 677.0), Vec2::new(1020.0, 583.0)) .unwrap() .length, 1082.4165 ); } #[test] fn aurora_merged_jgreumqxlo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(987.0, 623.0), Vec2::new(204.0, 100.0)) .unwrap() .length, 1067.4429 ); } #[test] fn aurora_merged_yfggbrbces() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(751.0, 78.0), Vec2::new(96.0, 692.0)) .unwrap() .length, 1068.0877 ); } #[test] fn aurora_merged_jufrafdujr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(65.0, 141.0), Vec2::new(900.0, 674.0)) .unwrap() .length, 1063.7702 ); } #[test] fn aurora_merged_lgzcjguojo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(366.0, 727.0), Vec2::new(684.0, 122.0)) .unwrap() .length, 1074.1009 ); } #[test] fn aurora_merged_xxflnkyqio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(57.0, 448.0), Vec2::new(1002.0, 428.0)) .unwrap() .length, 1077.3664 ); } #[test] fn aurora_merged_dnspgdiylq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(725.0, 48.0), Vec2::new(9.0, 662.0)) .unwrap() .length, 1071.0622 ); } #[test] fn aurora_merged_yuhcfdjegt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(71.0, 170.0), Vec2::new(930.0, 619.0)) .unwrap() .length, 1061.8972 ); } #[test] fn aurora_merged_pwzodplmad() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(866.0, 116.0), Vec2::new(155.0, 654.0)) .unwrap() .length, 1085.53 ); } #[test] fn aurora_merged_suacixanvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(52.0, 639.0), Vec2::new(800.0, 183.0)) .unwrap() .length, 1076.9483 ); } #[test] fn aurora_merged_eaggzuyhcl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(123.0, 162.0), Vec2::new(958.0, 582.0)) .unwrap() .length, 1074.6262 ); } #[test] fn aurora_merged_gtvyqbvblr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 690.0), Vec2::new(788.0, 158.0)) .unwrap() .length, 1089.307 ); } #[test] fn aurora_merged_oqpmobvjlw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(246.0, 722.0), Vec2::new(794.0, 88.0)) .unwrap() .length, 1072.6185 ); } #[test] fn aurora_merged_hujjdsrdpb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(29.0, 605.0), Vec2::new(781.0, 83.0)) .unwrap() .length, 1068.2169 ); } #[test] fn aurora_merged_eksjsgfwjg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(758.0, 277.0), Vec2::new(182.0, 721.0)) .unwrap() .length, 1075.1892 ); } #[test] fn aurora_merged_cvxigsdobj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(136.0, 105.0), Vec2::new(772.0, 680.0)) .unwrap() .length, 1073.0619 ); } #[test] fn aurora_merged_fwonxuegki() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(3.0, 644.0), Vec2::new(745.0, 241.0)) .unwrap() .length, 1070.4251 ); } #[test] fn aurora_merged_vbhdagcxae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(57.0, 642.0), Vec2::new(813.0, 191.0)) .unwrap() .length, 1085.155 ); } #[test] fn aurora_merged_sbzitzeklk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 84.0), Vec2::new(151.0, 681.0)) .unwrap() .length, 1074.3721 ); } #[test] fn aurora_merged_olwtxyoflu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(232.0, 685.0), Vec2::new(852.0, 133.0)) .unwrap() .length, 1089.0184 ); } #[test] fn aurora_merged_tzeaqjicbo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(789.0, 218.0), Vec2::new(155.0, 731.0)) .unwrap() .length, 1079.1427 ); } #[test] fn aurora_merged_viaojylgvu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(47.0, 685.0), Vec2::new(993.0, 341.0)) .unwrap() .length, 1095.0758 ); } #[test] fn aurora_merged_bthojcgvmt() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(179.0, 117.0), Vec2::new(1000.0, 598.0)) .unwrap() .length, 1074.3074 ); } #[test] fn aurora_merged_ojlpbqgraq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(116.0, 705.0), Vec2::new(847.0, 195.0)) .unwrap() .length, 1074.189 ); } #[test] fn aurora_merged_oqhotfgqhb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(864.0, 108.0), Vec2::new(238.0, 662.0)) .unwrap() .length, 1088.5511 ); } #[test] fn aurora_merged_yzoilvnaze() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(36.0, 646.0), Vec2::new(802.0, 140.0)) .unwrap() .length, 1088.3798 ); } #[test] fn aurora_merged_gkgpooltxv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(989.0, 598.0), Vec2::new(152.0, 168.0)) .unwrap() .length, 1079.792 ); } #[test] fn aurora_merged_gtxutwnuie() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(311.0, 699.0), Vec2::new(819.0, 102.0)) .unwrap() .length, 1083.4738 ); } #[test] fn aurora_merged_pdwwodvnaw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(881.0, 230.0), Vec2::new(0.0, 641.0)) .unwrap() .length, 1074.0278 ); } #[test] fn aurora_merged_tlllqqafpu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(961.0, 447.0), Vec2::new(55.0, 453.0)) .unwrap() .length, 1085.2016 ); } #[test] fn aurora_merged_zvmrkbqnxa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(158.0, 125.0), Vec2::new(952.0, 644.0)) .unwrap() .length, 1086.9142 ); } #[test] fn aurora_merged_doawwtyjqa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(846.0, 105.0), Vec2::new(65.0, 566.0)) .unwrap() .length, 1080.5805 ); } #[test] fn aurora_merged_wnjukyvkgy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 91.0), Vec2::new(152.0, 701.0)) .unwrap() .length, 1077.9138 ); } #[test] fn aurora_merged_vpcmbduhwa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(159.0, 705.0), Vec2::new(814.0, 177.0)) .unwrap() .length, 1085.3328 ); } #[test] fn aurora_merged_exvjpgqajr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(110.0, 121.0), Vec2::new(738.0, 684.0)) .unwrap() .length, 1075.9822 ); } #[test] fn aurora_merged_yrpdvsqvzz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(788.0, 159.0), Vec2::new(82.0, 703.0)) .unwrap() .length, 1098.8684 ); } #[test] fn aurora_merged_sxwtilcdgg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(72.0, 664.0), Vec2::new(804.0, 216.0)) .unwrap() .length, 1086.3925 ); } #[test] fn aurora_merged_vglswnrsms() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 609.0), Vec2::new(847.0, 116.0)) .unwrap() .length, 1088.4016 ); } #[test] fn aurora_merged_xoejbbyohd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(250.0, 684.0), Vec2::new(941.0, 151.0)) .unwrap() .length, 1087.6429 ); } #[test] fn aurora_merged_aychuxfomv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(569.0, 24.0), Vec2::new(334.0, 715.0)) .unwrap() .length, 1092.3505 ); } #[test] fn aurora_merged_okckfnwamb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(826.0, 90.0), Vec2::new(276.0, 695.0)) .unwrap() .length, 1084.4033 ); } #[test] fn aurora_merged_voumiyqkrd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(333.0, 755.0), Vec2::new(739.0, 116.0)) .unwrap() .length, 1079.5976 ); } #[test] fn aurora_merged_qqunawcxyu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(78.0, 689.0), Vec2::new(784.0, 196.0)) .unwrap() .length, 1091.8364 ); } #[test] fn aurora_merged_ohkmpajzxk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(130.0, 717.0), Vec2::new(781.0, 59.0)) .unwrap() .length, 1082.2023 ); } #[test] fn aurora_merged_uxoyzcgunx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(380.0, 78.0), Vec2::new(327.0, 750.0)) .unwrap() .length, 1090.6357 ); } #[test] fn aurora_merged_ujzoasrini() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(769.0, 69.0), Vec2::new(3.0, 594.0)) .unwrap() .length, 1081.7998 ); } #[test] fn aurora_merged_zrmmhyuxuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(3.0, 659.0), Vec2::new(925.0, 344.0)) .unwrap() .length, 1085.8277 ); } #[test] fn aurora_merged_ckcaigrfzn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(930.0, 307.0), Vec2::new(7.0, 635.0)) .unwrap() .length, 1080.6315 ); } #[test] fn aurora_merged_wiydcxclle() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(851.0, 157.0), Vec2::new(139.0, 692.0)) .unwrap() .length, 1101.7203 ); } #[test] fn aurora_merged_mexjhtdbdl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(644.0, 148.0), Vec2::new(304.0, 748.0)) .unwrap() .length, 1093.6667 ); } #[test] fn aurora_merged_kdriotyfap() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(137.0, 701.0), Vec2::new(841.0, 148.0)) .unwrap() .length, 1100.8814 ); } #[test] fn aurora_merged_srbhvdpkyh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 518.0), Vec2::new(935.0, 150.0)) .unwrap() .length, 1093.32 ); } #[test] fn aurora_merged_rrcrtavacn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(17.0, 661.0), Vec2::new(777.0, 210.0)) .unwrap() .length, 1091.5112 ); } #[test] fn aurora_merged_iqhpnorraa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1021.0, 350.0), Vec2::new(49.0, 682.0)) .unwrap() .length, 1105.1879 ); } #[test] fn aurora_merged_fgcpsghygo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(56.0, 673.0), Vec2::new(1007.0, 321.0)) .unwrap() .length, 1105.7451 ); } #[test] fn aurora_merged_fkbqdcqpvk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(840.0, 182.0), Vec2::new(113.0, 717.0)) .unwrap() .length, 1095.2473 ); } #[test] fn aurora_merged_dxbrabawda() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(83.0, 697.0), Vec2::new(957.0, 303.0)) .unwrap() .length, 1108.7885 ); } #[test] fn aurora_merged_ftgaalboab() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(68.0, 661.0), Vec2::new(821.0, 174.0)) .unwrap() .length, 1104.4252 ); } #[test] fn aurora_merged_bgkadwuifw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(48.0, 643.0), Vec2::new(798.0, 207.0)) .unwrap() .length, 1093.8601 ); } #[test] fn aurora_merged_lbsyvomghi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(357.0, 735.0), Vec2::new(752.0, 73.0)) .unwrap() .length, 1090.8151 ); } #[test] fn aurora_merged_xditioolwy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(0.0, 617.0), Vec2::new(754.0, 279.0)) .unwrap() .length, 1085.8279 ); } #[test] fn aurora_merged_plthxodmew() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(783.0, 186.0), Vec2::new(59.0, 695.0)) .unwrap() .length, 1099.823 ); } #[test] fn aurora_merged_zacuskuzds() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(352.0, 735.0), Vec2::new(631.0, 56.0)) .unwrap() .length, 1099.2037 ); } #[test] fn aurora_merged_awrydbssur() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(819.0, 79.0), Vec2::new(89.0, 650.0)) .unwrap() .length, 1091.1437 ); } #[test] fn aurora_merged_eimdnrhbos() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(76.0, 620.0), Vec2::new(863.0, 141.0)) .unwrap() .length, 1101.2165 ); } #[test] fn aurora_merged_eqgrulngdm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(903.0, 155.0), Vec2::new(184.0, 718.0)) .unwrap() .length, 1106.5873 ); } #[test] fn aurora_merged_aqeszwzfjx() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(812.0, 95.0), Vec2::new(150.0, 721.0)) .unwrap() .length, 1097.1694 ); } #[test] fn aurora_merged_xsevaqwfio() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1009.0, 402.0), Vec2::new(0.0, 635.0)) .unwrap() .length, 1096.4528 ); } #[test] fn aurora_merged_mvpsgopqdk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(305.0, 719.0), Vec2::new(777.0, 100.0)) .unwrap() .length, 1097.7203 ); } #[test] fn aurora_merged_ehfvclspzf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(84.0, 621.0), Vec2::new(901.0, 160.0)) .unwrap() .length, 1093.2823 ); } #[test] fn aurora_merged_hrbfeujvxv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(128.0, 178.0), Vec2::new(960.0, 640.0)) .unwrap() .length, 1085.7275 ); } #[test] fn aurora_merged_btfgunhhsf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(100.0, 158.0), Vec2::new(943.0, 596.0)) .unwrap() .length, 1086.1153 ); } #[test] fn aurora_merged_xnoksxdnaf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(205.0, 60.0), Vec2::new(599.0, 713.0)) .unwrap() .length, 1096.3202 ); } #[test] fn aurora_merged_edobjqxgsj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(874.0, 170.0), Vec2::new(40.0, 586.0)) .unwrap() .length, 1093.7328 ); } #[test] fn aurora_merged_cvmxgwgkiy() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(79.0, 685.0), Vec2::new(946.0, 295.0)) .unwrap() .length, 1091.2468 ); } #[test] fn aurora_merged_tgxpjxsulw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(316.0, 736.0), Vec2::new(815.0, 86.0)) .unwrap() .length, 1103.6204 ); } #[test] fn aurora_merged_syrdgvymwj() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(317.0, 754.0), Vec2::new(657.0, 131.0)) .unwrap() .length, 1101.3279 ); } #[test] fn aurora_merged_klzqoyoahw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(323.0, 745.0), Vec2::new(653.0, 82.0)) .unwrap() .length, 1104.373 ); } #[test] fn aurora_merged_bzxyidoyml() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(819.0, 253.0), Vec2::new(3.0, 596.0)) .unwrap() .length, 1094.1186 ); } #[test] fn aurora_merged_wybklnfxax() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(762.0, 73.0), Vec2::new(353.0, 742.0)) .unwrap() .length, 1096.8566 ); } #[test] fn aurora_merged_ayudeuwntk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(788.0, 70.0), Vec2::new(103.0, 699.0)) .unwrap() .length, 1097.3119 ); } #[test] fn aurora_merged_cmlyfgcvox() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(16.0, 627.0), Vec2::new(792.0, 106.0)) .unwrap() .length, 1096.4103 ); } #[test] fn aurora_merged_qkaqyezxzo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(65.0, 642.0), Vec2::new(987.0, 297.0)) .unwrap() .length, 1102.0939 ); } #[test] fn aurora_merged_pfwpnrjwse() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(9.0, 667.0), Vec2::new(955.0, 437.0)) .unwrap() .length, 1104.0966 ); } #[test] fn aurora_merged_howzynlbxp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(851.0, 172.0), Vec2::new(53.0, 613.0)) .unwrap() .length, 1108.4147 ); } #[test] fn aurora_merged_vgxhnsqenb() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(40.0, 670.0), Vec2::new(786.0, 275.0)) .unwrap() .length, 1110.2192 ); } #[test] fn aurora_merged_wklbetpdvo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(775.0, 717.0), Vec2::new(177.0, 75.0)) .unwrap() .length, 1100.4302 ); } #[test] fn aurora_merged_kfpwbmpzzk() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(768.0, 260.0), Vec2::new(1.0, 633.0)) .unwrap() .length, 1096.6247 ); } #[test] fn aurora_merged_tissavcqrf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(151.0, 733.0), Vec2::new(822.0, 168.0)) .unwrap() .length, 1114.6805 ); } #[test] fn aurora_merged_sfkiuornnp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(518.0, 35.0), Vec2::new(362.0, 723.0)) .unwrap() .length, 1111.2067 ); } #[test] fn aurora_merged_poxlclocah() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(49.0, 665.0), Vec2::new(811.0, 107.0)) .unwrap() .length, 1107.5912 ); } #[test] fn aurora_merged_wkudhcsxae() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(599.0, 717.0), Vec2::new(579.0, 34.0)) .unwrap() .length, 1106.6263 ); } #[test] fn aurora_merged_xvpbszpmmz() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(870.0, 160.0), Vec2::new(268.0, 689.0)) .unwrap() .length, 1115.7576 ); } #[test] fn aurora_merged_vytqcllrjf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(263.0, 728.0), Vec2::new(812.0, 79.0)) .unwrap() .length, 1104.9207 ); } #[test] fn aurora_merged_shtdvftiul() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(853.0, 187.0), Vec2::new(37.0, 658.0)) .unwrap() .length, 1100.2835 ); } #[test] fn aurora_merged_xkdibyfoxo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1023.0, 414.0), Vec2::new(3.0, 582.0)) .unwrap() .length, 1114.0306 ); } #[test] fn aurora_merged_wklwgviivq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(966.0, 626.0), Vec2::new(122.0, 160.0)) .unwrap() .length, 1097.3395 ); } #[test] fn aurora_merged_acclmrimyi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(884.0, 144.0), Vec2::new(79.0, 619.0)) .unwrap() .length, 1118.86 ); } #[test] fn aurora_merged_yhavgiaxrm() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(47.0, 617.0), Vec2::new(996.0, 293.0)) .unwrap() .length, 1109.2477 ); } #[test] fn aurora_merged_awsexwenrs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(226.0, 720.0), Vec2::new(850.0, 142.0)) .unwrap() .length, 1118.3891 ); } #[test] fn aurora_merged_vvlscybcvq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(92.0, 709.0), Vec2::new(853.0, 250.0)) .unwrap() .length, 1103.0609 ); } #[test] fn aurora_merged_birgzgamcv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(987.0, 618.0), Vec2::new(41.0, 147.0)) .unwrap() .length, 1096.2784 ); } #[test] fn aurora_merged_wyuplffwar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(776.0, 255.0), Vec2::new(5.0, 644.0)) .unwrap() .length, 1102.6386 ); } #[test] fn aurora_merged_jpvaqozngo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(869.0, 132.0), Vec2::new(329.0, 672.0)) .unwrap() .length, 1116.5478 ); } #[test] fn aurora_merged_koknwlrrhw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(940.0, 150.0), Vec2::new(153.0, 653.0)) .unwrap() .length, 1107.1249 ); } #[test] fn aurora_merged_eerbeihkgf() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(821.0, 194.0), Vec2::new(89.0, 688.0)) .unwrap() .length, 1112.4352 ); } #[test] fn aurora_merged_dpmxfcmxfp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(75.0, 144.0), Vec2::new(971.0, 589.0)) .unwrap() .length, 1103.8122 ); } #[test] fn aurora_merged_vfxvljxyir() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(609.0, 730.0), Vec2::new(555.0, 17.0)) .unwrap() .length, 1117.4709 ); } #[test] fn aurora_merged_awduroujhi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(16.0, 611.0), Vec2::new(819.0, 173.0)) .unwrap() .length, 1116.5963 ); } #[test] fn aurora_merged_hdnguicdhq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(96.0, 176.0), Vec2::new(952.0, 623.0)) .unwrap() .length, 1104.2441 ); } #[test] fn aurora_merged_dvkmhdnhgv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(26.0, 649.0), Vec2::new(787.0, 276.0)) .unwrap() .length, 1110.3193 ); } #[test] fn aurora_merged_ikfqpcppgh() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(810.0, 138.0), Vec2::new(12.0, 644.0)) .unwrap() .length, 1116.0613 ); } #[test] fn aurora_merged_tnmptlbtte() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(887.0, 119.0), Vec2::new(238.0, 684.0)) .unwrap() .length, 1122.6222 ); } #[test] fn aurora_merged_vpsowcnnkw() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(835.0, 179.0), Vec2::new(145.0, 726.0)) .unwrap() .length, 1123.3291 ); } #[test] fn aurora_merged_zuvfleazek() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(117.0, 670.0), Vec2::new(872.0, 112.0)) .unwrap() .length, 1129.7237 ); } #[test] fn aurora_merged_znplmpusuo() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(854.0, 679.0), Vec2::new(144.0, 107.0)) .unwrap() .length, 1108.788 ); } #[test] fn aurora_merged_qirlykrube() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(779.0, 285.0), Vec2::new(49.0, 690.0)) .unwrap() .length, 1114.7555 ); } #[test] fn aurora_merged_llafgphpve() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(50.0, 636.0), Vec2::new(850.0, 123.0)) .unwrap() .length, 1126.6631 ); } #[test] fn aurora_merged_hcvmmangig() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(34.0, 672.0), Vec2::new(957.0, 276.0)) .unwrap() .length, 1111.8828 ); } #[test] fn aurora_merged_hwqhrwqenu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(62.0, 683.0), Vec2::new(858.0, 178.0)) .unwrap() .length, 1114.6736 ); } #[test] fn aurora_merged_ghjbfevjal() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(895.0, 134.0), Vec2::new(293.0, 677.0)) .unwrap() .length, 1123.073 ); } #[test] fn aurora_merged_elfcxklckn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(830.0, 156.0), Vec2::new(77.0, 689.0)) .unwrap() .length, 1131.2928 ); } #[test] fn aurora_merged_owevyjjvha() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(809.0, 176.0), Vec2::new(41.0, 680.0)) .unwrap() .length, 1122.342 ); } #[test] fn aurora_merged_emgadfptfd() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(98.0, 191.0), Vec2::new(934.0, 652.0)) .unwrap() .length, 1104.4646 ); } #[test] fn aurora_merged_rtjwphpfmc() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(793.0, 78.0), Vec2::new(89.0, 684.0)) .unwrap() .length, 1114.1801 ); } #[test] fn aurora_merged_casjdjtwew() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(331.0, 671.0), Vec2::new(866.0, 103.0)) .unwrap() .length, 1122.9406 ); } #[test] fn aurora_merged_zqtajdupdn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(52.0, 614.0), Vec2::new(874.0, 160.0)) .unwrap() .length, 1129.4693 ); } #[test] fn aurora_merged_spbyjrgbdq() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(979.0, 590.0), Vec2::new(98.0, 191.0)) .unwrap() .length, 1120.2311 ); } #[test] fn aurora_merged_ztyphjfxsp() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(104.0, 166.0), Vec2::new(961.0, 633.0)) .unwrap() .length, 1110.02 ); } #[test] fn aurora_merged_oakxxstbyn() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(875.0, 691.0), Vec2::new(121.0, 107.0)) .unwrap() .length, 1114.0472 ); } #[test] fn aurora_merged_alguihfbwg() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(67.0, 569.0), Vec2::new(904.0, 144.0)) .unwrap() .length, 1127.4946 ); } #[test] fn aurora_merged_cmlaknrbnv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(843.0, 156.0), Vec2::new(59.0, 675.0)) .unwrap() .length, 1131.6711 ); } #[test] fn aurora_merged_hrokohqkcv() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(284.0, 674.0), Vec2::new(896.0, 119.0)) .unwrap() .length, 1125.2731 ); } #[test] fn aurora_merged_tjjxwfyogr() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(991.0, 589.0), Vec2::new(61.0, 140.0)) .unwrap() .length, 1113.5999 ); } #[test] fn aurora_merged_kgubohftar() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(808.0, 207.0), Vec2::new(10.0, 627.0)) .unwrap() .length, 1112.4008 ); } #[test] fn aurora_merged_oxtnchorbl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(855.0, 144.0), Vec2::new(27.0, 600.0)) .unwrap() .length, 1127.1473 ); } #[test] fn aurora_merged_pwdqwakdtl() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(596.0, 722.0), Vec2::new(565.0, 34.0)) .unwrap() .length, 1123.7803 ); } #[test] fn aurora_merged_yyeggxbmdi() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(182.0, 723.0), Vec2::new(847.0, 148.0)) .unwrap() .length, 1137.4998 ); } #[test] fn aurora_merged_wtlgktygaa() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(145.0, 97.0), Vec2::new(969.0, 616.0)) .unwrap() .length, 1115.7011 ); } #[test] fn aurora_merged_jasjmgcbzu() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(718.0, 682.0), Vec2::new(134.0, 115.0)) .unwrap() .length, 1119.0245 ); } #[test] fn aurora_merged_sgztwbnkjs() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(856.0, 192.0), Vec2::new(5.0, 643.0)) .unwrap() .length, 1118.2746 ); } #[test] fn aurora_merged_guooaikkit() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(1.0, 576.0), Vec2::new(928.0, 151.0)) .unwrap() .length, 1132.1721 ); } #[test] fn aurora_merged_vgpuexkkct() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(950.0, 605.0), Vec2::new(94.0, 119.0)) .unwrap() .length, 1113.1997 ); } #[test] fn aurora_merged_pplmauwqup() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(891.0, 163.0), Vec2::new(54.0, 645.0)) .unwrap() .length, 1121.9482 ); } #[test] fn aurora_merged_vydupdxvld() { let aurora = aurora_mesh(); assert_delta!( aurora .path(Vec2::new(993.0, 290.0), Vec2::new(34.0, 622.0)) .unwrap() .length, 1123.2226 ); }