Vector¶
- class kgpy.vector.Vector¶
Bases:
Copyable,NDArrayOperatorsMixin,ABC- __init__()¶
- Return type
None
Attributes
Methods
__init__()angular()- rtype
copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
from_quantity(value)from_tuple(value)spatial()- rtype
to_tuple()Inheritance Diagram
- abstract classmethod angular()¶
- Return type
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- abstract classmethod dimensionless()¶
- Return type
- abstract classmethod spatial()¶
- Return type
- abstract to_tuple()¶