Read a memory position?

Hello!

I’m using the Quaternion class to
get the rotation angles of a vector.

You can find it in:

http://dirac.cnrs-orleans.fr/ScientificPython/ScientificPythonManual/Scientific.Geometry.Quaternion.Quaternion-class.html

The asRotation() method must
return the rotation matrix from a quaternion but instead of that,

it is returning:

<Scientific.Geometry.Transformation.Rotation
instance at 0x01BC1580>

I don’t know how to
read this and I need to get my matrix from there…

I need a little help…

Thanks

** Leticia