We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca610b commit 092ffedCopy full SHA for 092ffed
lib.ua
@@ -111,7 +111,7 @@ Qqp ← ⍉⊕/+-1⌵⊙×⟜±QqpMask⊞×∩°⍉
111
# ? θ U
112
RQuat ← ⍜⊙°⍉⊂⊙×:°∠÷2
113
# Quaternion rotation implementation
114
-QRotImpl ↚ ⍜⊙°⍉↘1⍥₂Qqp⟜⍜∩°⍉(⬚0↙¯4:⍜↘¯ 1)
+QRotImpl ↚ ⍜⊙°⍉↘1 Qqp Qqp ⟜⍜∩°⍉(⬚0↙¯4:⍜↘¯ 1)
115
# Rotate a 3D vector array using a quaternion array.
116
#
117
# To create rotation quaternions to use with `QRot`, see `RQuat`.
0 commit comments