StabilizedRay.DynamicExpCoefficient(Single, Single) Method

Definition

Compute dynamic exponential coefficient.

public:
 static float DynamicExpCoefficient(float hLife, float delta);
public static float DynamicExpCoefficient (float hLife, float delta);
static member DynamicExpCoefficient : single * single -> single
Public Shared Function DynamicExpCoefficient (hLife As Single, delta As Single) As Single

Parameters

hLife
Single

Half life

delta
Single

Distance delta

Returns

The dynamic exponential coefficient.

Applies to