Manifold 1.0
Robust computational geometry
 
Loading...
Searching...
No Matches
vec< T, 1 > Struct Template Reference

Public Member Functions

constexpr vec (const T &x_)
 
template<class U >
constexpr vec (const vec< U, 1 > &v)
 
constexpr const T & operator[] (int i) const
 
LINALG_CONSTEXPR14 T & operator[] (int i)
 
template<class U , class = detail::conv_t<vec, U>>
constexpr vec (const U &u)
 
template<class U , class = detail::conv_t<U, vec>>
constexpr operator U () const
 

Public Attributes

x