Skip to content

Tags: zachartrand/Quaternions

Tags

1.1.3

Toggle 1.1.3's commit message
Fixed broken import.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from zachartrand/v1.1.1

V1.1.1

v1.1.0

Toggle v1.1.0's commit message
A few functionality changes, docstring changes.

- Removed NotImplemented from __float__ and __int__ methods, as they 
were used improperly.
- Docstring changes for sphinx.
- Changed scalar property to return a Quaternion object to match the 
vector property in functionality.
- Changed unit_quaternion method to return the zero quaternion when the 
norm of self is zero (0).
- Changed docstrings of properties so they don't have "Return" in them.

v1.0.0

Toggle v1.0.0's commit message
Added packaging files/folder to .gitignore