Click or drag to resize
DigitalRuneMatrix44DSetRow Method
Sets a row from a Vector4D.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void SetRow(
	int index,
	Vector4D rowVector
)

Parameters

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