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

More conversions #874

Merged
merged 6 commits into from Apr 27, 2021
Merged

More conversions #874

merged 6 commits into from Apr 27, 2021

Commits on Apr 27, 2021

  1. Copy the full SHA
    43cf22a View commit details
    Browse the repository at this point in the history
  2. Add more conversion for Isometry

    Add [T; D] -> Isometry<T, R, D>
    Add SVector<T, D> -> Isometry<T, R, D>
    Add Point<T, D> -> Isometry<T, R, D>
    sebcrozet committed Apr 27, 2021
    Copy the full SHA
    09be376 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db27a08 View commit details
    Browse the repository at this point in the history
  4. Add more conversions for translations

    Add [T; D] <-> Translation<T, D>
    Add Point<T, D> -> Translation<T, D>
    sebcrozet committed Apr 27, 2021
    Copy the full SHA
    65b94cc View commit details
    Browse the repository at this point in the history
  5. Add more conversion for glam types

    Add Isometry3 <-> (Vec3, Quat)
    Add Isometry2 <-> (Vec3, Quat)
    Add Translation2/3/4 <-> Vec2/3/4
    sebcrozet committed Apr 27, 2021
    Copy the full SHA
    d59d438 View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    sebcrozet committed Apr 27, 2021
    Copy the full SHA
    0745384 View commit details
    Browse the repository at this point in the history