Pose Constructor (Matrix4x4) | 
 Pose constructor taking a 4x4 transform matrix
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic Pose(
	Matrix4x4 poseMat
)
Public Sub New ( 
	poseMat As Matrix4x4
)
public:
Pose(
	Matrix4x4^ poseMat
)
Parameters
- poseMat
 - Type: Zivid.NETMatrix4x4
Provides orientation (rotation) and location (translation) for the pose as a 4x4 matrix 
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