DataStore.AngleConverter.AngleConverter C# (CSharp) Method

AngleConverter() public method

public AngleConverter ( HumanSkeleton hk ) : System
hk HumanSkeleton
return System
        public AngleConverter(HumanSkeleton hk)
        {
            this.hk = hk;
            this.angles = new float[(int)NaoJointAngle.count];
            getArmAngles();
        }