Skip to content

Commit

Permalink
spherical caps
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmooseandmen committed Nov 27, 2023
1 parent d315318 commit 4ddeba8
Show file tree
Hide file tree
Showing 7 changed files with 525 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jord"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
rust-version = "1.65"
authors = ["Cedric Liegeois <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.10.0

- Spherical caps

### 0.9.0

- Tests
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The `jord` crate implements various geographical position calculations, featurin
- [Great circle](https://en.wikipedia.org/wiki/Great_circle) ([spherical](crate::spherical::Sphere)) navigation: surface distance, initial & final bearing, interpolated position, [minor arc](crate::spherical::MinorArc) intersection, cross track distance, angle turned, side of point...,
- Kinematics ([spherical](crate::spherical::Sphere)): closest point of approach between tracks, minimum speed for intercept and time to intercept,
- [Spherical Loop](crate::spherical::Loop)s ('simple polygons'): convex/concave, clockwise/anti-clockwise, contains point, [minimum bounding rectangle](crate::spherical::Rectangle), triangulation, spherical excess...,
- [Spherical Cap](crate::spherical::Cap)s and [Rectangular Region](crate::spherical::Rectangle)s
- Location-dependent radii of [ellispoid](crate::ellipsoidal::Ellipsoid)s.

## Literature
Expand Down
Loading

0 comments on commit 4ddeba8

Please sign in to comment.