Skip to content

Commit

Permalink
shortened docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kramer84 committed Oct 4, 2024
1 parent 558d848 commit 3780737
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyfqmr/Simplify.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,9 @@ cdef class Simplify :
verbose : bool
Control verbosity
epsilon : float
Maximal error after which a vertex is not deleted, controlling the precision
of the lossless simplification.
Maximal error after which a vertex is not deleted
max_iterations : int
Maximum number of iterations to perform the simplification.
Note
----
This function simplifies the mesh while preserving vertex positions
within the specified error tolerance (`epsilon`). The process continues
until either the `max_iterations` is reached or no further simplifications
can be made within the specified tolerance.
Maximum number of iterations
"""
N_start = self.faces_mv.shape[0]
t_start = _time()
Expand Down

0 comments on commit 3780737

Please sign in to comment.