Click or drag to resize
DigitalRuneDirectionalLookupTableFT Class
Stores data that is accessed using a direction vector instead of indices. (Single-precision)
Inheritance Hierarchy
SystemObject
  DigitalRune.GeometryDirectionalLookupTableFT

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[SerializableAttribute]
public class DirectionalLookupTableF<T>

Type Parameters

T
The type of data stored in the lookup table.

The DirectionalLookupTableFT type exposes the following members.

Constructors
  NameDescription
Public methodDirectionalLookupTableFT
Initializes a new instance of the DirectionalLookupTableFT class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSampleDirections
Gets the sample directions.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the data associated with the specified direction.
Top
Remarks
The directional lookup table internally uses a cube map to store the data.
See Also