Click or drag to resize
DigitalRuneSphereDistributionScale Property
Gets or sets the scale factors that are multiplied to the random position.

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 Vector3F Scale { get; set; }

Property Value

Type: Vector3F
The scale factors in x, y and z direction. The default value is (1, 1, 1).
See Also