Tangent Point — Circle / Circle
Creates a point at the tangent location between two circles. The circles must be tangent to each other.
What It Does
The Point/Tanto,C,C operator creates a point at the exact location where two circles are tangent to each other. Two circles can be tangent externally (touching on the outside) or internally (one inside the other, touching at one point).
Syntax
Quick Input
Direction Selector
No direction selector is required. The result is uniquely determined by the input geometry.
Worked Examples
Analytic Rule
FAQ
What if the circles are not tangent?
XyzPilot returns an error. The circles must be exactly tangent for a tangent point to exist. Check that dist(centres) equals r1+r2 (external) or |r1-r2| (internal).
How do I know if circles are externally or internally tangent?
External: the circles touch on the outside, dist(centres) = r1 + r2. Internal: one circle is inside the other and they touch at one point, dist(centres) = |r1 - r2|.