I've got the (x,y) coords of three points defining two connected segments; I need to find the coordinates of the two bisectors, of a chosen lenght, at the angle between the two segments.
I have already searched around but the problem is: math is not my thing at all, so even solutions I've found are really obscure to me. And I need to translate this into a computer script where I have no matrixes or vectors support, so I'd really need the plain formulas...
