Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 143
pts = [[100,110,115],[113,111,117],[120,135,110],[129,114,118]] p=Polyhedron(vertices=pts) sum(p.plot().all[1:]) p.plot()
3D rendering not yet implemented
3D rendering not yet implemented
pts = [[100,110,115],[113,111,117],[120,135,110],[129,114,118]] p=Polyhedron(vertices=pts) a,b = p.bounding_box() p.show() (point3d(a)+point3d(b)).show() sum([point3d(v) for v in pts]).show()
3D rendering not yet implemented
3D rendering not yet implemented
3D rendering not yet implemented