getCameraRotation method

  1. @override
Future<Matrix3> getCameraRotation()
override

Get the camera rotation matrix.

Implementation

@override
Future<Matrix3> getCameraRotation() {
  // TODO: implement getCameraRotation
  throw UnimplementedError();
}