Matrix4x4 Constructor (Matrix<float,4,4>) | 
 Initializes a new instance of the 
Matrix4x4 class
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Matrix4x4(
	[T:Zivid.Matrix<float,4,4>] nativeValue
)
Public Sub New ( 
	nativeValue As [T:Zivid.Matrix<float,4,4>]
)
public:
Matrix4x4(
	[T:Zivid.Matrix<float,4,4>] nativeValue
)
Parameters
- nativeValue
 - Type: [T:Zivid.Matrix<float,4,4>]
 
See Also