Stores data that is accessed using a direction vector instead of indices. (Single-precision)
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)
Syntax
| C# |
|---|
[SerializableAttribute] public class DirectionalLookupTableF<T> |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class DirectionalLookupTableF(Of T) |
| Visual C++ |
|---|
[SerializableAttribute] generic<typename T> public ref class DirectionalLookupTableF |
Type Parameters
- T
- The type of data stored in the lookup table.
Remarks
The directional lookup table internally uses a cube map to store the data.