Function DrawBuf.calcLineSegmentQuad

void calcLineSegmentQuad(
  vec2 p0,
  vec2 p1,
  vec2 p2,
  vec2 p3,
  float width,
  ref vec2[4] quad
);