VTK-m
2.2
|
#include <Types.h>
Public Member Functions | |
Vec ()=default | |
Vec (const T &value) | |
template<typename OtherType > | |
Vec (const Vec< OtherType, 2 > &src) | |
constexpr | Vec (const T &x, const T &y) |
Private Types | |
using | Superclass = detail::VecBase< T, 2, Vec< T, 2 > > |
|
private |
|
inline |