ReverseCurveCoordinateSystems

Trait ReverseCurveCoordinateSystems 

Source
pub trait ReverseCurveCoordinateSystems {
    // Required method
    fn reverse_curve_coordinate_systems(&self, core: &mut Core) -> Self;
}
Expand description

Reverse the direction of the curve coordinate systems within an object

Required Methods§

Source

fn reverse_curve_coordinate_systems(&self, core: &mut Core) -> Self

Reverse the direction of the curve coordinate systems within an object

This will not have any effect on object positions in global coordinates.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§