FMatrix3(Single) Constructor

Create a new instance of the FMatrix3 item.

Definition

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

Parameters

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

See Also