net.minecraft.util.math

public interface RotationAxis

com.mojang.math.Axis
net.minecraft.class_7833
net.minecraft.util.math.RotationAxis

Field summary

Modifier and TypeField
RotationAxis
XN
field_40713
NEGATIVE_X
RotationAxis
XP
field_40714
POSITIVE_X
RotationAxis
YN
field_40715
NEGATIVE_Y
RotationAxis
YP
field_40716
POSITIVE_Y
RotationAxis
ZN
field_40717
NEGATIVE_Z
RotationAxis
ZP
field_40718
POSITIVE_Z

Method summary

Modifier and TypeMethod
static RotationAxis
of(org.joml.Vector3fc axis)
method_46356(org.joml.Vector3fc arg0)
of(org.joml.Vector3fc axis)
org.joml.Quaternionf
rotation(float angle)
method_1_1(float arg0)
rotation(float rad)
default org.joml.Quaternionf
rotationDegrees(float angle)
method_1_2(float arg0)
rotationDegrees(float deg)
org.joml.Matrix3f
rotate(org.joml.Matrix3f matrix, float angle)
method_1_9829(org.joml.Matrix3f arg0, float arg1)
rotate(org.joml.Matrix3f mat, float rad)
default org.joml.Matrix3f
rotateDegrees(org.joml.Matrix3f matrix, float angle)
method_1_9831(org.joml.Matrix3f arg0, float arg1)
rotateDegrees(org.joml.Matrix3f mat, float deg)
org.joml.Matrix4f
rotate(org.joml.Matrix4f matrix, float angle)
method_1_9830(org.joml.Matrix4f arg0, float arg1)
rotate(org.joml.Matrix4f mat, float rad)
default org.joml.Matrix4f
rotateDegrees(org.joml.Matrix4f matrix, float angle)
method_1_9832(org.joml.Matrix4f arg0, float arg1)
rotateDegrees(org.joml.Matrix4f mat, float deg)