π’ Collection of rapid-sdk math libraries
npm install @rapid-sdk/math
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 '@rapid-sdk/math';
-
βοΈ Math Constants
-
π Geographic (spherical) math functions
-
π Geometric (planar) math functions
-
π’ Number math functions
-
π Vector math functions
-
π¦ Extent class for working with bounding boxes
-
ποΈ Tiler class for splitting the world into rectangular tiles
-
πΉοΈ Transform class for managing translation, scale, rotation
-
πΊ Viewport class for managing view state and converting between Lon/Lat (Ξ»,Ο) and Cartesian (x,y) coordinates
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.