OffsetPoint constructor
2D point in canvas space.
timestamp
of this Offset. Used to determine velocity to other points.
Implementation
const OffsetPoint({
required double dx,
required double dy,
required this.timestamp,
}) : super(dx, dy);
2D point in canvas space.
timestamp
of this Offset. Used to determine velocity to other points.
const OffsetPoint({
required double dx,
required double dy,
required this.timestamp,
}) : super(dx, dy);