Browse Source

📝 Fix example comment (#24744)

FB4S_WIFI^2^2
hartmannathan 2 years ago
committed by Scott Lahteine
parent
commit
b29cd4c510
  1. 2
      docs/Bresenham.md

2
docs/Bresenham.md

@ -233,7 +233,7 @@ Error update equations:
ε'[new] = ε' + 2.ΔY - 2.ΔX.r [7]
```
This can be implemented in C as:
This can be implemented in C++ as:
```cpp
class OversampledBresenham {

Loading…
Cancel
Save