diff --git a/README.md b/README.md index 42b0891..1ddbfb5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Go Doc](https://pkg.go.dev/badge/github.com/trajectoryjp/closest_go)](https://pkg.go.dev/github.com/trajectoryjp/closest_go) [![Go Report Card](https://goreportcard.com/badge/github.com/trajectoryjp/closest_go)](https://goreportcard.com/report/github.com/trajectoryjp/closest_go) -Go module closest provides you calculating the closest points of two convex hulls. +Go module closest provides calculating the closest points of two convex hulls. You get the distance or the depth between them in passing. This uses Gilbert-Johnson-Keerthi (GJK) algorithm and Expanding Polytope Algorithm (EPA). @@ -13,7 +13,7 @@ This uses Gilbert-Johnson-Keerthi (GJK) algorithm and Expanding Polytope Algorit ## Installation -Simply add the following import to your code, and then `go [build|run|test]` +Simply append the following import to your code, and then `go [build|run|test]` will automatically fetch the necessary dependencies: ```go