bg2e-js 2.2.8 → 2.2.9

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.
package/dist/bg2e-js.js CHANGED
@@ -944,6 +944,9 @@ class w extends Le {
944
944
  get downVector() {
945
945
  return w.TransformDirection(this, new h(0, -1, 0));
946
946
  }
947
+ get translation() {
948
+ return new h(this[12], this[13], this[14]);
949
+ }
947
950
  row(e) {
948
951
  return new h(
949
952
  this[e * 4],