Property | Type | Description | |
---|---|---|---|
GJK_CALLS | int | ||
GJK_ITERS | int | ||
GJK_MAX_ITERS | int |
Method | Description | |
---|---|---|
GetDistance ( |
Compute the closest points between two shapes. Supports any combination of: CircleShape and PolygonShape. The simplex cache is input/output. On the first call set SimplexCache.count to zero.
|
public GetDistance ( |
||
output | ||
cache | SimplexCache | |
input | ||
return | void |