![JAR search and dependency download from the Maven repository](/logo.png)
net.peanuuutz.fork.ui.scene.base.MatrixStackCanvas.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fork-ui Show documentation
Show all versions of fork-ui Show documentation
Comprehensive API designed for Minecraft modders
The newest version!
package net.peanuuutz.fork.ui.scene.base
import net.minecraft.client.util.math.MatrixStack
import net.peanuuutz.fork.render.vertex.currentTransformation
import net.peanuuutz.fork.ui.ui.draw.canvas.Canvas
import org.joml.Matrix4f
interface MatrixStackCanvas : Canvas {
val matrices: MatrixStack
}
val MatrixStackCanvas.currentTransformation: Matrix4f
get() = matrices.currentTransformation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy