Unsafe but very fast indexer for 3d-vector, [0..2]

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public double this[
	int i
] { get; set; }

Parameters

i
Type: System..::..Int32

See Also