fillIntersectionLinePath

fun DrawScope.fillIntersectionLinePath(startPoint: Offset, endPoint: Offset, yPointOfOrigin: Float, intersectionPoint: Offset, wave: Wave)

Used to fill the line path when two lines are intersecting

Parameters

startPoint

: startPoint of the line

endPoint

: endPoint of the line

yPointOfOrigin

: y position of x Axis

intersectionPoint

: intersectionPoint of lines

wave

: Wave data