transformAll method

void transformAll(
  1. List<GroupTransformation> transformations
)
inherited

Implementation

void transformAll(List<T> transformations) =>
    pathTransformer.transformAll(transformations);