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