|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Stores all the information related with a ray-facet intersection. More...
#include <geogram/mesh/mesh_AABB.h>
Public Attributes | |
| vec3 | p |
| double | t |
| index_t | f |
| vec3 | N |
| index_t | i |
| index_t | j |
| index_t | k |
| double | u |
| double | v |
Stores all the information related with a ray-facet intersection.
Definition at line 424 of file mesh_AABB.h.
|
inline |
Definition at line 425 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::f |
the intersected facet.
Definition at line 433 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::i |
Definition at line 435 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::j |
Definition at line 435 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::k |
the vertices of the intersected triangle.
Definition at line 435 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::N |
the normal vector at the intersection.
Definition at line 434 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::p |
the intersection.
Definition at line 431 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::t |
the parameter along the intersected ray.
Definition at line 432 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::u |
Definition at line 436 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::v |
the barycentric coordinates in the triangle.
Definition at line 436 of file mesh_AABB.h.