Click or drag to resize
DigitalRuneDirectionDistributionDirection Property
Gets or sets the direction of the cone (the central vector in the cone).

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector3F Direction { get; set; }

Property Value

Type: Vector3F
The direction of the cone. The default is (0, 1, 0).
Exceptions
ExceptionCondition
ArgumentException The vector is not a valid direction. The length is 0.
See Also