Home
last modified time | relevance | path

Searched refs:linePoints (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/viewers/components/rects/
Dtypes3d.ts67 linePoints: Point3D[]; property
Dcanvas.ts189 const linePoints = label.linePoints.map((point: Point3D) => { constant
192 const lineGeometry = new THREE.BufferGeometry().setFromPoints(linePoints);
Dmapper3d.ts383 linePoints: [lineStart, lineEnd],
448 label.linePoints.forEach((point) => {