Skip to content

Commit

Permalink
docs(cellToChildren): Add cellToChildren docs
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jan 22, 2025
1 parent cdbf057 commit 0914041
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ function cellToParent(quadbin: bigint): bigint

Calculates the parent cell.

## function cellToChildren

```javascript
function cellToChildren(quadbin: bigint, resolution: bigint): bigint[]
```

Calculates the child cells at given resolution. Results returned in
row-major order starting from NW and ending at SE.

## tileToCell

```javascript
Expand Down

0 comments on commit 0914041

Please sign in to comment.