does not build, mostly ported concentric_finder

This commit is contained in:
Henry Schimke
2023-03-11 19:06:55 -06:00
parent 520764e320
commit 80c5e57632
10 changed files with 785 additions and 35 deletions

View File

@@ -78,6 +78,7 @@ pub trait BitMatrixCursor {
// }
fn movedBy<T: BitMatrixCursor>(self, d: Point) -> Self;
fn turnedBack(&self) -> Self;// { return {*img, p, back()}; }
// {
// auto res = *this;
// res.p += d;
@@ -160,6 +161,8 @@ pub trait BitMatrixCursor {
res
}
fn p(&self) -> Point;
// template<typename ARRAY>
// ARRAY readPattern(int range = 0)
// {