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

euler to quat functions #369

Merged
merged 19 commits into from
Dec 25, 2023
Merged

euler to quat functions #369

merged 19 commits into from
Dec 25, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    05ea35f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67ac97 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. made all the functions. I have miscalculated some stuff and am curren…

    …tly trying to test them. I have created all the testing functions as well
    telephone001 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c5694c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7dbad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee6aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45f2fff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec37969 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    666d692 View commit details
    Browse the repository at this point in the history
  2. moved all my stuff to euler because it fits there better. Also, had t…

    …o move my tests into a single euler test because it wouldn't work outside that one test. Maybe later I will create test_euler.h like how test_quat.h works
    telephone001 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    036fd48 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    fee2b7d View commit details
    Browse the repository at this point in the history
  2. fixed up the code to fit with the style, Also found out that I was ca…

    …lculating my quaternion rotations the opposite way (zyx order instead of xyz order)
    telephone001 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    2eb9a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d613955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e24675c View commit details
    Browse the repository at this point in the history
  5. found out I was using glm_euler_xyz_quat in some testers that tests o…

    …ther types. I thought I changed it yesterday. Also there is still a problem with quaternion axis multiplication vs euler to mat4 to quat
    telephone001 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7e4383c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    732a403 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    42b5e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46aaf25 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. added handed folder and also made rh tests for the euler->quat functi…

    …ons. Still deciding on what to name the macro for lefthanded stuff
    telephone001 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    39c0c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d820410 View commit details
    Browse the repository at this point in the history