PlaneRotationGenerator typedef

PlaneRotationGenerator = MamableSet<MamableSingle> Function(int index, Between<double> radian)

Implementation

typedef PlaneRotationGenerator = MamableSet Function(
  int index,
  Between<double> radian,
);