Class OrientationKey
java.lang.Object
me.c7dev.dexterity.util.OrientationKey
Hashable object to represent a unique yaw, pitch, and rotation transformation's quaternion in a map
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
epsilon
public static final double epsilon- See Also:
-
-
Constructor Details
-
OrientationKey
public OrientationKey(double yaw, double pitch, org.joml.Quaternionf q)
-
-
Method Details
-
getQuaternion
public org.joml.Quaternionf getQuaternion() -
getYaw
public double getYaw() -
getPitch
public double getPitch() -
equals
-
hashCode
-