Package com.mojang.math
Interface Axis
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic Axisof(org.joml.Vector3f p_254398_) org.joml.Quaternionfrotation(float p_254545_) default org.joml.QuaternionfrotationDegrees(float p_253800_) 
- 
Field Details- 
XN
- 
XP
- 
YN
- 
YP
- 
ZN
- 
ZP
 
- 
- 
Method Details- 
of
- 
rotationorg.joml.Quaternionf rotation(float p_254545_) 
- 
rotationDegreesdefault org.joml.Quaternionf rotationDegrees(float p_253800_) 
 
-