Releases: RCmags/vector_datatype
Releases · RCmags/vector_datatype
vector-datatype - 1.3.1
vector-datatype - 1.3.0
changes:
- added setter and getter to quaternion and vector (index based like array)
- added copyArray. Lets user copy quat/vector into an array.
vector-datatype - 1.2.1
Changes:
- Added element-wise multiplication to "vec3_t" and "quat_t"
vector-datatype - 1.1.1
Updated version of v1.1.0 to make compliant with library manger requirements. Initially released on: Oct 12, 2021
Changes:
- Fixed error with "arduino.h" not recognized
- Improved Examples with labelled operations in serial output
- Added MACROS to easily understand whether using large angles/small angles, or global frame/local frame
- Moved boolean inputs to last parameter in functions: "setRotation" and "rotate"
- Added text highlight for quat_t , vec3_t and MACRO constants
- Added "Vector_datatype.h"
- Added MIT license
vector-datatype - 1.0.1
Updated version of v1.0.0 to make compliant with library manger requirements.
- Changed to x.x.x version format from x.x
- Changed "arduino.h" to <Arduino.h>
- Added "Vector_datatype.h"
- Added MIT license