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

Uniform point sampling methods for some primitive shapes. #12484

Merged
merged 18 commits into from
Mar 17, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    d02b7db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5745659 View commit details
    Browse the repository at this point in the history
  3. Added shape_sampling.rs with support for Circle, Sphere, Rectangle, C…

    …uboid, Cylinder, Capsule2d
    13ros27 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b5516f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efef007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26b1e5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b4b744 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    118a6fc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Changed from the weird gen_range(0..=1) as f32 * 2.0 - 1.0 to `if g…

    …en_ratio(1, 2) { ...`
    13ros27 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2f9b4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff44767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac91a7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c9537b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ac8d06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b314ca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4679fbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f8a5a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b19264 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54890a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f74d0a4 View commit details
    Browse the repository at this point in the history