matrix_rotate_arbitrary_axis 1.1.0
matrix_rotate_arbitrary_axis: ^1.1.0 copied to clipboard
Simple library to generate rotation matrix around arbitrary axis
1.1.0 Null-safety [April 2021] #
- Migrate to null-safety
1.1.0-nullsafety.1 Null-safety [October 2020] #
- Enable null-safety
- Change
getMatrix()
method to gettermatrix
- Changed types from
num
todouble
1.0.1+2 Cleanup [October 2020] #
- Make some properties private
1.0.1+1 Dependency update [October 2020] #
- Remove flutter_test dependency
1.0.1 Style updates [October 2020] #
- Fix analysis issues and improve style
1.0.0+1 Example added [May 2020] #
- Added Flutter example app to show basic usage
1.0.0 Initial release [April 2020] #
- Initial version ported from Java code