gKit2 light
Public Member Functions | Public Attributes | List of all members
Ray Struct Reference

rayon. More...

Public Member Functions

 Ray (const Point &_o, const Point &_e)
 
 Ray (const Point &_o, const Vector &_d)
 
 Ray (const Point &_o, const Vector &_d, const float _tmax)
 
 Ray (const Point &_o, const Point &_e)
 
 Ray (const Point &_o, const Vector &_d)
 
 Ray (const Point &_o, const Vector &_d, const float _tmax)
 
 Ray (const Point &_o, const Point &_e)
 
 Ray (const Point &_o, const Vector &_d)
 
 Ray (const Point &_o, const Vector &_d, const float _tmax)
 
 Ray (const Point &_o, const Point &_e)
 
 Ray (const Point &_o, const Vector &_d)
 
 Ray (const Point &_o, const Vector &_d, const float _tmax)
 
 Ray (const Point &origine, const Point &extremite)
 
 Ray (const Point &origine, const Vector &direction)
 
Point point (const float t) const
 
 Ray (const Point origine, const Point extremite)
 
 Ray (const Point origine, const Vector direction)
 
Point operator() (const float t) const
 

Public Attributes

Point o
 
float pad
 
Vector d
 
float tmax
 

Detailed Description

rayon.

Definition at line 19 of file tuto_bvh2.cpp.


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