3.0.0-pre.10 β€’ Published 3 years ago

@id-sdk/math v3.0.0-pre.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm version

@id-sdk/math

πŸ”’ Collection of iD-sdk math libraries

Installing

npm install @id-sdk/math

This package contains a re-export of the iD-sdk math subpackages.

This library is distributed in ESM format only. It cannot be require()'d from CommonJS. For more, please read Sindre Sorhus’s FAQ.

import { Extent } from '@id-sdk/math';

Contributing

This project is just getting started! 🌱

We're not able to support external contributors at this time, but check back in a bit when things have matured.

Packages

math

ModuleDescription
@id-sdk/extentπŸ“¦ Extent class for creating bounding boxes
@id-sdk/geo🌐 Geographic (spherical) math functions
@id-sdk/geomπŸ“ˆ Geometric (planar) math functions
@id-sdk/projectionπŸ“½ Projection class for converting between Lon/Lat (Ξ»,Ο†) and Cartesian (x,y) coordinates
@id-sdk/tilerπŸ€„οΈ Tiler class for splitting the world into rectangular tiles
@id-sdk/vectorπŸ“ Vector (coordinate) math functions
------
@id-sdk/mathπŸ”’ All of the above in one convenient package