c# - Intersecting points of curve! -



c# - Intersecting points of curve! -

i drawing arc within square or polygon maximum possible radius inside. when arc drawn within boundary of square or polygon, arc length intersect @ few points on square or polygon.

how find coordinates of intersecting points of arc @ periphery of square/ polygon?

the line segment of polygon has (or hasn't) tangent point distance center point of arc arc radius.

if problem project 2 lines parallel segment on either side of segment @ distance of radius, determine if either line intersects arc center point, if not, no tangent exists...

if so, point of intersection relative projected segment proportional tangent on original segment.

c# asp.net vb.net math

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -