Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 466 Bytes

File metadata and controls

7 lines (6 loc) · 466 Bytes

tdw.type_aliases

Variable Type Value Description
TARGET Union[int, np.ndarray, Dict[str, float]] A target position or object: an integer (an object ID), a numpy array (a position), or a dictionary (a position).
POSITION Union[np.ndarray, Dict[str, float]] A position: A numpy array or a dictionary.
ROTATION Union[np.ndarray, Dict[str, float]] A rotation: A numpy array or a dictionary.