Releases: oysteinmyrmo/bezier
Releases · oysteinmyrmo/bezier
Version 0.2.1
[0.2.1] - 2023-09-05
Changed
- Internal changes and code refactoring. Use more C++ containers, use dobles instead of floats.
Version 0.2.0
Added
- Add CMake INTERFACE target named
bezier
.
Changed
- Make all namespaces lowercase.
- Move
bezier.h
frominclude/
toinclude/bezier/
. - Change all floats to doubles, both member variables and function arguments.
Initial Release
This is the first release of the library. It is made because there will be some breaking changes in the file structure in the future.