cds-astro / cds-healpix-rust

The CDS HEALPix library in Rust (WebAssembly, Python, ...)
Apache License 2.0
16 stars 6 forks source link

Add a function projected_vertices to return the projected coordinates… #6

Closed berke closed 5 months ago

berke commented 6 months ago

… of the vertices of a given cell.

I've added this function because I need texture coordinates that stay within a cell. Maybe there is a better way?

Thanks for this nice crate, BTW.