Hi,
I have written a method which calculates the angle between 3 nodes.
The problem is: it returns only 0-180 angle so i cant know the direction.
I need to add something that will return -180 - 180 or 0 - 360.
here's the method:
///
{
cosB = cosB / (2 * ab * bc);
result = 180 - (
}