Hi All,
We are building an active task (range of motion) that requires implementation of some relatively complex mathematical formulae (quaternion functions) to calculate device orientation.
These methods are currently in the task layout file, but we are thinking it might be better to create a separate math library in the framework and then call on this. Where should be place such a library?
Thanks!