Template Class MatVec3

Inheritance Relationships

Base Type

Class Documentation

template<class T>
class MatVec3 : public puma::Matrix<puma::Vec3<T>>

Public Functions

inline MatVec3(long xR, long yR, long zR, puma::Vec3<T> t)
inline MatVec3(long xR, long yR, long zR)
MatVec3() = default