MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / makePoint

Function makePoint

src/parsers/align_save.test.ts:71–79  ·  view source on GitHub ↗
(id: bigint, xyz: [number, number, number])

Source from the content-addressed store, hash-verified

69}
70
71function makePoint(id: bigint, xyz: [number, number, number]): Point3D {
72 return {
73 point3DId: id,
74 xyz,
75 rgb: [255, 255, 255],
76 error: 0,
77 track: [],
78 };
79}
80
81function exportAndReparse(transformed: Reconstruction) {
82 const ptBuf = writePoints3DBinary(transformed.points3D!);

Callers 1

align_save.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected