CacheLine

Results 2 issues of CacheLine

This change does two things to expose the head orientation parameters from the CBDViewController. First, it adds the **eulerAngles**() method to export results from the **headTransform.eulerAngles**() method. This makes it...

Thanks for the very convenient class! This code: ` frequency = powf(frequency, i); amplitude = powf(persistence, i);` seems incorrect, since the values of frequency go 1,2,6,24. The loop could have...