Skip to content

Commit

Permalink
define functions to expose
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Aug 28, 2018
1 parent a3c2494 commit 0d84f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions torchgeometry/__init__.py
@@ -1,3 +1,4 @@

__version__ = '0.0.1' # the current version of the lib

from .functional import *
3 changes: 3 additions & 0 deletions torchgeometry/functional.py
@@ -1,5 +1,8 @@
import torch

__all__ = ["pi", "rad2deg", "deg2rad", "convert_points_from_homogeneous",
"convert_points_to_homogeneous", "transform_points", "inverse"]


"""Constant with number pi
"""
Expand Down

0 comments on commit 0d84f55

Please sign in to comment.