Click or drag to resize

Matrix4x4Save Method

Save the matrix to the given file

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

Parameters

fileName
Type: SystemString
Remarks
The matrix is saved in YAML format.
See Also