box ( circle ) → boxComputes box inscribed within the circle.
box(circle '<(0,0),2>') → (1.414213562373095,1.414213562373095),(-1.414213562373095,-1.414213562373095)
Computes box inscribed within the circle.
box ( circle ) → boxComputes box inscribed within the circle.
box(circle '<(0,0),2>') → (1.414213562373095,1.414213562373095),(-1.414213562373095,-1.414213562373095)
box ( point ) → boxConverts point to empty box.
box(point '(1,0)') → (1,0),(1,0)
box ( point, point ) → boxConverts any two corner points to box.
box(point '(0,1)', point '(1,0)') → (1,1),(0,0)
box ( polygon ) → boxComputes bounding box of polygon.
box(polygon '((0,0),(1,1),(2,0))') → (2,1),(0,0)
Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source