Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Fixed documents
  • Loading branch information
HarutakaMatsumoto committed Jan 22, 2024
2 parents 8d1a268 + 726afbb commit 0b67781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
Expand Down

0 comments on commit 0b67781

Please sign in to comment.