Skip to content

Releases: RCmags/vector_datatype

vector-datatype - 1.3.1

23 Jul 14:50
3f988ff
Compare
Choose a tag to compare

changes:

  • added default case for vector type.

vector-datatype - 1.3.0

30 Apr 19:35
Compare
Choose a tag to compare

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

28 Feb 01:09
Compare
Choose a tag to compare

Changes:

  • Added element-wise multiplication to "vec3_t" and "quat_t"

vector-datatype - 1.1.1

04 Dec 16:55
Compare
Choose a tag to compare

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

04 Dec 17:01
Compare
Choose a tag to compare

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