Plane¶ class hoomd.md.manifold.Plane(shift=0)¶ Bases: Manifold Plane manifold. Parameters: shift (float) – z-shift of the xy-plane [length][\mathrm{length}][length]. Plane defines an xy-plane at a given value of z: F(x,y,z)=z−shiftF(x,y,z) = z - \textrm{shift} F(x,y,z)=z−shift Example: plane1 = manifold.Plane() plane2 = manifold.Plane(shift=0.8)