SatelliteRenderData class
Calculated position data for a satellite on the globe
Constructors
-
SatelliteRenderData({required String id, required Offset position2D, required double depth, required bool isVisible, required Satellite satellite, required GlobeCoordinates currentPosition, double transitionProgress = 1.0, double normalX = 1.0, double normalY = 0.0, double normalZ = 0.0, double tiltAngle = 0.0, List<
Offset> ? orbitPath2D, List<bool> ? orbitPathVisible})
Properties
- currentPosition → GlobeCoordinates
-
final
- depth → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isVisible → bool
-
final
- normalX → double
-
final
- normalY → double
-
final
- normalZ → double
-
final
-
orbitPath2D
→ List<
Offset> ? -
final
-
orbitPathVisible
→ List<
bool> ? -
final
- position2D → Offset
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satellite → Satellite
-
final
- tiltAngle → double
-
final
- transitionProgress → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited