|
Kohi Game Engine
|
Represents a line which starts at an origin and proceed infinitely in the given direction. Typically used for hit tests, picking, etc. More...
#include <math_types.h>
Data Fields | |
| vec3 | origin |
| vec3 | direction |
| f32 | max_distance |
| ray_flags | flags |
Represents a line which starts at an origin and proceed infinitely in the given direction. Typically used for hit tests, picking, etc.
| vec3 direction |
| ray_flags flags |
| f32 max_distance |
| vec3 origin |