net.minecraft.util.math

public interface RotationAxis

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

Field summary

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

Method summary

Modifier and TypeMethod
static RotationAxis
of(org.joml.Vector3f vector)
of(org.joml.Vector3f vector)
method_46356(org.joml.Vector3f arg0)
of(org.joml.Vector3f axis)
org.joml.Quaternionf
rotation(float angle)
rotation(float angle)
method_1_1(float arg0)
rotation(float rad)
default org.joml.Quaternionf
rotationDegrees(float angle)
rotationDegrees(float angle)
method_1_2(float arg0)
rotationDegrees(float deg)