Recent Releases of https://github.com/adamlwgriffiths/pyrr

https://github.com/adamlwgriffiths/pyrr - 0.9.2

- Python
Published by szabolcsdombi over 8 years ago

https://github.com/adamlwgriffiths/pyrr - 0.9.1

Fix dtype to numpy array conversion.

- Python
Published by szabolcsdombi over 8 years ago

https://github.com/adamlwgriffiths/pyrr - 0.9.0

Thanks to Szabolcs Dombi for his contributions to this release.

  • Add slerp / lerp to Quaternion.
  • Add American spelling variation of 'normalise' ('normalize').
  • Deprecate matrix functions with *_matrix in the name. Use the new alternatives provided.
  • Add create_look_at in Matrix.

- Python
Published by adamlwgriffiths over 8 years ago

https://github.com/adamlwgriffiths/pyrr - 0.8.1

  • Remove notes about customising euler indices. If you change the axis indices then createfrom(x,y,z)_rotation will no longer work.

- Python
Published by adamlwgriffiths about 10 years ago

https://github.com/adamlwgriffiths/pyrr - 0.8.0

  • 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.createfrom(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.

- Python
Published by adamlwgriffiths about 10 years ago