BodyExtensions.GetVector Method (KinectEx)
Get a Vector3 (SharpDX / DirectX) object representing the vector
between two given JointType values..
- C#
- VB
- C++
- F#
[ExtensionAttribute] public static Vector3 GetVector( this Body body, JointType jointTypeA, JointType jointTypeB )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
[<ExtensionAttribute>] static member GetVector : body : Body * jointTypeA : JointType * jointTypeB : JointType -> Vector3
Parameters
- body
-
Type: Microsoft.Kinect.Body
- jointTypeA
-
Type: Microsoft.Kinect.JointType
- jointTypeB
-
Type: Microsoft.Kinect.JointType
Return Value
Type: SharpDX.Vector3
Supported in:
Windows Desktop - .NET 4.5
Windows Desktop - .NET 4.5