Manifold 3.0
Robust geometry
Loading...
Searching...
No Matches
vec< T, 1 > Struct Template Reference
Core » Math » LinAlg » Vec

Public Member Functions

constexpr vec (const T &x_)
template<class U>
constexpr vec (const vec< U, 1 > &v)
constexpr const T & operator[] (int) const
LINALG_CONSTEXPR14 T & operator[] (int)
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