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¶
-
float_param_t
x¶ X value, see pilot.float_param_t.
-
float_param_t
y¶ Y value, see pilot.float_param_t.
-
float_param_t
z¶ Z value, see pilot.float_param_t.