()
| 5 | import { median } from './mathUtils'; |
| 6 | |
| 7 | function identitySim3d(): Sim3d { |
| 8 | return { |
| 9 | scale: 1, |
| 10 | rotation: new THREE.Quaternion(), |
| 11 | translation: new THREE.Vector3(), |
| 12 | }; |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Compute transform to center reconstruction at origin. |
no outgoing calls
no test coverage detected