BaseRepresentation ================== .. currentmodule:: astropy.coordinates .. autoclass:: BaseRepresentation :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseRepresentation.differentials ~BaseRepresentation.info ~BaseRepresentation.shape .. rubric:: Methods Summary .. autosummary:: ~BaseRepresentation.cross ~BaseRepresentation.dot ~BaseRepresentation.from_representation ~BaseRepresentation.mean ~BaseRepresentation.norm ~BaseRepresentation.represent_as ~BaseRepresentation.scale_factors ~BaseRepresentation.sum ~BaseRepresentation.transform ~BaseRepresentation.unit_vectors ~BaseRepresentation.with_differentials ~BaseRepresentation.without_differentials .. rubric:: Attributes Documentation .. autoattribute:: differentials .. autoattribute:: info .. autoattribute:: shape .. rubric:: Methods Documentation .. automethod:: cross .. automethod:: dot .. automethod:: from_representation .. automethod:: mean .. automethod:: norm .. automethod:: represent_as .. automethod:: scale_factors .. automethod:: sum .. automethod:: transform .. automethod:: unit_vectors .. automethod:: with_differentials .. automethod:: without_differentials