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 <geometry_3d.h>
Data Fields | |
vec3 | origin |
vec3 | direction |
Represents a line which starts at an origin and proceed infinitely in the given direction. Typically used for hit tests, picking, etc.
vec3 direction |
vec3 origin |