Point3D ======= .. currentmodule:: lsst.afw.geom .. autoclass:: Point3D :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Point3D.dimensions .. rubric:: Methods Summary .. autosummary:: ~Point3D.asExtent ~Point3D.clone ~Point3D.distanceSquared ~Point3D.eq ~Point3D.ge ~Point3D.getX ~Point3D.getY ~Point3D.getZ ~Point3D.gt ~Point3D.le ~Point3D.lt ~Point3D.ne ~Point3D.scale ~Point3D.setX ~Point3D.setY ~Point3D.setZ ~Point3D.shift ~Point3D.toString .. rubric:: Attributes Documentation .. autoattribute:: dimensions .. rubric:: Methods Documentation .. automethod:: asExtent .. automethod:: clone .. automethod:: distanceSquared .. automethod:: eq .. automethod:: ge .. automethod:: getX .. automethod:: getY .. automethod:: getZ .. automethod:: gt .. automethod:: le .. automethod:: lt .. automethod:: ne .. automethod:: scale .. automethod:: setX .. automethod:: setY .. automethod:: setZ .. automethod:: shift .. automethod:: toString