point ( double precision, double precision ) → pointConstructs point from its coordinates.
point(23.4, -44.5) → (23.4,-44.5)
Constructs point from its coordinates.
point ( double precision, double precision ) → pointConstructs point from its coordinates.
point(23.4, -44.5) → (23.4,-44.5)
point ( box ) → pointComputes center of box.
point(box '(1,0),(-1,0)') → (0,0)
point ( circle ) → pointComputes center of circle.
point(circle '<(0,0),2>') → (0,0)
point ( lseg ) → pointComputes center of line segment.
point(lseg '[(-1,0),(1,0)]') → (0,0)
point ( polygon ) → pointComputes center of polygon (the mean of the positions of the polygon's points).
point(polygon '((0,0),(1,1),(2,0))') → (1,0.3333333333333333)
Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source