BodyExtensions.GetMirroredJointOrientation Method (KinectEx)

Gets the IJointOrientation of 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 IJointOrientation GetMirroredJointOrientation(
	this Body body, 
	JointType jointType
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<ExtensionAttribute>]
static member GetMirroredJointOrientation : 
	body : Body * 
	jointType : JointType -> IJointOrientation

Parameters

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

Return Value

Type: KinectEx.IJointOrientation
Supported in:

    
 Windows Desktop - .NET 4.5