KinectJointOrientation Class (KinectEx)
This class just wraps the Kinect SDK's JointOrientation struct, but does so with
a class that implements the common IJointOrientation interface. This makes
it possible to use a standard Kinect SDK object with many of the utility
functions provided by the KinectEx library.
- C#
- VB
- C++
- F#
public class KinectJointOrientation : IJointOrientation
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
type public KinectJointOrientation = class interface IJointOrientation end
The KinectJointOrientation type exposes the following members.
Platforms | Name | Description | |
---|---|---|---|
KinectJointOrientation(JointOrientation) | Initializes a new instance of the KinectJointOrientation class. | ||
KinectJointOrientation(JointOrientation) | Initializes a new instance of the KinectJointOrientation class. |
Platforms | Name | Description | |
---|---|---|---|
JointType | Gets or sets the type of the joint. (Implements IJointOrientation.JointType().) | ||
Orientation | Gets or sets the orientation. (Implements IJointOrientation.Orientation().) |
Platforms | Name | Description | |
---|---|---|---|
Update(IJointOrientation) | Update the joint orientation based on the referenced |
||
Update(JointOrientation) | Update the joint orientation based on the referened |
||
Update(JointOrientation) | Update the joint orientation based on the referened |
Platforms | Name | Description | |
---|---|---|---|
Implicit(JointOrientation) | Performs an implicit conversion from JointOrientatio to KinectJointOrientation. | ||
Implicit(JointOrientation) | Performs an implicit conversion from JointOrientatio to KinectJointOrientation. |
Supported in:
Windows Desktop - .NET 4.5
Windows 8.1 Store - WinRT
Windows Desktop - .NET 4.5
Windows 8.1 Store - WinRT