BodyExtensions.GetMirroredJoint Method (KinectEx)

Gets an IJoint object representing the joint that mirrors the specified JointType (e.g., the left wrist mirrors the right wrist).

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[ExtensionAttribute]
public static IJoint GetMirroredJoint(
	this Body body, 
	JointType jointType
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<ExtensionAttribute>]
static member GetMirroredJoint : 
	body : Body * 
	jointType : JointType -> IJoint

Parameters

body
Type: WindowsPreview.Kinect.Body
jointType
Type: WindowsPreview.Kinect.JointType

Return Value

Type: KinectEx.IJoint
Supported in:

    
 Windows 8.1 Store - WinRT