Skip to content

Releases: oysteinmyrmo/bezier

Version 0.2.1

05 Sep 18:05
Compare
Choose a tag to compare

[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

24 Aug 18:47
Compare
Choose a tag to compare

Added

  • Add CMake INTERFACE target named bezier.

Changed

  • Make all namespaces lowercase.
  • Move bezier.h from include/ to include/bezier/.
  • Change all floats to doubles, both member variables and function arguments.

Initial Release

08 Aug 18:26
Compare
Choose a tag to compare

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.