Skip to content

Commit e51fec0

Browse files
added file for quaternion operations
1 parent 8b3dbd7 commit e51fec0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

QuaternionOperations.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Different utilities to perform quaternion operations
1+
"""
2+
Author: Konstantinos Angelopoulos
3+
Date: 04/02/2020
4+
All rights reserved.
5+
Feel free to use and modify and if you like it give it a star.
6+
7+
Different utilities to perform quaternion operations
8+
"""
29

310

411
def quaternion2matrix(quaternion):

0 commit comments

Comments
 (0)