Function DrawBuf.intersectVectors

static vec2 intersectVectors(
  vec2 p1,
  vec2 dir1,
  vec2 p2,
  vec2 dir2
);