Sha256: f24fac166e3e8f5648e70f90ce9c08f0d8dbc60566ba24fa149cbe93b98548e3

Contents?: true

Size: 453 Bytes

Versions: 8

Compression:

Stored size: 453 Bytes

Contents

How to use H3
---

The public API of the **H3 Core Library** is defined in the file h3api.h. The functions defined in h3api.h adhere to [Semantic Versioning](http://semver.org/).

The **H3** API expects valid input. Behavior of the library may be undefined when given invalid input. Indexes should be validated with `h3IsValid` or `h3UnidirectionalEdgeIsValid` as appropriate.

You can find an example of using the **H3** library in `examples/index.c`.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
h3-3.6.2 ext/h3/src/docs/core-library/usage.md
h3-3.6.1 ext/h3/src/docs/core-library/usage.md
h3-3.6.0 ext/h3/src/docs/core-library/usage.md
h3-3.5.1 ext/h3/src/docs/core-library/usage.md
h3-3.5.0 ext/h3/src/docs/core-library/usage.md
h3-3.4.4 ext/h3/src/docs/core-library/usage.md
h3-3.4.0 ext/h3/src/docs/core-library/usage.md
h3-3.3.1 ext/h3/src/docs/core-library/usage.md