MEPP2 Project
|
An enriched triangle. More...
#include <boolops_polyhedra.hpp>
Public Types | |
typedef AABB_Kernel::Point_3 | Point_3 |
3d point More... | |
typedef AABB_Kernel::FT | FT |
number type used in the kernel More... | |
Public Member Functions | |
Enriched_Triangle (Facet_handle &_f) | |
Constructor. More... | |
Facet_handle | facet () |
Accessor. More... | |
template<typename Point3d > | |
Point_3 | to_K (const Point3d &p) |
convert any 3d point in the kernel used by the AABB-tree More... | |
Private Attributes | |
Facet_handle | f |
The handle of the facet used to build the triangle. More... | |
An enriched triangle.
Definition at line 58 of file boolops_polyhedra.hpp.
number type used in the kernel
Definition at line 69 of file boolops_polyhedra.hpp.
3d point
Definition at line 64 of file boolops_polyhedra.hpp.
|
inline |
Constructor.
creates a triangle a little bigger
_f | : handle of a triangular facet of a polyhedron |
Definition at line 75 of file boolops_polyhedra.hpp.
|
inline |
Accessor.
Definition at line 96 of file boolops_polyhedra.hpp.
convert any 3d point in the kernel used by the AABB-tree
p | : The point to convert |
Definition at line 103 of file boolops_polyhedra.hpp.
|
private |
The handle of the facet used to build the triangle.
Definition at line 110 of file boolops_polyhedra.hpp.