Click or drag to resize
DigitalRuneMatrix33FSetRow Method
Sets a row from a Vector3F.

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,
	Vector3F rowVector
)

Parameters

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