pub fn counterclockwise_circular_interpolation<'a, I: Iterator<Item = Field<'a>>>(
args: I,
) -> Command<'a>Expand description
See guidance on clockwise_circular_interpolation
To instantiate the command, call this function or use the crate::command macro.