Skip to content

Commit 1cbf80d

Browse files
Theo-Cheynelfacebook-github-bot
authored andcommitted
Added matrix_to_axis_angle to the exports of transforms (#1085)
Summary: # Changelist - `matrix_to_axis_angle` was declared in `pytorch3d/transforms/rotation_conversions.py` but never exported from the `__init__` file. Pull Request resolved: #1085 Reviewed By: patricklabatut Differential Revision: D34379935 Pulled By: bottler fbshipit-source-id: 993c12a176630f91d0f107f298f458b2b35032e5
1 parent ee71c7c commit 1cbf80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch3d/transforms/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
axis_angle_to_matrix,
1010
axis_angle_to_quaternion,
1111
euler_angles_to_matrix,
12+
matrix_to_axis_angle,
1213
matrix_to_euler_angles,
1314
matrix_to_quaternion,
1415
matrix_to_rotation_6d,

0 commit comments

Comments
 (0)