Converts robot pose to a 4x4 matrix
Namespace:
Zivid.NET.HandEye
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic double[] ToArray()
Public Function ToArray As Double()
public:
array<double>^ ToArray()
Return Value
Type:
Double4 by 4 matrix as a flattened 1D array, row major
See Also