The search functionality needs JavaScript enabled
draw line of arbitrary width in float coordinates p1..p2 with angle based on previous (p0..p1) and next (p2..p3) segments
void drawLineSegmentF( vec2 p0, vec2 p1, vec2 p2, vec2 p3, float width, uint colour );