#include <ClipperUtils.hpp>
|
| static std::vector< Eigen::MatrixXd > | clip (const Eigen::MatrixXd &subject_tet, const Eigen::MatrixXd &clipping_tet) |
| | Clip a tetrahedron using tetrahedron.
|
| |
| static PolyClipper::Vector3d | toPolyClipperVector (const Eigen::Vector3d &v) |
| |
| static Eigen::Vector3d | fromPolyClipperVector (const PolyClipper::Vector3d &v) |
| |
Definition at line 55 of file ClipperUtils.hpp.
◆ Polygon
◆ Polygons
◆ TetrahedronClipping()
| polyfem::utils::TetrahedronClipping::TetrahedronClipping |
( |
| ) |
|
|
delete |
◆ clip()
| std::vector< Eigen::MatrixXd > polyfem::utils::TetrahedronClipping::clip |
( |
const Eigen::MatrixXd & |
subject_tet, |
|
|
const Eigen::MatrixXd & |
clipping_tet |
|
) |
| |
|
static |
◆ fromPolyClipperVector()
| Eigen::Vector3d polyfem::utils::TetrahedronClipping::fromPolyClipperVector |
( |
const PolyClipper::Vector3d & |
v | ) |
|
|
static |
◆ toPolyClipperVector()
| PolyClipper::Vector3d polyfem::utils::TetrahedronClipping::toPolyClipperVector |
( |
const Eigen::Vector3d & |
v | ) |
|
|
static |
The documentation for this class was generated from the following files: