Struct point3_t#

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)#