C# Class NaoKinectTest.HumanModel.HumanShoulder

Afficher le fichier Open project: omanamos/kinect-nao Class Usage Examples

Méthodes publiques

Свойство Type Description
PITCH_MAX double
PITCH_MIN double
PITCH_RANGE double
ROLL_MAX double
ROLL_MIN double
ROLL_RANGE double
YAW_MAX double
YAW_MIN double
YAW_RANGE double

Méthodes publiques

Méthode Description
HumanShoulder ( Joint shoulderCenter, Joint spine, Joint shoulder, Joint elbow, Joint wrist, bool leftSide ) : System

Private Methods

Méthode Description
compute ( Joint shoulderCenter, Joint spine, Joint shoulder, Joint elbow, Joint wrist ) : void

Method Details

HumanShoulder() public méthode

public HumanShoulder ( Joint shoulderCenter, Joint spine, Joint shoulder, Joint elbow, Joint wrist, bool leftSide ) : System
shoulderCenter Joint
spine Joint
shoulder Joint
elbow Joint
wrist Joint
leftSide bool
Résultat System

Property Details

PITCH_MAX public_oe static_oe property

public static double PITCH_MAX
Résultat double

PITCH_MIN public_oe static_oe property

public static double PITCH_MIN
Résultat double

PITCH_RANGE public_oe static_oe property

public static double PITCH_RANGE
Résultat double

ROLL_MAX public_oe static_oe property

public static double ROLL_MAX
Résultat double

ROLL_MIN public_oe static_oe property

public static double ROLL_MIN
Résultat double

ROLL_RANGE public_oe static_oe property

public static double ROLL_RANGE
Résultat double

YAW_MAX public_oe static_oe property

public static double YAW_MAX
Résultat double

YAW_MIN public_oe static_oe property

public static double YAW_MIN
Résultat double

YAW_RANGE public_oe static_oe property

public static double YAW_RANGE
Résultat double