Matrix4x4 Constructor (String) |
Load the matrix from the given file
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Matrix4x4(
string fileName
)
Public Sub New (
fileName As String
)
public:
Matrix4x4(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
See Also