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.
System.Object
   KinectEx.KinectJointOrientation

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • 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. 
Top
  Platforms Name Description
JointType Gets or sets the type of the joint. (Implements IJointOrientation.JointType().)
Orientation Gets or sets the orientation. (Implements IJointOrientation.Orientation().)
Top
  Platforms Name Description
Update(IJointOrientation) Update the joint orientation based on the referenced IJointOrientation. (Implements IJointOrientation.Update().)
Update(JointOrientation) Update the joint orientation based on the referened JointOrientation. (Implements IJointOrientation.Update().)
Update(JointOrientation) Update the joint orientation based on the referened JointOrientation. (Implements IJointOrientation.Update().)
Top
  Platforms Name Description
Implicit(JointOrientation) Performs an implicit conversion from JointOrientatio to KinectJointOrientation
Implicit(JointOrientation) Performs an implicit conversion from JointOrientatio to KinectJointOrientation
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows 8.1 Store - WinRT