struct ray4
Defined at line 69 of file ../../src/ui/lib/escher/geometry/types.h
A ray with an origin and a direction of travel.
Public Members
tvec4 origin
tvec4 direction
Public Methods
glm::vec4 At (const float t)
Gets the coordinate point along the ray for a given parameterized distance.
Defined at line 79 of file ../../src/ui/lib/escher/geometry/types.h