DryPhys 1.0.0
...
Loading...
Searching...
No Matches
vector3d.hpp File Reference
#include <config.h>
#include <cmath>
#include <common-utils/utilities.hpp>

Go to the source code of this file.

Classes

class  DryPhys::Vector3D
 
struct  std::tuple_size< DryPhys::Vector3D >
 Specializations of the remaining requirements for access to the tuple-like API. More...
 
struct  std::tuple_element< Index, DryPhys::Vector3D >
 

Namespaces

namespace  DryPhys
 

Functions

template<std::size_t Index>
decltype(auto) DryPhys::get (Vector3D &vec)
 
template<std::size_t Index>
decltype(auto) DryPhys::get (const Vector3D &vec)
 
template<std::size_t Index>
decltype(auto) DryPhys::get (Vector3D &&vec)