| DirectionalLookupTableFTItem Property |
Gets or sets the data associated with the specified direction.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public T this[
Vector3F direction
] { get; set; }
Public Default Property Item (
direction As Vector3F
) As T
Get
Set
public:
property T default[Vector3F direction] {
T get (Vector3F direction);
void set (Vector3F direction, T value);
}
member Item : 'T with get, set
Parameters
- direction
- Type: DigitalRune.Mathematics.AlgebraVector3F
Property Value
Type:
TThe direction vector.
See Also