@eturnity/eturnity_maths 8.46.0 → 8.46.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_maths",
3
- "version": "8.46.0",
3
+ "version": "8.46.2",
4
4
  "author": "Eturnity Team",
5
5
  "main": "src/index.js",
6
6
  "private": false,
@@ -152,7 +152,7 @@ export class Polygon {
152
152
  grid.grid_origin[1] = newOrigin.y
153
153
  const directionVectors = [
154
154
  grid.grid_row_vector,
155
- grid.grid_col_vector,
155
+ grid.grid_column_vector,
156
156
  grid.panel_height_vector,
157
157
  grid.panel_width_vector,
158
158
  ]