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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -