mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 08:19:43 +00:00
Typo fix in circle_point_tangents() docs.
This commit is contained in:
parent
80809c4416
commit
bf0bca25f3
1 changed files with 2 additions and 2 deletions
|
@ -1195,8 +1195,8 @@ function circle_point_tangents(r, cp, pt, d) =
|
||||||
// Topics: Geometry, Circles, Tangents
|
// Topics: Geometry, Circles, Tangents
|
||||||
// Description:
|
// Description:
|
||||||
// Computes 2d lines tangents to a pair of circles in 2d. Returns a list of line endpoints [p1,p2] where
|
// Computes 2d lines tangents to a pair of circles in 2d. Returns a list of line endpoints [p1,p2] where
|
||||||
// p2 is the tangent point on circle 1 and p2 is the tangent point on circle 2.
|
// p1 is the tangent point on circle 1 and p2 is the tangent point on circle 2.
|
||||||
// If four tangents exist then the first one the left hand exterior tangent as regarded looking from
|
// If four tangents exist then the first one is the left hand exterior tangent as regarded looking from
|
||||||
// circle 1 toward circle 2. The second value is the right hand exterior tangent. The third entry
|
// circle 1 toward circle 2. The second value is the right hand exterior tangent. The third entry
|
||||||
// gives the interior tangent that starts on the left of circle 1 and crosses to the right side of
|
// gives the interior tangent that starts on the left of circle 1 and crosses to the right side of
|
||||||
// circle 2. And the fourth entry is the last interior tangent that starts on the right side of
|
// circle 2. And the fourth entry is the last interior tangent that starts on the right side of
|
||||||
|
|
Loading…
Reference in a new issue