1 2 3 4 5
//! A module for rendering each of the 2D and 3D [`bevy_math::primitives`] with [`crate::prelude::Gizmos`]. pub mod dim2; pub mod dim3; pub(crate) mod helpers;