Converts robot pose to a 4x4 matrix
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic float[,] ToMatrix()
Public Function ToMatrix As Single(,)
public:
array<float,2>^ ToMatrix()
Return Value
Type: 
Single4 by 4 matrix as a 2D array
See Also