Class Quaternion
java.lang.Object
com.ticxo.modelengine.api.utils.math.Quaternion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Quaternion other) altAdd(Quaternion other) altMul(double value) altMul(Quaternion other) copy()doubledot(Quaternion other) static QuaternionfromEulerAngle(double x, double y, double z) static QuaternionfromEulerAngle(org.bukkit.util.EulerAngle eulerAngle) static QuaternionfromEulerAngleDegree(double x, double y, double z) static QuaternionglobalRotate(Quaternion origin, Quaternion delta) static QuaternionlocalRotate(Quaternion origin, Quaternion delta) mul(double value) mul(Quaternion other) org.bukkit.util.EulerAngle
-
Constructor Details
-
Quaternion
-
-
Method Details
-
fromEulerAngle
-
fromEulerAngleDegree
-
fromEulerAngle
-
globalRotate
-
localRotate
-
add
-
mul
-
mul
-
normalize
-
dot
-
altAdd
-
altMul
-
altMul
-
conjugate
-
altConjugate
-
copy
-
toEulerAngle
public org.bukkit.util.EulerAngle toEulerAngle()
-