Group boosts

This commit is contained in:
Ilya Laktyushin
2024-02-06 16:18:26 +04:00
parent b4b90b090c
commit b909d1bea0
16 changed files with 767 additions and 61 deletions

View File

@@ -672,6 +672,7 @@ final class PenTool: DrawingElement {
return self.start.location.distance(to: self.end.location)
}
}
private func smoothPoints(_ input: SmootherInput) -> [Point] {
let segmentDistance: CGFloat = 6.0
let distance = input.distance