use Vector3;
use crateEntity;
/// The [`Positionable`] trait exposes world-space translation to systems that do
/// not require a complete transform.
///
/// Implement [`crate::space::Transformable`] instead when the type owns a
/// [`crate::gameplay::transform::Transform`]; the blanket implementation will
/// provide this trait.