Class ExpandQuaternion
java.lang.Object
com.blamejared.crafttweaker.natives.util.math.ExpandQuaternion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconj(com.mojang.math.Quaternion internal) static com.mojang.math.Quaternioncopy(com.mojang.math.Quaternion internal) static floati(com.mojang.math.Quaternion internal) static floatj(com.mojang.math.Quaternion internal) static floatk(com.mojang.math.Quaternion internal) static voidmul(com.mojang.math.Quaternion internal, float value) static voidmul(com.mojang.math.Quaternion internal, com.mojang.math.Quaternion other) static voidnormalize(com.mojang.math.Quaternion internal) static floatr(com.mojang.math.Quaternion internal) static voidsetValue(com.mojang.math.Quaternion internal, float i, float j, float k, float r) static voidslerp(com.mojang.math.Quaternion internal, com.mojang.math.Quaternion other, float value) static com.mojang.math.Vector3ftoXYZ(com.mojang.math.Quaternion internal) static com.mojang.math.Vector3ftoXYZDegrees(com.mojang.math.Quaternion internal) static com.mojang.math.Vector3ftoYXZ(com.mojang.math.Quaternion internal) static com.mojang.math.Vector3ftoYXZDegrees(com.mojang.math.Quaternion internal)
-
Constructor Details
-
ExpandQuaternion
public ExpandQuaternion()
-
-
Method Details
-
toXYZ
public static com.mojang.math.Vector3f toXYZ(com.mojang.math.Quaternion internal) -
toXYZDegrees
public static com.mojang.math.Vector3f toXYZDegrees(com.mojang.math.Quaternion internal) -
toYXZ
public static com.mojang.math.Vector3f toYXZ(com.mojang.math.Quaternion internal) -
toYXZDegrees
public static com.mojang.math.Vector3f toYXZDegrees(com.mojang.math.Quaternion internal) -
i
public static float i(com.mojang.math.Quaternion internal) -
j
public static float j(com.mojang.math.Quaternion internal) -
k
public static float k(com.mojang.math.Quaternion internal) -
r
public static float r(com.mojang.math.Quaternion internal) -
mul
public static void mul(com.mojang.math.Quaternion internal, com.mojang.math.Quaternion other) -
mul
public static void mul(com.mojang.math.Quaternion internal, float value) -
conj
public static void conj(com.mojang.math.Quaternion internal) -
setValue
public static void setValue(com.mojang.math.Quaternion internal, float i, float j, float k, float r) -
normalize
public static void normalize(com.mojang.math.Quaternion internal) -
slerp
public static void slerp(com.mojang.math.Quaternion internal, com.mojang.math.Quaternion other, float value) -
copy
public static com.mojang.math.Quaternion copy(com.mojang.math.Quaternion internal)
-