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

Function buildPoint2D

src/test/builders/colmapBuilders.ts:66–72  ·  view source on GitHub ↗
(overrides: Partial<Point2D> = {})

Source from the content-addressed store, hash-verified

64}
65
66export function buildPoint2D(overrides: Partial<Point2D> = {}): Point2D {
67 return {
68 xy: [0, 0],
69 point3DId: UNMATCHED_POINT3D_ID,
70 ...overrides,
71 };
72}
73
74export function buildImage(overrides: Partial<Image> = {}): Image {
75 return {

Calls

no outgoing calls

Tested by 1