|
Graphite Version 3
An experimental 3D geometry processing program
|
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 390 of file mesh_AABB.h.
|
inline |
Definition at line 391 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::f |
the intersected facet.
Definition at line 399 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::i |
Definition at line 401 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::j |
Definition at line 401 of file mesh_AABB.h.
| index_t GEO::MeshFacetsAABB::Intersection::k |
the vertices of the intersected triangle.
Definition at line 401 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::N |
the normal vector at the intersection.
Definition at line 400 of file mesh_AABB.h.
| vec3 GEO::MeshFacetsAABB::Intersection::p |
the intersection.
Definition at line 397 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::t |
the parameter along the intersected ray.
Definition at line 398 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::u |
Definition at line 402 of file mesh_AABB.h.
| double GEO::MeshFacetsAABB::Intersection::v |
the barycentric coordinates in the triangle.
Definition at line 402 of file mesh_AABB.h.