FMatrix4(Single) Constructor
Create a new instance of the FMatrix4 item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FMatrix4(
float[,] matrix
)
Public Sub New (
matrix As Single(,)
)
No code example is currently available or this language may not be supported.
Parameters
- matrix Single
-
Reference to a set of values to load, arranged as four rows of four.