Skip to content

Commit

Permalink
Update src/compas/geometry/triangulation_earclip.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gonzalo Casas <[email protected]>
  • Loading branch information
tomvanmele and gonzalocasas authored Jan 10, 2024
1 parent 38abec8 commit 78b8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas/geometry/triangulation_earclip.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Ear:
class Ear(object):
"""Represents an Ear of a polygon. An Ear is a triangle formed by three consecutive vertices of the polygon."""

def __init__(self, points, indexes, ind):
Expand Down

0 comments on commit 78b8361

Please sign in to comment.