linear
A linear curve.
Declaration
static let linear: UnitCurveDiscussion
As the linear curve is a straight line from (0, 0) to (1, 1), the output progress is always equal to the input progress, and the velocity is always equal to 1.0.
A linear curve.
static let linear: UnitCurveAs the linear curve is a straight line from (0, 0) to (1, 1), the output progress is always equal to the input progress, and the velocity is always equal to 1.0.