Click or drag to resize
DigitalRuneMatrix44FSetColumn Method
Sets a column from a Vector4F.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void SetColumn(
	int index,
	Vector4F columnVector
)

Parameters

index
Type: SystemInt32
The index of the column (0, 1, 2, or 3).
columnVector
Type: DigitalRune.Mathematics.AlgebraVector4F
The column vector.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is out of range.
See Also