Click or drag to resize

Distance Fields

The Distance type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberGJKCalls The number of calls made to the ComputeDistance() function. Note: This is only activated when Settings.EnableDiagnostics = true
Public fieldStatic memberGJKIters The number of iterations that was made on the last call to ComputeDistance(). Note: This is only activated when Settings.EnableDiagnostics = true
Public fieldStatic memberGJKMaxIters The maximum numer of iterations ever mae with calls to the CompteDistance() funtion. Note: This is only activated when Settings.EnableDiagnostics = true
Top
See Also