FMatrix4(Single) Constructor

Create a new instance of the FMatrix4 item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FMatrix4(
	float[,] matrix
)

Parameters

matrix  Single
Reference to a set of values to load, arranged as four rows of four.

See Also