Wildmeshing Toolkit
Loading...
Searching...
No Matches
trimesh_topology_initialization.h
Go to the documentation of this file.
1
2#pragma once
3
4#include <wmtk/Types.hpp>
5
6
7namespace wmtk {
8
9std::tuple<RowVectors3l,RowVectors3l,VectorXl,VectorXl> trimesh_topology_initialization(
10 Eigen::Ref<const RowVectors3l> F); // returns {FE, FF, VF, EF}
11
12}
std::tuple< RowVectors3l, RowVectors3l, VectorXl, VectorXl > trimesh_topology_initialization(Eigen::Ref< const RowVectors3l > F)