Ray

Undocumented in source.

Members

Aliases

T
alias T = float
Undocumented in source.
point_t
alias point_t = vec3f
Undocumented in source.

Functions

intersectTriangle
bool intersectTriangle(vec3f A, vec3f B, vec3f C, T t, T u, T v)

Ray vs triangle intersection.

progress
point_t progress(T t)

Variables

N
enum int N;
Undocumented in source.
dir
point_t dir;
Undocumented in source.
orig
point_t orig;
Undocumented in source.

Meta