~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Base/RotationPy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                                </UserDocu>
41
41
                        </Documentation>
42
42
                </Methode>
 
43
                <Methode Name="toEuler">
 
44
                        <Documentation>
 
45
                                <UserDocu>
 
46
                                        toEuler(Vector) -> list
 
47
                                        Get the Euler angles of this rotation
 
48
                                </UserDocu>
 
49
                        </Documentation>
 
50
                </Methode>
43
51
                <Attribute Name="Q" ReadOnly="false">
44
52
                        <Documentation>
45
53
                                <UserDocu>The rotation elements (as quaternion)</UserDocu>