Click or drag to resize

Pose Class

Describes a robot pose
Inheritance Hierarchy
SystemObject
  Zivid.NET.HandEyePose

Namespace:  Zivid.NET.HandEye
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class Pose : IDisposable

The Pose type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Pose
Public methodGetNativePtr
Public methodToArray
Converts robot pose to a 4x4 matrix
Public methodToArray2D
Converts robot pose to a 4x4 matrix
Public methodToString
Get string representation of the Pose
(Overrides ObjectToString.)
Top
See Also