@vertexvis/geometry 0.13.2-canary.51 → 0.13.2-canary.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2071,7 +2071,7 @@ function fromMatrixRotation(matrix) {
2071
2071
  x: 0.25 * s,
2072
2072
  y: (sm12 + sm21) / s,
2073
2073
  z: (sm31 + sm13) / s,
2074
- w: s,
2074
+ w: (sm23 - sm32) / s,
2075
2075
  };
2076
2076
  }
2077
2077
  else if (sm22 > sm33) {