Geogram
Version 1.9.1-rc
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. More... | |
Ray () | |
Ray constructor. | |
Public Attributes | |
vec3 | origin |
vec3 | direction |
A Ray, in parametric form.
Definition at line 971 of file geometry.h.
Ray constructor.
[in] | O | the origin of the ray. |
[in] | D | the direction of the ray. |
Definition at line 977 of file geometry.h.