C# Класс control.HandPointer

class to get the angle between the kinect space z axis and a specific hand.
Наследование: Gesture
Показать файл Открыть проект

Открытые методы

Метод Описание
HandPointer ( int hand ) : System

constructor of HandPointer class

eval ( ) : void

Приватные методы

Метод Описание
getAngle ( Vector3 v1, Vector3 v2 ) : Vector2

get the angle between the kinect space z axis and a specific hand.

getPos ( ) : Vector3[]

get the difference between shoulder and wrist of a specific arm.

Описание методов

HandPointer() публичный Метод

constructor of HandPointer class
public HandPointer ( int hand ) : System
hand int A specific hand
Результат System

eval() публичный Метод

public eval ( ) : void
Результат void