Rename org.openrndr.extras -> org.openrndr.extra (#250)
Co-authored-by: Edwin Jakobs <edwin@rndr.studio>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user