Platform
Resources
Pricing
Sign in
Contact us
Mike Bostock
Visualization toolmaker. Founder @observablehq. Creator @d3. Former @nytgraphics. Pronounced BOSS-tock.
Workspace
Fork
Published
Geometry
By
Mike Bostock
Edited
Jan 4, 2022
1 fork
6 stars
Geometry
Circular Segment
Packing Circles inside a Rectangle
Radical Axis
Rounded Convex Polygon
Point-Box Collision
Urquhart Graph
Random Points on a Sphere
Spherical Fibonacci Lattice
Apollonian Gasket
Soddy Circles
19-Circle
Circle Offset Along Line
Closest Point on Line
Circumcircle
Tangent to Two Circles
Circle Tangent to Three Lines
Angle Bisector of Two Lines
Convex Polygon Incircle
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
offset
=
(
{
x
:
xa
,
r
:
ra
}
,
rb
)
=>
ra
+
rb
>
Math
.
abs
(
xa
)
?
-
Math
.
sqrt
(
(
ra
+
rb
)
**
2
-
xa
**
2
)
:
0
Insert cell
mutable
xa
=
-
100
Insert cell
height
=
600
Insert cell
radius
=
120
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
offset
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
xa
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
radius
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML