c# - How to find a point given its distance from two other points? -


given points , b on 2d plane, how find coordinates of point c, distant l1 , l2 b?

more specifically, how do in c# unity (using vectors)?

i've found algebraic method of achieving this, have no idea start in turning working code.

your points , b centers of 2 circles, distances l1 , l2 radius of these circles:

determine 2 circles intersect in c#:

http://csharphelper.com/blog/2014/09/determine-where-two-circles-intersect-in-c/

here have code can copy paste project


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -