File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1515 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1616 */
1717
18- package com.lambda.interaction.request.rotation
19-
18+ import com.lambda.interaction.request.rotation.Rotation
2019import com.lambda.interaction.request.rotation.Rotation.Companion.angleDifference
2120import com.lambda.interaction.request.rotation.Rotation.Companion.dist
2221import com.lambda.interaction.request.rotation.Rotation.Companion.lerp
@@ -25,10 +24,7 @@ import kotlin.test.Test
2524import kotlin.test.assertEquals
2625import kotlin.test.assertTrue
2726import kotlin.test.assertFalse
28- import kotlin.math.abs
2927import kotlin.math.hypot
30- import net.minecraft.util.math.Vec3d
31- import net.minecraft.util.math.MathHelper
3228
3329/* *
3430 * Tests for the Rotation class
You can’t perform that action at this time.
0 commit comments