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

docs: Documentation and clean up of bevy_math. #3503

Closed
wants to merge 19 commits into from
Closed

docs: Documentation and clean up of bevy_math. #3503

wants to merge 19 commits into from

Commits on Jan 10, 2022

  1. Added and updated bevy_math documentation.

    Added an example for 100% example coverage.
    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    62e77db View commit details
    Browse the repository at this point in the history
  2. Added a better description and small fixes.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    91720c8 View commit details
    Browse the repository at this point in the history
  3. Clean up bevy_math and rename Rect to UiRect.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a51d3b2 View commit details
    Browse the repository at this point in the history
  4. Removed Margins and added new() to UiRect.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    cf67a20 View commit details
    Browse the repository at this point in the history
  5. Delete margins.rs

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    125f95a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dd96eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1eab235 View commit details
    Browse the repository at this point in the history
  8. Documented different position settings.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    755a3ee View commit details
    Browse the repository at this point in the history
  9. Fixed clippy::doc_markdown errors.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    babb848 View commit details
    Browse the repository at this point in the history
  10. Copied changes from PR #3484.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f31dd31 View commit details
    Browse the repository at this point in the history
  11. Remove unused dependency bevy_reflect.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    207832d View commit details
    Browse the repository at this point in the history
  12. Removed some asserts and fixed order of fields.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    fd315b8 View commit details
    Browse the repository at this point in the history
  13. Rebase and small bugfixes.

    kdecay committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    729a54c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Merge branch 'main' into update_bevy_math_doc

    KDecay authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    18d217e View commit details
    Browse the repository at this point in the history
  2. Fix game_menu example

    kdecay committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    5f3f2ed View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge branch 'main' into update_bevy_math_doc

    KDecay authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ae301f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Merge branch 'main' into update_bevy_math_doc

    KDecay authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9a45f0d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Merge branch 'main' into update_bevy_math_doc

    KDecay authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ed4fff5 View commit details
    Browse the repository at this point in the history
  2. Fix low_power example

    kdecay committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    c617884 View commit details
    Browse the repository at this point in the history