Function Cursor.IntegrateSmoothingKernel2

IntegrateSmoothingKernel2 (float a, float b, float smoothingDistance)

Integrates (x - a)*exp(-x/smoothingDistance)/(2*smoothingDistance) from a to b.

Public Static
float IntegrateSmoothingKernel2 (

float

a

float

b

float

smoothingDistance

)

Integrates (x - a)*exp(-x/smoothingDistance)/(2*smoothingDistance) from a to b.