| Geogram Version 1.9.7
    A programming library of geometric algorithms | 
A Ray, in parametric form. More...
#include <geogram/basic/geometry.h>
| Public Member Functions | |
| Ray (vec3 O, vec3 D) | |
| Ray constructor. | |
| Ray () | |
| Ray constructor. | |
| Public Attributes | |
| vec3 | origin | 
| vec3 | direction | 
A Ray, in parametric form.
Definition at line 991 of file geometry.h.
Ray constructor.
| [in] | O | the origin of the ray. | 
| [in] | D | the direction of the ray. | 
Definition at line 997 of file geometry.h.
| 
 | inline | 
Ray constructor.
Definition at line 1002 of file geometry.h.
| vec3 GEO::Ray::direction | 
Definition at line 1005 of file geometry.h.
| vec3 GEO::Ray::origin | 
Definition at line 1004 of file geometry.h.