Skip to content

Commit

Permalink
Mapped Quarternion (FabricMC#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace authored and asiekierka committed Jul 16, 2019
1 parent fb9249b commit b9bc85d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mappings/net/minecraft/client/util/math/Quaternion.mapping

This file was deleted.

31 changes: 31 additions & 0 deletions mappings/net/minecraft/util/math/Quaternion.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
CLASS net/minecraft/class_1158 net/minecraft/util/math/Quaternion
FIELD field_5656 components [F
METHOD <init> (FFFF)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 w
METHOD <init> (FFFZ)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 w
METHOD <init> (Lnet/minecraft/class_1158;)V
ARG 1 other
METHOD <init> (Lnet/minecraft/class_1160;FZ)V
ARG 1 axis
ARG 2 angle
ARG 3 degrees
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_16002 sin (F)F
ARG 0 value
METHOD method_16003 cos (F)F
ARG 0 value
METHOD method_4921 getX ()F
METHOD method_4922 getY ()F
METHOD method_4923 getZ ()F
METHOD method_4924 getW ()F
METHOD method_4925 copyFrom (Lnet/minecraft/class_1158;)V
ARG 1 other
METHOD method_4926 reverse ()V

0 comments on commit b9bc85d

Please sign in to comment.