PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::GeometryUtilities::CircleDivisionByPolygonResult Struct Referencefinal

#include <GeometryUtilities.hpp>

Public Attributes

Eigen::MatrixXd Points
 Coordinates of generated points.
 
std::vector< std::vector< unsigned int > > SubTriangles
 Triangle formed with sub-polygons and circle Center.
 
std::vector< std::vector< unsigned int > > InternalTriangles
 Triangle formed with circle Center and new points.
 
std::vector< std::vector< unsigned int > > SubPolygons
 Subpolygon formed.
 

Member Data Documentation

◆ InternalTriangles

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::CircleDivisionByPolygonResult::InternalTriangles

Triangle formed with circle Center and new points.

◆ Points

Eigen::MatrixXd Gedim::GeometryUtilities::CircleDivisionByPolygonResult::Points

Coordinates of generated points.

◆ SubPolygons

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::CircleDivisionByPolygonResult::SubPolygons

Subpolygon formed.

◆ SubTriangles

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::CircleDivisionByPolygonResult::SubTriangles

Triangle formed with sub-polygons and circle Center.


The documentation for this struct was generated from the following file: