Click or drag to resize

Pose Class

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

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

The Pose type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsDisposed
Check if the pose is disposed
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Pose
Public methodGetNativePtr
Public methodToMatrix
Converts robot pose to a 4x4 matrix
Public methodToString
Get string representation of the Pose
(Overrides ObjectToString.)
Top
See Also