Update for OPENRNDR segment and path generalizations

This commit is contained in:
Edwin Jakobs
2024-03-19 16:31:45 +01:00
parent 8fe7631570
commit af6d35c59b
37 changed files with 579 additions and 277 deletions

View File

@@ -26,7 +26,7 @@ val Iterable<Shape>.bounds : Rectangle
/**
* Evaluates the bounds around all [Segment] instances in the [Iterable]
*/
val Iterable<Segment>.bounds : Rectangle
val Iterable<Segment2D>.bounds : Rectangle
@JvmName("segmentBounds")
get() = map {
it.bounds