BodyExtensions.GetVector Method (KinectEx)

Get a Vector3 (SharpDX / DirectX) object representing the vector between two given JointTypeEx values..

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[ExtensionAttribute]
public static Vector3 GetVector(
	this IBody body, 
	JointTypeEx jointTypeA, 
	JointTypeEx jointTypeB
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<ExtensionAttribute>]
static member GetVector : 
	body : IBody * 
	jointTypeA : JointTypeEx * 
	jointTypeB : JointTypeEx -> Vector3

Parameters

body
Type: KinectEx.IBody
jointTypeA
Type: KinectEx.JointTypeEx
jointTypeB
Type: KinectEx.JointTypeEx

Return Value

Type: SharpDX.Vector3
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