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.
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 Type | Condition | Operator |
|---|---|---|
| Line tangent to circle | dist(centre, line) = radius | Line/P,Tanto,C |
| External circle tangency | dist(centres) = r1 + r2 | Circle/Tanto,C,C,R |
| Internal circle tangency | dist(centres) = |r1 - r2| | Circle/Tanto,C,C,R |