|
libigl v2.5.0
|
Go to the source code of this file.
Classes | |
| struct | igl::PlainVectorHelper< Derived, Size, Options > |
Namespaces | |
| namespace | igl |
Typedefs | |
| template<typename Derived, int Size = (Derived::ColsAtCompileTime == 1 && Derived::RowsAtCompileTime != 1) ? Derived::RowsAtCompileTime : Derived::ColsAtCompileTime, int Options = get_options<Derived>::value> | |
| using | igl::PlainVector = typename PlainVectorHelper<Derived, Size, Options>::Type |