Skip to content

Commit

Permalink
Add missing cached values to reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
stribor14 committed Oct 1, 2024
1 parent a03ebc2 commit ee7d796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bezier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,9 @@ void Curve::resetCache()
cached_roots_.reset();
cached_bounding_box_.reset();
cached_polyline_.reset();
cached_polyline_t_.reset();
cached_projection_polynomial_part_.reset();
cached_projection_polynomial_derivative_.reset();
cached_chebyshev_coeffs_.reset();
}

Expand Down

0 comments on commit ee7d796

Please sign in to comment.