|
|
| Circle (const Vector2d &c, const double r) |
| |
|
| Circle (const TopoOffsetTriMesh &mesh, const size_t f_id) |
| |
|
double | radius () const |
| | get radius of circle
|
| |
|
Vector2d | center () const |
| | get center of circle
|
| |
|
void | refine (std::queue< Circle > &q) const |
| | add refinements of circle to given queue
|
| |
|
bool | overlaps_tri (const TopoOffsetTriMesh &mesh, const size_t f_id) const |
| | check if circle overlaps given triangle
|
| |
|
|
static void | fit_square (const Vector2d &p1, const Vector2d &p2, const Vector2d &p3, Vector2d &c, double &l) |
| | given 2D triangle, fit square to triangle (return center and side length)
|
| |
The documentation for this class was generated from the following file:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/components/topological_offset/wmtk/components/topological_offset/Circle.hpp