Vectors

Class: Vector

1D array of real numbers. Data format:
number_of_components
For each:
   component_value

Class: Vector_fixed_dimension

1D array of real numbers, to be used when the number of components is set elsewhere in the software. The software documentation should define the number of components. Data format:
For each component:
   component_value

Class: Vector6d

Array of 6 real numbers. Data format:
For each component:
   component_value

Class: Vector4d

Array of 4 real numbers. Data format:
For each component:
   component_value

Class: Vector3d

Array of 3 real numbers. Data format:
For each component:
   component_value

Class: Vector2d

Array of 2 real numbers. Data format:
For each component:
   component_value