Click or drag to resize
DigitalRuneDirectionDistributionIsUniform Property
Gets or sets a value indicating whether the random direction vectors are distributed uniformly or follow a Gaussian distribution

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[ContentSerializerAttribute(Optional = true)]
public bool IsUniform { get; set; }

Property Value

Type: Boolean
if this distribution is uniform; otherwise, if the distribution is Gaussian. The default value is .
Remarks
For the Gaussian distribution an approximated Gaussian distribution is used similar to FastGaussianDistributionF.
See Also