Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miscellaneous methods are missing #44

Closed
phanirithvij opened this issue Mar 3, 2021 · 2 comments
Closed

miscellaneous methods are missing #44

phanirithvij opened this issue Mar 3, 2021 · 2 comments

Comments

@phanirithvij
Copy link

phanirithvij commented Mar 3, 2021

miscellaneous methods are not implemented in go v3

double H3_EXPORT(degsToRads)(double degrees);
double H3_EXPORT(radsToDegs)(double radians);
double H3_EXPORT(pointDistRads)(const GeoCoord *a, const GeoCoord *b);
double H3_EXPORT(pointDistKm)(const GeoCoord *a, const GeoCoord *b);
double H3_EXPORT(pointDistM)(const GeoCoord *a, const GeoCoord *b);
double H3_EXPORT(hexAreaKm2)(int res);
double H3_EXPORT(hexAreaM2)(int res);
double H3_EXPORT(cellAreaRads2)(H3Index h);
double H3_EXPORT(cellAreaKm2)(H3Index h);
double H3_EXPORT(cellAreaM2)(H3Index h);
double H3_EXPORT(edgeLengthKm)(int res);
double H3_EXPORT(edgeLengthM)(int res);
double H3_EXPORT(exactEdgeLengthRads)(H3Index edge);
double H3_EXPORT(exactEdgeLengthKm)(H3Index edge);
double H3_EXPORT(exactEdgeLengthM)(H3Index edge);
int64_t H3_EXPORT(numHexagons)(int res);
int H3_EXPORT(res0IndexCount)();
void H3_EXPORT(getRes0Indexes)(H3Index *out);
int H3_EXPORT(pentagonIndexCount)();
void H3_EXPORT(getPentagonIndexes)(int res, H3Index *out);
@phanirithvij phanirithvij changed the title pointDist methods are missing miscellaneous methods are missing Mar 3, 2021
@phanirithvij
Copy link
Author

will be fixed by #46

@jogly
Copy link
Collaborator

jogly commented Mar 15, 2021

fixed in 3.7.1 (thanks @retbrown!)

@jogly jogly closed this as completed Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants