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 Summary
Fields - 
Method Summary
Modifier 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
 - 
rotation
org.joml.Quaternionf rotation(float p_254545_)  - 
rotationDegrees
default org.joml.Quaternionf rotationDegrees(float p_253800_)  
 -