v0.16.1
A few minor updates and fixes:
Fixes:
- Added missing inline to
draw_sample(a6900a2) - Fixed constructing a 4x4 rotation matrix
Rinstead of 3x3 in the Python bindings ofScaledOrthoProjectionParameters(5863f3b)
Updates:
- Moved
render::Recttocorenamespace - Added Python bindings for
eos::core::Rectandeos::core::Landmark<Eigen::Vector2f>. The Python bindings are now usingLandmarkandLandmarkCollectionnatively, without having to keep a separate list of landmark identifiers. - Added README.md as
long_descriptionfor PyPI (link) - Minor README.me/initial_cache.cmake.template updates