Перейти к основному содержимому

Protocol: 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.