Components1D
- class Components1D(vec=None)
1D components (vector) class.
Initialize the components by a vector. Attributes
x,yandzcan be used to set the components.- Parameters:
vec (
List[float] |None) – The initial vector. Defaults toNone, resulted in a zero vector.
Attributes
Vector representation of the components.