@mega-yfue/eufy-sdk / pointAtCell
Function: pointAtCell()
ts
function pointAtCell(plane, cell): MapPoint | undefined;Where a cell sits in the world, in centimetres — the inverse of cellAtPoint.
The point returned is what the cell is anchored at, and cellAtPoint rounds to the nearest cell, so the two round-trip. undefined for a cell outside the plane or a plane with no resolution.
Parameters
plane
cell
Returns
MapPoint | undefined