CachedOrbitPath constructor

CachedOrbitPath({
  1. required List<Offset> path2D,
  2. required List<bool> pathVisible,
  3. required double rotationY,
  4. required double rotationZ,
  5. required double radius,
})

Implementation

CachedOrbitPath({
  required this.path2D,
  required this.pathVisible,
  required this.rotationY,
  required this.rotationZ,
  required this.radius,
});