mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 07:10:34 +08:00
Fix some Transform3D -> Transform3d
Summary: Fix some typos in comments. Reviewed By: patricklabatut Differential Revision: D32596645 fbshipit-source-id: 09b6d8c49f4f0301b80df626c6f9a2d5b5d9b1a7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a0247ea6bd
commit
7fa333f632
@@ -32,7 +32,7 @@ class Transform3d:
|
||||
|
||||
BROADCASTING
|
||||
Transform3d objects supports broadcasting. Suppose that t1 and tN are
|
||||
Transform3D objects with len(t1) == 1 and len(tN) == N respectively. Then we
|
||||
Transform3d objects with len(t1) == 1 and len(tN) == N respectively. Then we
|
||||
can broadcast transforms like this:
|
||||
|
||||
.. code-block:: python
|
||||
@@ -248,7 +248,7 @@ class Transform3d:
|
||||
|
||||
def inverse(self, invert_composed: bool = False):
|
||||
"""
|
||||
Returns a new Transform3D object that represents an inverse of the
|
||||
Returns a new Transform3d object that represents an inverse of the
|
||||
current transformation.
|
||||
|
||||
Args:
|
||||
@@ -262,7 +262,7 @@ class Transform3d:
|
||||
independently without composing them.
|
||||
|
||||
Returns:
|
||||
A new Transform3D object containing the inverse of the original
|
||||
A new Transform3d object containing the inverse of the original
|
||||
transformation.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user