direction property

direction property

Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.

Definition:

@property
def direction(self):
    ...
@direction.setter
def direction(self, value):
    ...

See Also