PointRenderData class

Calculated position data for a point on the globe

Constructors

PointRenderData({required String id, required Offset position2D, required double depth, required bool isVisible, required Point point, double transitionProgress = 1.0, double normalX = 1.0, double normalY = 0.0, double normalZ = 0.0, double tiltAngle = 0.0})

Properties

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
point Point
final
position2D Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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