C# Class GestureFramework.Bone

Datei anzeigen Open project: UPS-CS240-F12/motion-capture

Public Properties

Property Type Description
Joint1 JointType
Joint2 JointType

Public Methods

Method Description
Bone ( JointType j1, JointType j2 ) : System

Method Details

Bone() public method

public Bone ( JointType j1, JointType j2 ) : System
j1 JointType
j2 JointType
return System

Property Details

Joint1 public_oe property

public JointType Joint1
return JointType

Joint2 public_oe property

public JointType Joint2
return JointType