Pose Constructor (Double) |
Pose constructor taking a 4x4 transform
Namespace:
Zivid.NET.HandEye
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Pose(
double[] poseArray
)
Public Sub New (
poseArray As Double()
)
public:
Pose(
array<double>^ poseArray
)
Parameters
- poseArray
- Type: SystemDouble
Provides orientation (rotation) and location (translation) for the pose as a flattened 1D array (row major)
Remarks
The constructor throws if the input transform does not describe pure rotation and translation.
See Also