Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quaternion conversions #77

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Fixed incorrect documentation of to_euler:

    * to_euler() contained the doc string of from_euler.
    tjelinek committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9f988f7 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in from_euler:

    * 'euler' -> 'Euler'
    tjelinek committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    481546f View commit details
    Browse the repository at this point in the history
  3. Added to_axis_angle() method:

    * Given existence of from_axis_angle(), and conversion to to_euler(), and matrix(), a method for conversion to axis angle representation is missing.
    tjelinek committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4b8528b View commit details
    Browse the repository at this point in the history
  4. to_axis_angle() uses self.data

    * Consistently with other functions, use self.data instead of self.q
    tjelinek committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    671c4b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be8b15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03802a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    e90f5e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1e042 View commit details
    Browse the repository at this point in the history