Tagged Questions
3
votes
4answers
447 views
How to draw a line of a given length towards a given object?
I wanna draw a line between two moving objects
I can't use:
cDrawLine(startPointCG, endPointCG);
because the line must have a length. So I'm trying to measure the angle between those two points ...