| 1 | import { Point } from "../geometries/point.ts"; |
| 2 | import { Matrix2d } from "../math/matrix2d.ts"; |
| 3 | import { Matrix3d } from "../math/matrix3d.ts"; |
| 4 | import { Vector2d } from "../math/vector2d.ts"; |
nothing calls this directly
no test coverage detected