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

A lot of changes you may find useful #3

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

Commits on Mar 31, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    acffdb4 View commit details
    Browse the repository at this point in the history
  2. div by vector.

    igadmg committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f169279 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fixed tests.

    igadmg committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    62860e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Added conversion functions.

    igadmg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    446ab90 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    0975c39 View commit details
    Browse the repository at this point in the history
  2. rect Shift function

    igadmg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3597796 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 10, 2024

  1. added center function.

    igadmg committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    717ff45 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    dca9347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb46783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d561c6f View commit details
    Browse the repository at this point in the history
  4. Added more mathex functions

    igadmg committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a3b1595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a73b215 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 13, 2024

  1. Reciprocal functions fix

    igadmg committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    49e7ab7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. rect2 shiftxy

    igadmg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    427d6aa View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    2c7155b View commit details
    Browse the repository at this point in the history
  2. Fixed build

    igadmg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c62959a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed1c31 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. added some tests for vec2

    igadmg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b4542c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfbed65 View commit details
    Browse the repository at this point in the history
  3. Restored tests

    igadmg committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bd23383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e202a0e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    0a220b4 View commit details
    Browse the repository at this point in the history
  2. Negated function added.

    igadmg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ce8afca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21ab2dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a68ded5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    c29fab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ddefc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd1fe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. clamp test

    igadmg committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b4e3011 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

Commits on Apr 30, 2024

  1. Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    25e2cc3 View commit details
    Browse the repository at this point in the history
  2. Dx->AddX Update vector2/vector2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    90ded3b View commit details
    Browse the repository at this point in the history
  3. Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d680d36 View commit details
    Browse the repository at this point in the history
  4. SetPosition Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a81d4f7 View commit details
    Browse the repository at this point in the history
  5. Size Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7ec6c14 View commit details
    Browse the repository at this point in the history
  6. Size Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f32906a View commit details
    Browse the repository at this point in the history
  7. SetSize Update rect2/rect2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c33b8bc View commit details
    Browse the repository at this point in the history
  8. NearZero Update mathex/mathex.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    96511ec View commit details
    Browse the repository at this point in the history
  9. Lerp Update mathex/mathex.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ff0f752 View commit details
    Browse the repository at this point in the history
  10. Normalize Update mathex/mathex.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a706f88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62d5e9b View commit details
    Browse the repository at this point in the history
  12. api updates.

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    be0597b View commit details
    Browse the repository at this point in the history
  13. added some test.

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2facace View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af6db31 View commit details
    Browse the repository at this point in the history
  15. More tests

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8ab0a34 View commit details
    Browse the repository at this point in the history
  16. mathex tests

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    aba5a45 View commit details
    Browse the repository at this point in the history
  17. some comments

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e80bbb9 View commit details
    Browse the repository at this point in the history
  18. Update vector4/vector4.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6405290 View commit details
    Browse the repository at this point in the history
  19. Update vector4/vector4.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1c4f639 View commit details
    Browse the repository at this point in the history
  20. Update vector3/vector3.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    74baa67 View commit details
    Browse the repository at this point in the history
  21. Update vector3/vector3.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6770edb View commit details
    Browse the repository at this point in the history
  22. Update vector2/vector2.go

    Co-authored-by: Eli Davis <eli.davis1995@gmail.com>
    igadmg and EliCDavis authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0a4fd75 View commit details
    Browse the repository at this point in the history
  23. fixed function renames.

    igadmg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    752bf49 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. removed rect2. fixed tests.

    igadmg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f06165c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Added ScaleByXYI

    igadmg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f49be6d View commit details
    Browse the repository at this point in the history