Skip to content

Commit

Permalink
whitespace triangles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Mar 17, 2022
1 parent 1b79d0a commit 1629b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trimesh/triangles.py
Expand Up @@ -31,6 +31,7 @@ def cross(triangles):
crosses = np.cross(vectors[:, 0], vectors[:, 1])
return crosses


def area(triangles=None, crosses=None, sum=False):
"""
Calculates the sum area of input triangles
Expand Down

0 comments on commit 1629b30

Please sign in to comment.