bevy_
math
0.14.2
Primitive3d
Implementors
In bevy_
math::
primitives
bevy_math
::
primitives
Trait
Primitive3d
Copy item path
Source
pub trait Primitive3d { }
Expand description
A marker trait for 3D primitives
Implementors
§
Source
§
impl
Primitive3d
for
Dir3
Source
§
impl
Primitive3d
for
Dir3A
Source
§
impl
Primitive3d
for
BoxedPolyline3d
Source
§
impl
Primitive3d
for
Capsule3d
Source
§
impl
Primitive3d
for
Cone
Source
§
impl
Primitive3d
for
ConicalFrustum
Source
§
impl
Primitive3d
for
Cuboid
Source
§
impl
Primitive3d
for
Cylinder
Source
§
impl
Primitive3d
for
InfinitePlane3d
Source
§
impl
Primitive3d
for
Line3d
Source
§
impl
Primitive3d
for
Plane3d
Source
§
impl
Primitive3d
for
Segment3d
Source
§
impl
Primitive3d
for
Sphere
Source
§
impl
Primitive3d
for
Tetrahedron
Source
§
impl
Primitive3d
for
Torus
Source
§
impl
Primitive3d
for
Triangle3d
Source
§
impl<T:
Primitive2d
>
Primitive3d
for
Extrusion
<T>
Source
§
impl<const N:
usize
>
Primitive3d
for
Polyline3d
<N>