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

Using classes for performance and better API #7

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

Commits on Jun 29, 2023

  1. move to classes

    kamm3r committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    040df08 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fixed test file to use the new classes

    Marco Kammer authored and Marco Kammer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0a1b0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. testing quat and mat4 methods (inverse, etc.)

    Marco Kammer authored and Marco Kammer committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dd25d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. print method added to mat4 and testing trs and rotte methods

    Marco Kammer authored and Marco Kammer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    158ab50 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. @mat4 rotate method works now correctly?

    Marco Kammer authored and Marco Kammer committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c72b500 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fixed type errors from old code that doesnt use the new api mostly done

    Marco Kammer authored and Marco Kammer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8e1511a View commit details
    Browse the repository at this point in the history
  2. fix for type errors

    Marco Kammer authored and Marco Kammer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bd4c601 View commit details
    Browse the repository at this point in the history
  3. build now works partially

    Marco Kammer authored and Marco Kammer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2b98aca View commit details
    Browse the repository at this point in the history