bgjk 1.0.1

Boolean Gilbert-Johnson-Keerthi algorithm for determining if convex hull volumes intersect.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clippy]
optional = true
version = "0.0"

[features]
default = []
dev = ["clippy"]

[package]
authors = ["Kevin Robert Stravers <kevin@stravers.net>"]
description = """
Boolean Gilbert-Johnson-Keerthi algorithm for determining if convex hull volumes intersect.
"""
keywords = ["3D", "collision", "detection"]
license = "GPL-3.0"
name = "bgjk"
repository = "https://github.com/kstrafe/bgjk"
version = "1.0.1"