Docs.rs
  • bevy_quadtree-0.16.0
    • bevy_quadtree 0.16.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kingwingfly
    • Dependencies
      • bevy_app ^0.16.0 normal
      • bevy_color ^0.16.0 normal optional
      • bevy_ecs ^0.16.0 normal
      • bevy_gizmos ^0.16.0 normal optional
      • bevy_log ^0.16.0 normal
      • bevy_math ^0.16.0 normal
      • bevy_sprite ^0.16.0 normal optional
      • bevy_transform ^0.16.0 normal
      • parking_lot ^0.12.3 normal
      • paste ^1.0.15 normal
      • rand ^0.9.0 dev
      • rand_chacha ^0.9.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bevy_quadtree0.16.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • plugin::MultiQuadTreePlugin
  • plugin::QuadTreePlugin
  • plugin::QuadTreePluginConfig
  • shape::CollisionCircle
  • shape::CollisionRect
  • shape::CollisionRotatedRect
  • tree::quad_tree::QuadTree
  • tree::query::All
  • tree::query::Contain
  • tree::query::Contained
  • tree::query::Disjoint
  • tree::query::Overlap
  • tree::query::QNot
  • tree::query::QOr

Enums

  • collision::Relation

Traits

  • collision::AsDynCollision
  • collision::Collision
  • collision::CollisionQuery
  • collision::Disassemble
  • collision::DynCollision
  • collision::UpdateCollision
  • plugin::AsQuadTreePluginConfig
  • plugin::TrackingPair
  • tree::query::QRelation

Type Aliases

  • plugin::QTConfig