LinearPointCurve constructor

LinearPointCurve(
  1. double pIn,
  2. double pOut
)

Implementation

LinearPointCurve(this.pIn, this.pOut);