#include <viewer.h>
|
| IntervalHullStruct (Eigen::MatrixXd &V, Eigen::MatrixXi F, Eigen::MatrixXi E) |
| constructor with given vertices, facets and edges More...
|
|
| IntervalHullStruct (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::MatrixXi &E) |
| constructor with given vertices, facets and edges More...
|
|
|
Eigen::MatrixXd | _V |
| extreme vertices of the interval hull More...
|
|
Eigen::MatrixXi | _F |
| indexes of the vertices relate to each facet More...
|
|
Eigen::MatrixXi | _E |
| indexes of the vertices relate to each edge More...
|
|
◆ IntervalHullStruct() [1/2]
irafhy::IntervalHullStruct::IntervalHullStruct |
( |
Eigen::MatrixXd & |
V, |
|
|
Eigen::MatrixXi |
F, |
|
|
Eigen::MatrixXi |
E |
|
) |
| |
|
inline |
constructor with given vertices, facets and edges
- Parameters
-
V | given vertices |
F | given facets |
E | given edges |
◆ IntervalHullStruct() [2/2]
irafhy::IntervalHullStruct::IntervalHullStruct |
( |
const Eigen::MatrixXd & |
V, |
|
|
const Eigen::MatrixXi & |
F, |
|
|
const Eigen::MatrixXi & |
E |
|
) |
| |
|
inline |
constructor with given vertices, facets and edges
- Parameters
-
V | given vertices |
F | given facets |
E | given edges |
◆ _E
Eigen::MatrixXi irafhy::IntervalHullStruct::_E |
◆ _F
Eigen::MatrixXi irafhy::IntervalHullStruct::_F |
◆ _V
Eigen::MatrixXd irafhy::IntervalHullStruct::_V |
The documentation for this struct was generated from the following file:
- /home/jianqiang/CLionProjects/irafhy/include/irafhy/utility/viewer.h