Skip to content
Snippets Groups Projects
Commit 4cfe0daf authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 478f4469
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ vAY3D = np.array([0,1,0]) ...@@ -14,7 +14,7 @@ vAY3D = np.array([0,1,0])
vAZ3D = np.array([0,0,1]) vAZ3D = np.array([0,0,1])
def _vectorized_rotation_base_matrix(self,Angle) : def _vectorized_rotation_base_matrix(Angle) :
""" """
commodity function to define a base for a vectorized rotation matrix, returns the components commodity function to define a base for a vectorized rotation matrix, returns the components
I, c, s of a list of elemental 3D rotation matrices with I, c, s of a list of elemental 3D rotation matrices with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment