@realsee/dnalogel 3.78.0-alpha.3 → 3.78.0-alpha.4

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.
@@ -1,9 +1,10 @@
1
1
  import type { Vector3 } from 'three';
2
+ import { Matrix4 } from 'three';
2
3
  import type { TagInstance, BoxPosition } from '../typings';
3
4
  /**
4
5
  * 计算 BoxPosition 的8个角点
5
6
  */
6
- export declare function getBoxCorners(boxPosition: BoxPosition): Vector3[];
7
+ export declare function getBoxCorners(boxPosition: BoxPosition, transform: Matrix4): Vector3[];
7
8
  /**
8
9
  * 应用 matrix 变换到点数组
9
10
  */