com.mojang.math

public interface Axis

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

Field summary

Modifier and TypeField
Axis
a
XN
field_40713
NEGATIVE_X
Axis
b
XP
field_40714
POSITIVE_X
Axis
c
YN
field_40715
NEGATIVE_Y
Axis
d
YP
field_40716
POSITIVE_Y
Axis
e
ZN
field_40717
NEGATIVE_Z
Axis
f
ZP
field_40718
POSITIVE_Z

Method summary

Modifier and TypeMethod
static Axis
of(org.joml.Vector3f arg0)
of(org.joml.Vector3f arg0)
method_46356(org.joml.Vector3f arg0)
of(org.joml.Vector3f axis)
org.joml.Quaternionf
rotation(float arg0)
rotation(float arg0)
rotation(float arg0)
rotation(float rad)
default org.joml.Quaternionf
rotationDegrees(float arg0)
rotationDegrees(float arg0)
rotationDegrees(float arg0)
rotationDegrees(float deg)