Skip to content

Commit

Permalink
added example link
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Oct 24, 2024
1 parent 3b6d957 commit f98a326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A Rust Cargo crate for finding the distance between a point and a constructive s
## Example usage

This example finds the distance from a point along a vector to a spherical surface.
See the [example_usage](https://github.com/fusion-energy/csg_surface_distance/tree/main/example_use) folder for more detail.

```rust
use csg_surface_distance::{Point, Vector, CSGSurface};
Expand Down Expand Up @@ -102,4 +103,4 @@ To use the `csg_surface_distance` package, add it to your `Cargo.toml`:

```toml
[dependencies]
csg_surface_distance = "0.1.0" # Replace with the actual version
csg_surface_distance = "0.1.0" # Replace with the actual version

0 comments on commit f98a326

Please sign in to comment.