|
Geogram Version 1.10.0-rc
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 439 of file mesh_AABB.h.
|
inline |
Definition at line 440 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::f |
the intersected facet.
Definition at line 448 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::i |
Definition at line 450 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::j |
Definition at line 450 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::k |
the vertices of the intersected triangle.
Definition at line 450 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::N |
the normal vector at the intersection.
Definition at line 449 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::p |
the intersection.
Definition at line 446 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::t |
the parameter along the intersected ray.
Definition at line 447 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::u |
Definition at line 451 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::v |
the barycentric coordinates in the triangle.
Definition at line 451 of file mesh_AABB.h.