Pose Constructor (Single) |
Pose constructor taking a 4x4 transform
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Pose(
float[] poseArray
)
Public Sub New (
poseArray As Single()
)
public:
Pose(
array<float>^ poseArray
)
Parameters
- poseArray
- Type: SystemSingle
Provides orientation (rotation) and location (translation) for the pose as a flattened 1D array (row major)
Remarks
Translation part of transform should be in units of millimeters.
The constructor throws if the input transform does not describe pure rotation and translation.
See Also