Pose Class |
Namespace: Zivid.NET.Calibration
The Pose type exposes the following members.
Name | Description | |
---|---|---|
Pose(Pose*) | Initializes a new instance of the Pose class | |
Pose(Single) | Pose constructor taking a 4x4 transform, stored in a 2D array | |
Pose(Single) | Pose constructor taking a 4x4 transform | |
Pose(Matrix4x4) | Pose constructor taking a 4x4 transform matrix |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the Pose | |
GetNativePtr | ||
ToMatrix | Converts robot pose to a 4x4 matrix | |
ToString | Get string representation of the Pose (Overrides ObjectToString.) |