Docs.rs
bevy-0.13.0
bevy 0.13.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
bevy_dylib ^0.13.0
normal
optional
bevy_internal ^0.13.0
normal
argh ^0.1.12
dev
bytemuck ^1.7
dev
crossbeam-channel ^0.5.0
dev
flate2 ^1.0
dev
futures-lite ^2.0.1
dev
rand ^0.8.0
dev
ron ^0.8.0
dev
serde ^1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
0.13.0
Primitive2d
Implementors
In bevy::math::primitives
?
Trait
bevy
::
math
::
primitives
::
Primitive2d
[
−
]
pub trait Primitive2d { }
Expand description
A marker trait for 2D primitives
Implementors
§
§
impl
Primitive2d
for
BoxedPolygon
§
impl
Primitive2d
for
BoxedPolyline2d
§
impl
Primitive2d
for
Capsule2d
§
impl
Primitive2d
for
Circle
§
impl
Primitive2d
for
Direction2d
§
impl
Primitive2d
for
Ellipse
§
impl
Primitive2d
for
Line2d
§
impl
Primitive2d
for
Plane2d
§
impl
Primitive2d
for
Rectangle
§
impl
Primitive2d
for
RegularPolygon
§
impl
Primitive2d
for
Segment2d
§
impl
Primitive2d
for
Triangle2d
§
impl<const N:
usize
>
Primitive2d
for
Polygon
<N>
§
impl<const N:
usize
>
Primitive2d
for
Polyline2d
<N>