Wildmeshing Toolkit
wmtk::components::internal::bbox Struct Reference

#include <edge_insertion.hpp>

Collaboration diagram for wmtk::components::internal::bbox:
[legend]

Public Member Functions

 bbox (const Vector2r &p0, const Vector2r &p1)
 
 bbox (const Vector2r &p0, const Vector2r &p1, const Vector2r &p2)
 

Public Attributes

Rational x_min
 
Rational x_max
 
Rational y_min
 
Rational y_max
 

Detailed Description

Definition at line 12 of file edge_insertion.hpp.

Constructor & Destructor Documentation

◆ bbox() [1/2]

wmtk::components::internal::bbox::bbox ( const Vector2r p0,
const Vector2r p1 
)
inline

Definition at line 16 of file edge_insertion.hpp.

References x_max, x_min, y_max, and y_min.

◆ bbox() [2/2]

wmtk::components::internal::bbox::bbox ( const Vector2r p0,
const Vector2r p1,
const Vector2r p2 
)
inline

Definition at line 35 of file edge_insertion.hpp.

References x_max, x_min, y_max, and y_min.

Member Data Documentation

◆ x_max

Rational wmtk::components::internal::bbox::x_max

Definition at line 14 of file edge_insertion.hpp.

Referenced by bbox().

◆ x_min

Rational wmtk::components::internal::bbox::x_min

Definition at line 14 of file edge_insertion.hpp.

Referenced by bbox().

◆ y_max

Rational wmtk::components::internal::bbox::y_max

Definition at line 14 of file edge_insertion.hpp.

Referenced by bbox().

◆ y_min

Rational wmtk::components::internal::bbox::y_min

Definition at line 14 of file edge_insertion.hpp.

Referenced by bbox().


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