bevy_
math
0.14.2
Primitive2d
Implementors
In bevy_
math::
primitives
bevy_math
::
primitives
Trait
Primitive2d
Copy item path
Source
pub trait Primitive2d { }
Expand description
A marker trait for 2D primitives
Implementors
§
Source
§
impl
Primitive2d
for
Dir2
Source
§
impl
Primitive2d
for
Annulus
Source
§
impl
Primitive2d
for
Arc2d
Source
§
impl
Primitive2d
for
BoxedPolygon
Source
§
impl
Primitive2d
for
BoxedPolyline2d
Source
§
impl
Primitive2d
for
Capsule2d
Source
§
impl
Primitive2d
for
Circle
Source
§
impl
Primitive2d
for
CircularSector
Source
§
impl
Primitive2d
for
CircularSegment
Source
§
impl
Primitive2d
for
Ellipse
Source
§
impl
Primitive2d
for
Line2d
Source
§
impl
Primitive2d
for
Plane2d
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
Source
§
impl<const N:
usize
>
Primitive2d
for
Polygon
<N>
Source
§
impl<const N:
usize
>
Primitive2d
for
Polyline2d
<N>