Remove unused imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.openrndr.extra.shapes.primitives
|
||||
|
||||
import org.openrndr.shape.Box
|
||||
import org.openrndr.shape.Rectangle
|
||||
import kotlin.math.max
|
||||
import kotlin.math.min
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ import org.openrndr.extra.shapes.utilities.splitAtBase
|
||||
import org.openrndr.math.EuclideanVector
|
||||
import org.openrndr.math.clamp
|
||||
import org.openrndr.shape.Path
|
||||
import org.openrndr.shape.ShapeContour
|
||||
|
||||
/**
|
||||
* Provides a rectified representation of a path in N-dimensional Euclidean space. Rectification refers
|
||||
|
||||
@@ -2,7 +2,6 @@ package org.openrndr.extra.shapes.splines
|
||||
|
||||
import org.openrndr.math.Vector2
|
||||
import org.openrndr.math.Vector3
|
||||
import org.openrndr.math.mod
|
||||
import org.openrndr.shape.*
|
||||
import kotlin.math.abs
|
||||
import kotlin.math.pow
|
||||
|
||||
Reference in New Issue
Block a user