GenericInternalCoordinateSystem
Represents ZMatrix coordinates generally
name: str
__init__(self, converter_options=None, dimension=(None,), coordinate_shape=(None,), angle_ordering='ijk', internal_spec=None, **opts):
converter_options:None | dictoptions to be passed through to a
CoordinateSystemConvertercoordinate_shape:Iterable[None | int]shape of a single coordinate in this coordiante system
dimension:Iterable[None | int]the dimension of the coordinate system
opts:Anyother options, if
converter_optionsis None, these are used as theconverter_options
pre_convert_to(self, system, opts=None):
pre_convert_from(self, system, opts=None):