Skip to content

Commit

Permalink
Added matrix_to_axis_angle to the exports of transforms (#1085)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Theo-Cheynel authored and facebook-github-bot committed Feb 21, 2022
1 parent ee71c7c commit 1cbf80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytorch3d/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
axis_angle_to_matrix,
axis_angle_to_quaternion,
euler_angles_to_matrix,
matrix_to_axis_angle,
matrix_to_euler_angles,
matrix_to_quaternion,
matrix_to_rotation_6d,
Expand Down

0 comments on commit 1cbf80d

Please sign in to comment.