RayT

A ray that supports two and three dimensions

Constructors

this
this(VT origin, VT direction)

Constructs a ray with an origin and direction

Members

Aliases

VectorType
alias VectorType = VT
Undocumented in source.

Functions

Normalize
RayT!VT Normalize()

Returns a ray with a normalized ray direction

Variables

dir
VT dir;
Undocumented in source.
ori
VT ori;
Undocumented in source.

Meta