Struct vector3_t# Defined in File types.h Inheritance Relationships# Base Type# public std::array< double, 3 > Struct Documentation# struct vector3_t : public std::array<double, 3># Describe a 3D vector. Public Functions template<typename ...Args>inline vector3_t(Args&&... args)#