Skip to content

Commit

Permalink
Removed client side class from KMath
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Oct 28, 2024
1 parent b4ae0ec commit d41cc13
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dev.latvian.mods.kubejs.bindings;

import com.mojang.blaze3d.vertex.PoseStack;
import net.minecraft.core.BlockPos;
import net.minecraft.world.phys.Vec3;
import org.joml.Matrix3f;
Expand Down Expand Up @@ -45,10 +44,6 @@ public static Matrix4f m4f() {
return new Matrix4f();
}

public static PoseStack poseStack() {
return new PoseStack();
}

public static Quaternionf quaternion(float x, float y, float z, float w) {
return new Quaternionf(x, y, z, w);
}
Expand Down

0 comments on commit d41cc13

Please sign in to comment.