Python API referenceTyped DictionariesTypedDict: Vector3MappingOn this pageTypedDict: Vector3Mapping Mapping form of a three-dimensional coordinate. class Vector3Mapping(TypedDict) Properties x x: float y y: float z z: float