KinectJoint Class (KinectEx)

This class just wraps the Kinect SDK's Joint struct, but does so with a class that implements the common IJoint 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.KinectJoint

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

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public KinectJoint =
	class
		interface IJoint
	end

The KinectJoint type exposes the following members.

  Platforms Name Description
KinectJoint(Joint) Initializes a new instance of the KinectJoint class. 
KinectJoint(Joint) Initializes a new instance of the KinectJoint class. 
Top
  Platforms Name Description
ColorPosition Gets or sets the 2D color space position. (Implements IJoint.ColorPosition().)
DepthPosition Gets or sets the 2D depth space position. (Implements IJoint.DepthPosition().)
JointType Gets or sets the type of the joint. (Implements IJoint.JointType().)
Position Gets or sets the position. (Implements IJoint.Position().)
TrackingState Gets or sets the state of the tracking. (Implements IJoint.TrackingState().)
Top
  Platforms Name Description
Update(IJoint) Update the joint position based on the referenced IJoint. (Implements IJoint.Update().)
Update(Joint) Updates the specified joint. (Implements IJoint.Update().)
Update(Joint) Updates the specified joint. (Implements IJoint.Update().)
Top
  Platforms Name Description
Implicit(Joint) Performs an implicit conversion from Join to KinectJoint
Implicit(Joint) Performs an implicit conversion from Join to KinectJoint
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows 8.1 Store - WinRT