Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Apr 13, 2024
1 parent 5fb4799 commit f55cb79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/homog2d_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ See [Release page](https://github.com/skramm/homog2d/releases).
- add some feature to be able to print coordinates with desired precision at runtime
- add `Vector` type (defined by dx,dy)

**2020/04**: A move to C++17 is currently underways.
This will greatly simplify the code, by enabling auto return types and replacing lots of SFINAE stuctures by `constexpr if`.
It will also enable run-time polymorphism without pointers, with the help of `std::variant`.

- current Work In Progress
- polygon minimization

Expand Down

0 comments on commit f55cb79

Please sign in to comment.