CurvePoint constructor

CurvePoint(
  1. double currentMultiple,
  2. double timeSeconds
)

Implementation

CurvePoint(this.currentMultiple, this.timeSeconds);