Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 18/06/2015 at 01:56, xxxxxxxx wrote:
Hey,
is it in Python also possible to get a Quaternion ?
Thanks
On 18/06/2015 at 06:18, xxxxxxxx wrote:
I guess so. You can test this: print str(op.GetMg().off) + "i cap" + str(op.GetMg().v1) + "j cap" + str(op.GetMg().v2) and so on..
On 18/06/2015 at 06:39, xxxxxxxx wrote:
Hi,
The Quaternion class is currently missing in the Python API. You have to calculate one by yourself or use a quaternion class from another Python library.
On 18/06/2015 at 12:05, xxxxxxxx wrote:
thanks for you replies . that help