|
5 | 5 | import { mat2, vec2, glMatrix } from "gl-matrix"; |
6 | 6 | glMatrix.setMatrixArrayType(Float64Array as any); |
7 | 7 |
|
8 | | -import type { Cartesian, Degrees, Face, LonLat, Spherical } from "./coordinate-systems"; |
| 8 | +import type { Face, LonLat } from "./coordinate-systems"; |
9 | 9 | import { FaceToIJ, fromLonLat, toCartesian, toFace } from "./coordinate-transforms"; |
10 | 10 | import { findNearestOrigin, quintantToSegment, segmentToQuintant } from "./origin"; |
11 | 11 | import { unprojectDodecahedron } from "./dodecahedron"; |
12 | | -import { A5Cell, Pentagon, PentagonShape } from "./utils"; |
13 | | -import { getFaceVertices, getPentagonVertices, getQuintant, getQuintantPolar, getQuintantVertices } from "./tiling"; |
| 12 | +import { A5Cell, PentagonShape } from "./utils"; |
| 13 | +import { getFaceVertices, getPentagonVertices, getQuintantPolar, getQuintantVertices } from "./tiling"; |
14 | 14 | import { PI_OVER_5 } from "./constants"; |
15 | 15 | import { IJToS, sToAnchor } from "./hilbert"; |
16 | | -import { projectPentagon, projectPoint, reprojectPentagon } from "./project"; |
| 16 | +import { projectPentagon, projectPoint } from "./project"; |
17 | 17 | import { deserialize, serialize, FIRST_HILBERT_RESOLUTION } from "./serialization"; |
18 | 18 | import { SphericalPentagonShape } from "./spherical-pentagon"; |
19 | 19 |
|
|
0 commit comments