Rename org.openrndr.extras -> org.openrndr.extra (#250)

Co-authored-by: Edwin Jakobs <edwin@rndr.studio>
This commit is contained in:
Vechro
2022-07-28 20:23:26 +03:00
committed by GitHub
parent 5fa4e724c1
commit bad90709cc
81 changed files with 129 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
package org.openrndr.extra.keyframer
import org.openrndr.extras.easing.Easing
import org.openrndr.extras.easing.EasingFunction
import org.openrndr.extra.easing.Easing
import org.openrndr.extra.easing.EasingFunction
import org.openrndr.math.map
internal val defaultEnvelope = doubleArrayOf(0.0, 1.0)

View File

@@ -1,7 +1,7 @@
package org.openrndr.extra.keyframer
import org.openrndr.extras.easing.Easing
import org.openrndr.extras.easing.EasingFunction
import org.openrndr.extra.easing.Easing
import org.openrndr.extra.easing.EasingFunction
import org.openrndr.math.Quaternion
import org.openrndr.math.slerp

View File

@@ -1,7 +1,7 @@
package org.openrndr.extra.keyframer
import org.openrndr.extras.easing.Easing
import org.openrndr.extras.easing.EasingFunction
import org.openrndr.extra.easing.Easing
import org.openrndr.extra.easing.EasingFunction
import org.openrndr.math.Vector3
class KeyVector3(val time: Double, val value: Vector3, val easing: EasingFunction)

View File

@@ -4,8 +4,8 @@ import com.google.gson.Gson
import com.google.gson.JsonSyntaxException
import com.google.gson.reflect.TypeToken
import org.openrndr.color.ColorRGBa
import org.openrndr.extras.easing.Easing
import org.openrndr.extras.easing.EasingFunction
import org.openrndr.extra.easing.Easing
import org.openrndr.extra.easing.EasingFunction
import org.openrndr.math.Vector2
import org.openrndr.math.Vector3
import org.openrndr.math.Vector4

View File

@@ -1,7 +1,7 @@
import org.amshove.kluent.`should be`
import org.amshove.kluent.shouldBeNear
import org.openrndr.extra.keyframer.KeyframerChannel
import org.openrndr.extras.easing.Easing
import org.openrndr.extra.easing.Easing
import kotlin.test.Test