public Queues(IJointsHelper jointsHelper) { jh = jointsHelper; samples = new List <Hand>(); positions = new List <Joints>(); velocities = new List <Joints>(); n_samples = GBL.N_SAMPLES; }
public Stats(IJointsHelper jointsHelper) { jh = jointsHelper; }