Click or drag to resize
DigitalRuneDirectionalLookupTableFTGetSampleDirections Method
Gets the sample directions.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public IEnumerable<Vector3F> GetSampleDirections()

Return Value

Type: IEnumerableVector3F
The sample directions.
Remarks
A directional lookup table stores a limited amount of samples. The method GetSampleDirections returns all direction vectors that point to the exact centers of the samples. The method can be used to iterate over all samples and fill the lookup table with data or read all entries.
See Also