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