Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
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.
 
 Ray ()
 Ray constructor.
 

Public Attributes

vec3 origin
 
vec3 direction
 

Detailed Description

A Ray, in parametric form.

Definition at line 991 of file geometry.h.

Constructor & Destructor Documentation

◆ Ray() [1/2]

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 997 of file geometry.h.

◆ Ray() [2/2]

GEO::Ray::Ray ( )
inline

Ray constructor.

Definition at line 1002 of file geometry.h.

Member Data Documentation

◆ direction

vec3 GEO::Ray::direction

Definition at line 1005 of file geometry.h.

◆ origin

vec3 GEO::Ray::origin

Definition at line 1004 of file geometry.h.


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