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.

Object Safety§

This trait is not object safe.

Implementors§