线中取一个偏移点(大于0, 是point1这边偏移, 小于0, 是point2这边偏移) >>>
Offset positionOfOffset(double offset) { return _positionOfLine(point1, point2, offset); }