Skip to content

0.8.0

Compare
Choose a tag to compare
@adamlwgriffiths adamlwgriffiths released this 12 Feb 01:51
· 109 commits to master since this release
  • Change euler parameter order for create function, was (pitch, roll, yaw, ...), now (roll, pitch, yaw, ..).
  • Make eulers always use the indices for extracting and putting values.
  • Make euler indices configurable by modifying euler.index.(pitch,roll,yaw)
  • Add euler.create_from_(x,y,z)_rotation. This ignores pitch, roll, yaw indices and is a straight insertion into the x, y z values of the array.
  • Fix euler -> matrix33 conversion.
  • Add tests to ensure euler, quaternion, and matrix rotations are all equivalent.