Click or drag to resize

Matrix4x4Load Method

Load the matrix from the given file

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public void Load(
	string fileName
)

Parameters

fileName
Type: SystemString
Remarks
Loads the matrix into the object it was invoked on, does not return a value.
See Also