HomeFAQWhat is tangency in geometry?...

FAQ

What is tangency in geometry?

Tangency is when a line or curve touches another curve at exactly one point with the same direction. The radius is perpendicular to the tangent at the point of tangency.

Full Answer

Tangency occurs when a line or curve touches another curve at exactly one point, without crossing it. For a circle, the tangent at any point is perpendicular to the radius at that point.

Tangency TypeConditionOperator
Line tangent to circledist(centre, line) = radiusLine/P,Tanto,C
External circle tangencydist(centres) = r1 + r2Circle/Tanto,C,C,R
Internal circle tangencydist(centres) = |r1 - r2|Circle/Tanto,C,C,R

XyzPilot Example

Line tangent to circle: C0 = Centre (50,50), radius 25 L0 = Horizontal line at Y=75 dist(C0 centre, L0) = |75-50| = 25 = radius Tangent point: (50, 75) Point/Tanto, L0, C0, 0 → P0 = (50, 75)
← All FAQs Operator Reference Try in XyzPilot →