class documentation

Represents a three-dimensional vector.

Method __init__ Undocumented
Method to_arr Converts the vector to a numpy array.
Property x Undocumented
Property y Undocumented
Property z Undocumented
Instance Variable _x Undocumented
Instance Variable _y Undocumented
Instance Variable _z Undocumented

Inherited from BaseValidatedDataClass:

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __setattr__ Undocumented
def __init__(self, x: float = 0.0, y: float = 0.0, z: float = 0.0): (source)

Undocumented

def to_arr(self): (source)

Converts the vector to a numpy array.

Undocumented

Undocumented

Undocumented