Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::Ray Struct Reference

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
 

Detailed Description

A Ray, in parametric form.

Definition at line 971 of file geometry.h.

Constructor & Destructor Documentation

◆ Ray()

GEO::Ray::Ray ( vec3  O,
vec3  D 
)
inline

Ray constructor.

Parameters
[in]Othe origin of the ray.
[in]Dthe direction of the ray.

Definition at line 977 of file geometry.h.


The documentation for this struct was generated from the following file: