rotate method

Future rotate(
  1. Matrix3 rotation
)

Implementation

Future rotate(Matrix3 rotation) {
  throw UnimplementedError();
}