CustomJointOrientation Class (KinectEx)

This class effectively mimics the Kinect SDK's Joint struct, but does so with a class that can be serialized and is not sealed. These capabilities are needed to support both the smoothing / filtering and the DVR functions of the KinectEx library.

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class CustomJointOrientation : IJointOrientation

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public CustomJointOrientation =
	class
		interface IJointOrientation
	end

The CustomJointOrientation type exposes the following members.

  Platforms Name Description
CustomJointOrientation(JointType) Create a new CustomJointOrientation object based on the supplied JointType value. 
CustomJointOrientation(JointType) Create a new CustomJointOrientation object based on the supplied JointType value. 
CustomJointOrientation(JointType) Create a new CustomJointOrientation object based on the supplied JointType value. 
Top
  Platforms Name Description
_jointType The type of the joint. 
_orientation The orientation. 
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 position based on the referened Joint. (Implements IJointOrientation.Update().)
Update(JointOrientation) Update the joint position based on the referened Joint. (Implements IJointOrientation.Update().)
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT