Ray

Members

Aliases

PointType
alias PointType = Vector!(T, N)

Functions

intersect
bool intersect(Triangle!(T, 3) triangle, T t, T u, T v)
intersect
bool intersect(Plane!T plane, PointType intersection, T distance)
progress
PointType progress(T t)

Variables

direction
PointType direction;
origin
PointType origin;

Meta