Trait fj_kernel::algorithms::reverse::Reverse
source · pub trait Reverse: Sized {
fn reverse(self, objects: &Objects) -> Result<Self, ValidationError>;
}Expand description
Reverse the direction/orientation of an object
Required Methods
sourcefn reverse(self, objects: &Objects) -> Result<Self, ValidationError>
fn reverse(self, objects: &Objects) -> Result<Self, ValidationError>
Reverse the direction/orientation of the object