bevy_math
0.14.2
Primitive3d
Implementors
In bevy_math::primitives
?
Settings
Trait
bevy_math
::
primitives
::
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>