Click or drag to resize
DigitalRuneDirectionalLookupTableFTItem Property
Gets or sets the data associated with the specified direction.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public T this[
	Vector3F direction
] { get; set; }

Parameters

direction
Type: DigitalRune.Mathematics.AlgebraVector3F

Property Value

Type: T
The direction vector.
See Also