Previous Up Next

27.3.7  Finding the isobarycenter of a set of points in space

See Section 26.5.11 for isobarycenters of objects in the plane.

The isobarycenter command finds the isobarycenter of a list of points; the isobarycenter is the barycenter when all points are equally weighted.

Example

IB:=isobarycenter(point(1,4,0),point(1,-2,0)):; coordinates(IB)
     

1,1,0
          

Previous Up Next