Docs.rs
bevy-0.17.2
bevy 0.17.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
bevy_internal ^0.17.2
normal
tracing ^0.1
normal
optional
accesskit ^0.21
dev
anyhow ^1
dev
argh ^0.1.12
dev
bevy_animation ^0.17.2
dev
bevy_asset ^0.17.2
dev
bevy_ecs ^0.17.2
dev
bevy_gizmos ^0.17.2
dev
bevy_image ^0.17.2
dev
bevy_reflect ^0.17.2
dev
bevy_render ^0.17.2
dev
bevy_state ^0.17.2
dev
bytemuck ^1
dev
crossbeam-channel ^0.5.0
dev
event-listener ^5.3.0
dev
flate2 ^1.0
dev
futures-lite ^2.0.1
dev
futures-timer ^3
dev
nonmax ^0.5
dev
rand ^0.9.0
dev
rand_chacha ^0.9.0
dev
ron ^0.10
dev
serde ^1
dev
serde_json ^1.0.140
dev
thiserror ^2.0
dev
bevy_dylib ^0.17.2
normal
optional
ureq ^3.0.8
dev
getrandom ^0.3
dev
wasm-bindgen ^0.2
dev
web-sys ^0.3
dev
Versions
100%
of the crate is documented
Platform
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
Primitive2d
bevy
0.17.2
Primitive2d
Implementors
In bevy::
prelude
bevy
::
prelude
Trait
Primitive2d
Copy item path
Source
pub trait Primitive2d { }
Expand description
A marker trait for 2D primitives
Implementors
§
Source
§
impl
Primitive2d
for
Annulus
Source
§
impl
Primitive2d
for
Arc2d
Source
§
impl
Primitive2d
for
Capsule2d
Source
§
impl
Primitive2d
for
Circle
Source
§
impl
Primitive2d
for
CircularSector
Source
§
impl
Primitive2d
for
CircularSegment
Source
§
impl
Primitive2d
for
ConvexPolygon
Source
§
impl
Primitive2d
for
Dir2
Source
§
impl
Primitive2d
for
Ellipse
Source
§
impl
Primitive2d
for
Line2d
Source
§
impl
Primitive2d
for
Plane2d
Source
§
impl
Primitive2d
for
Polygon
Source
§
impl
Primitive2d
for
Polyline2d
Source
§
impl
Primitive2d
for
Rectangle
Source
§
impl
Primitive2d
for
RegularPolygon
Source
§
impl
Primitive2d
for
Rhombus
Source
§
impl
Primitive2d
for
Segment2d
Source
§
impl
Primitive2d
for
Triangle2d