Distance Class |
public static class Distance
The Distance type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeDistance |
| Name | Description | |
|---|---|---|
| GJKCalls | The number of calls made to the ComputeDistance() function. Note: This is only activated when Settings.EnableDiagnostics = true | |
| GJKIters | The number of iterations that was made on the last call to ComputeDistance(). Note: This is only activated when Settings.EnableDiagnostics = true | |
| GJKMaxIters | The maximum numer of iterations ever mae with calls to the CompteDistance() funtion. Note: This is only activated when Settings.EnableDiagnostics = true |