Package me.c7dev.dexterity.util
Class AxisPair
java.lang.Object
me.c7dev.dexterity.util.AxisPair
Used to calculate the new yaw, pitch, and roll of a DexBlock in a rotation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.util.Vector
void
void
transform
(org.joml.Quaterniond q1)
-
Field Details
-
PI2
public static double PI2
-
-
Constructor Details
-
AxisPair
public AxisPair() -
AxisPair
-
AxisPair
public AxisPair(double yaw, double pitch, double roll) -
AxisPair
public AxisPair(org.bukkit.util.Vector x, org.bukkit.util.Vector z)
-
-
Method Details
-
highlight
-
transform
public void transform(org.joml.Quaterniond q1) -
getPitchYawRoll
public org.bukkit.util.Vector getPitchYawRoll()
-