.. _pilot.vector_3f_param_t: pilot.vector_3f_param_t ======================= .. cpp:namespace:: pilot::vector_3f_param_t Struct ------ `vector_3f_param_t` represents a 3D ``float`` vector with additional semantic information. It can always be specified as just a 3D ``float`` vector, in which case the `types` will be set to ``CUSTOM``. Fields ------ .. cpp:member:: float_param_t x X value, see :ref:`pilot.float_param_t`. .. cpp:member:: float_param_t y Y value, see :ref:`pilot.float_param_t`. .. cpp:member:: float_param_t z Z value, see :ref:`pilot.float_param_t`.