LineLineIntersection(float2, float2, float2, float2, float2) : bool uno
Calculate the intersection of two lines. p1
/p2
are a point on the lines. v1
/v2
are the slopes of the lines (they need not be normalized).
Calculate the intersection of two lines. p1
/p2
are a point on the lines. v1
/v2
are the slopes of the lines (they need not be normalized).