FMatrix4Item Property

Return a value from the specified row and column of the matrix.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public float this[
	int row,
	int col
] { get; }

Parameters

row  Int32
 
col  Int32
 

Property Value

Single

See Also