Python API referenceProtocolsProtocol: Vector3On this pageProtocol: Vector3 A three-dimensional coordinate or direction. class Vector3(Protocol) Properties x x: float X component. y y: float Y component. z z: float Z component.