Some TypeScript declarations are wrong
ThisIsRex opened this issue · 1 comments
ThisIsRex commented
stefnotch commented
I think that's an unfortunate consequence of how the Typescript declarations have been written. A dual quaternion's length is the same as the length of the real part (the first 4 elements)
Line 784 in 0b4bfe9
And the length of a quaternion is the same as the length of a vector
Line 648 in 0b4bfe9
This is probably worth fixing

