Remove unused imports (#344)

This commit is contained in:
Abe Pazos
2024-06-24 10:02:34 +02:00
committed by GitHub
parent b7ee7dcf79
commit c5fb56626c
150 changed files with 127 additions and 304 deletions

View File

@@ -44,6 +44,7 @@ kotlin {
implementation(project(":orx-shapes"))
implementation(project(":orx-noise"))
implementation(project(":orx-mesh-generators"))
implementation(project(":orx-fx"))
}
}
}

View File

@@ -1,7 +1,6 @@
package org.openrndr.extra.shapes.operators
import org.openrndr.math.Vector2
import org.openrndr.math.mod_
import org.openrndr.shape.*
import kotlin.math.abs
import kotlin.math.sign

View File

@@ -4,7 +4,6 @@ import org.openrndr.math.Vector2
import org.openrndr.math.Vector3
import org.openrndr.math.mod
import org.openrndr.shape.*
import kotlin.jvm.JvmOverloads
import kotlin.math.abs
import kotlin.math.pow

View File

@@ -1,8 +1,6 @@
package org.openrndr.extra.shapes.utilities
import org.openrndr.shape.Path3D
import org.openrndr.shape.ShapeContour
import org.openrndr.shape.contour
import org.openrndr.shape.path3D
/**

View File

@@ -4,7 +4,6 @@ import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.shapes.adjust.adjustContour
import org.openrndr.math.Vector2
import org.openrndr.shape.Circle
import kotlin.math.cos
import kotlin.math.sin

View File

@@ -3,10 +3,8 @@ package adjust
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.shapes.adjust.adjustContour
import org.openrndr.math.Vector2
import org.openrndr.shape.Circle
import kotlin.math.cos
import kotlin.math.sin
fun main() {
application {

View File

@@ -5,7 +5,6 @@ import org.openrndr.color.ColorRGBa
import org.openrndr.extra.shapes.adjust.adjustContour
import org.openrndr.math.Vector2
import org.openrndr.shape.contour
import kotlin.math.cos
fun main() {
application {

View File

@@ -8,7 +8,6 @@ import org.openrndr.extra.shapes.bezierpatches.bezierPatch
import org.openrndr.extra.shapes.primitives.grid
import org.openrndr.math.Vector2
import org.openrndr.math.Vector3
import org.openrndr.math.min
import org.openrndr.math.transforms.buildTransform
import org.openrndr.shape.Circle
import org.openrndr.shape.Rectangle

View File

@@ -5,8 +5,6 @@ import org.openrndr.color.ColorRGBa
import org.openrndr.draw.font.loadFace
import org.openrndr.extra.shapes.bounds.bounds
import org.openrndr.extra.shapes.text.shapesFromText
import org.openrndr.math.Vector2
import java.io.File
fun main() {
application {