Variable LineSpan.wrapPoints

the wrapping points

struct LineSpan
{
  // ...
  WrapPoint[] wrapPoints;
  // ...
}