Public Member Functions | |
Ray3D () | |
Ray3D (const TVector3 &origin, const TVector3 &direction) | |
void | Init () |
Public Attributes | |
TVector3 | fOrigin |
Origin of the ray. | |
TVector3 | fDirection |
Direction of the ray. | |
TVector3 | fOx |
Partial derivative of the origin relatively to X. | |
TVector3 | fOy |
Partial derivative of the origin relatively to Y. | |
TVector3 | fDx |
Partial derivates of the direction relatively to X. | |
TVector3 | fDy |
Partial derivates of the direction relatively to Y. |
Ray-tracing defines Information about a 3D Ray (for raytracing)
Ray3D::Ray3D | ( | ) | [inline] |
void Ray3D::Init | ( | void | ) | [inline] |
Direction of the ray.
Partial derivates of the direction relatively to X.
Partial derivates of the direction relatively to Y.
Origin of the ray.
Partial derivative of the origin relatively to X.
Partial derivative of the origin relatively to Y.