vector_u property

vector_u property

Gets or sets the vector u.

Definition:

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

See Also